Searched refs:CollectEnumElementsAlongProtoChain (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_object.h | 671 …static void CollectEnumElementsAlongProtoChain(JSThread *thread, const JSHandle<JSObject> &obj, in…
|
D | js_object.cpp | 646 CollectEnumElementsAlongProtoChain(thread, obj, offset, elementArray, keys); in GetEnumElementKeys() 650 void JSObject::CollectEnumElementsAlongProtoChain(JSThread *thread, const JSHandle<JSObject> &obj, … in CollectEnumElementsAlongProtoChain() function in panda::ecmascript::JSObject 1578 CollectEnumElementsAlongProtoChain(thread, obj, *keys, keyArray, keys, lastLength); in AppendOwnEnumPropertyKeys()
|