Searched refs:EnumerableOwnNames (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_parser.cpp | 48 JSHandle<TaggedArray> ownerNames(JSObject::EnumerableOwnNames(thread, obj)); in InternalizeJsonProperty()
|
| D | json_stringifier.cpp | 474 JSHandle<TaggedArray> propertyArray = JSObject::EnumerableOwnNames(thread_, obj); in SerializeJSONObject()
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | json_parser_test.cpp | 181 JSHandle<TaggedArray> nameList(JSObject::EnumerableOwnNames(thread, valueHandle)); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_object_test.cpp | 468 HWTEST_F_L0(JSObjectTest, EnumerableOwnNames) in HWTEST_F_L0() argument 484 JSHandle<TaggedArray> names = JSObject::EnumerableOwnNames(thread, obj); in HWTEST_F_L0() 494 JSHandle<TaggedArray> namesNoEnum = JSObject::EnumerableOwnNames(thread, obj); in HWTEST_F_L0() 503 JSHandle<TaggedArray> namesNoConfig = JSObject::EnumerableOwnNames(thread, obj); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.h | 402 … static JSHandle<TaggedArray> EnumerableOwnNames(JSThread *thread, const JSHandle<JSObject> &obj);
|
| D | js_object.cpp | 1546 JSHandle<TaggedArray> JSObject::EnumerableOwnNames(JSThread *thread, const JSHandle<JSObject> &obj) in EnumerableOwnNames() function in panda::ecmascript::JSObject
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_json_test.cpp | 228 JSHandle<TaggedArray> nameList(JSObject::EnumerableOwnNames(thread, valueHandle)); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_object.cpp | 539 JSHandle<TaggedArray> nameList = JSObject::EnumerableOwnNames(thread, obj); in Keys()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 1503 JSHandle<TaggedArray> array(JSObject::EnumerableOwnNames(thread, obj)); in GetOwnEnumerablePropertyNames()
|