Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_third_tests.cpp1115 const char* utf8Key = "TestKey"; in HWTEST_F_L0() local
1116 Local<JSValueRef> key = StringRef::NewFromUtf8(vm_, utf8Key); in HWTEST_F_L0()
1121 Local<JSValueRef> value1 = object->Get(vm_, utf8Key); in HWTEST_F_L0()
1129 const char* utf8Key = "TestKey"; in HWTEST_F_L0() local
1132 ASSERT_TRUE(object->Set(vm_, utf8Key, value)); in HWTEST_F_L0()
1133 Local<JSValueRef> value1 = object->Get(vm_, utf8Key); in HWTEST_F_L0()
1141 const char* utf8Key = "TestKey"; in HWTEST_F_L0() local
1142 Local<JSValueRef> key = StringRef::NewFromUtf8(vm_, utf8Key); in HWTEST_F_L0()
1147 Local<JSValueRef> value1 = JSNApi::NapiGetNamedProperty(vm_, reinterpret_cast<uintptr_t>(*object), utf8Key); in HWTEST_F_L0()
1227 const char* utf8Key in HWTEST_F_L0() local
1261 const char* utf8Key = "concat"; HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1744 static Local<JSValueRef> NapiGetNamedProperty(const EcmaVM *vm, uintptr_t nativeObj, const char* utf8Key);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp5777 Local<JSValueRef> JSNApi::NapiGetNamedProperty(const EcmaVM *vm, uintptr_t nativeObj, const char* utf8Key) in NapiGetNamedProperty() argument
5791 JSHandle<JSTaggedValue> keyValue(factory->NewFromUtf8(utf8Key)); in NapiGetNamedProperty()
5805 if (!KeyIsNumber(utf8Key)) { in NapiGetNamedProperty()

Completed in 17 milliseconds