Searched refs:CollectEnumKeysAlongProtoChain (Results 1 – 2 of 2) sorted by relevance
559 static void CollectEnumKeysAlongProtoChain(JSThread *thread, const JSHandle<JSObject> &obj,
1551 void JSObject::CollectEnumKeysAlongProtoChain(JSThread *thread, const JSHandle<JSObject> &obj, in CollectEnumKeysAlongProtoChain() function in panda::ecmascript::JSObject1580 CollectEnumKeysAlongProtoChain(thread, obj, keyArray, keys, shadowQueue, lastLength); in AppendOwnEnumPropertyKeys()