Home
last modified time | relevance | path

Searched refs:CollectEnumKeysAlongProtoChain (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object.h559 static void CollectEnumKeysAlongProtoChain(JSThread *thread, const JSHandle<JSObject> &obj,
Djs_object.cpp1551 void JSObject::CollectEnumKeysAlongProtoChain(JSThread *thread, const JSHandle<JSObject> &obj, in CollectEnumKeysAlongProtoChain() function in panda::ecmascript::JSObject
1580 CollectEnumKeysAlongProtoChain(thread, obj, keyArray, keys, shadowQueue, lastLength); in AppendOwnEnumPropertyKeys()