Home
last modified time | relevance | path

Searched refs:ConvertValueWithRep (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h226 std::pair<bool, JSTaggedValue> JSObject::ConvertValueWithRep(uint32_t index, JSTaggedValue value) in ConvertValueWithRep() function
Djs_object.h618 inline std::pair<bool, JSTaggedValue> ConvertValueWithRep(uint32_t index, JSTaggedValue value);
Djs_object.cpp2146 auto value = obj->ConvertValueWithRep(i, properties->Get(i * 2 + 1)); in CreateObjectFromProperties()