Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h238 std::pair<bool, JSTaggedValue> JSObject::ConvertValueWithRep(PropertyAttributes attr, JSTaggedValue… in ConvertValueWithRep() function
Djs_object.h696 …static inline std::pair<bool, JSTaggedValue> ConvertValueWithRep(PropertyAttributes attr, JSTagged…
Djs_object.cpp2628 auto value = JSObject::ConvertValueWithRep(attr, properties->Get(i * 2 + 1)); in CreateObjectFromPropertiesByIHClass()
2641 auto value = JSObject::ConvertValueWithRep(attr, properties->Get(i * 2 + 1)); in CheckPropertiesForRep()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp1916 auto converted = JSObject::ConvertValueWithRep(attr, value); in LowerCreateObjectWithBuffer()