Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h561 GateRef GetPropertiesFromJSObject(GateRef object);
Dstub_builder-inl.h2227 inline GateRef StubBuilder::GetPropertiesFromJSObject(GateRef object) in GetPropertiesFromJSObject() function
Dstub_builder.cpp4814 GateRef properties = GetPropertiesFromJSObject(receiver); in GetGlobalOwnProperty()