Home
last modified time | relevance | path

Searched defs:utf8Key (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp1112 const char* utf8Key = "TestKey"; in HWTEST_F_L0() local
1126 const char* utf8Key = "TestKey"; in HWTEST_F_L0() local
1138 const char* utf8Key = "TestKey"; in HWTEST_F_L0() local
1200 const char* utf8Key = "TestKey"; in HWTEST_F_L0() local
1234 const char* utf8Key = "concat"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5673 …SValueRef> JSNApi::NapiGetNamedProperty(const EcmaVM *vm, uintptr_t nativeObj, const char* utf8Key) in NapiGetNamedProperty()