Home
last modified time | relevance | path

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

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