Home
last modified time | relevance | path

Searched refs:GetPropertiesArray (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp528 GateRef properties = GetPropertiesArray(source); in AssignAllEnumProperty()
736 GateRef array = GetPropertiesArray(thisValue); in HasOwnProperty()
1001 GateRef array = GetPropertiesArray(obj); in GetAllEnumKeys()
1486 .Or(IsDictionaryMode(GetPropertiesArray(obj))).Done(); in GetOwnPropertyNames()
1594 .Or(IsDictionaryMode(GetPropertiesArray(obj))).Done(); in GetOwnPropertySymbols()
1786 GateRef properties = GetPropertiesArray(obj); in GetAllPropertyKeys()
1861 .Or(IsDictionaryMode(GetPropertiesArray(obj))).Done(); in Entries()
1983 GateRef array = GetPropertiesArray(obj); in GetEnumPropertyEntries()
2231 GateRef properties = GetPropertiesArray(obj); in GetOwnPropertyDescriptors()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1469 DEFVARIABLE(array, VariableType::JS_POINTER(), GetPropertiesArray(receiver)); in AddPropertyByName()
2370 result = GetValueFromTaggedArray(GetPropertiesArray(receiver), index); in LoadFromField()
3023 GateRef array = GetPropertiesArray(receiver); in StoreField()
3077 GateRef array = GetPropertiesArray(receiver); in StoreWithTransition()
3621 GateRef array = GetPropertiesArray(*holder); in GetPropertyByName()
4016 GateRef array = GetPropertiesArray(receiver); in IsArrayLengthWritable()
4736 GateRef array = GetPropertiesArray(*holder); in SetPropertyByName()
5007 GateRef array = GetPropertiesArray(*holder); in DefinePropertyByName()
Dstub_builder.h370 GateRef GetPropertiesArray(GateRef object);
Dnew_object_stub_builder.cpp288 GateRef properties = GetPropertiesArray(literal); in CloneObjectLiteral()
Dstub_builder-inl.h1191 inline GateRef StubBuilder::GetPropertiesArray(GateRef object) in GetPropertiesArray() function
Dinterpreter_stub.cpp391 …GateRef array = GetPropertiesArray(*holder); …
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp232 …GateRef array = GetPropertiesArray(*holder); …