Home
last modified time | relevance | path

Searched refs:NewWithNamedProperties (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_third_tests.cpp1050 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 Djsnapi_expo.h789 static Local<ObjectRef> NewWithNamedProperties(const EcmaVM *vm, size_t propertyCount, const char **keys,
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2520 Local<ObjectRef> ObjectRef::NewWithNamedProperties(const EcmaVM *vm, size_t propertyCount, in NewWithNamedProperties() function in panda::ObjectRef

Completed in 17 milliseconds