Searched refs:NewWithNamedProperties (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_third_tests.cpp | 1050 Local<ObjectRef> object = ObjectRef::NewWithNamedProperties(vm_, i + 1, keys, values); in HWTEST_F_L0() 1086 Local<ObjectRef> object = ObjectRef::NewWithNamedProperties(vm_, 2, keys, values); in HWTEST_F_L0() 1105 Local<ObjectRef> object = ObjectRef::NewWithNamedProperties(vm_, 3, keys, values); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | jsnapi_expo.h | 789 static Local<ObjectRef> NewWithNamedProperties(const EcmaVM *vm, size_t propertyCount, const char **keys,
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 2520 Local<ObjectRef> ObjectRef::NewWithNamedProperties(const EcmaVM *vm, size_t propertyCount, in NewWithNamedProperties() function in panda::ObjectRef
|
Completed in 17 milliseconds