Home
last modified time | relevance | path

Searched refs:propsValue (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Djson_parser_test.cpp78 auto *propsValue = TaggedArray::Cast(jsObj->GetProperties()); in CheckSendableProps() local
79 if (propsValue->IsDictionaryMode()) { in CheckSendableProps()
91 auto val = propsValue->Get(thread, idx - jsHClass->GetInlinedProperties()); in CheckSendableProps()
H A Dason_test.cpp70 auto *propsValue = TaggedArray::Cast(jsObj->GetProperties()); in CheckSendableProps() local
71 if (propsValue->IsDictionaryMode()) { in CheckSendableProps()
83 auto val = propsValue->Get(thread, idx - jsHClass->GetInlinedProperties()); in CheckSendableProps()

Completed in 3 milliseconds