Searched refs:EnumerableOwnPropertyNamesHelper (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_object.h | 407 static void EnumerableOwnPropertyNamesHelper(JSThread *thread, const JSHandle<JSObject> &obj,
|
D | js_object.cpp | 1596 void JSObject::EnumerableOwnPropertyNamesHelper(JSThread *thread, const JSHandle<JSObject> &obj, in EnumerableOwnPropertyNamesHelper() function in panda::ecmascript::JSObject 1651 … EnumerableOwnPropertyNamesHelper(thread, obj, elementArray, properties, index, fastMode, kind); in EnumerableOwnPropertyNames() 1654 … EnumerableOwnPropertyNamesHelper(thread, obj, keyArray, properties, index, fastMode, kind); in EnumerableOwnPropertyNames()
|