Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp1109 const char* utf8Key = "TestKey"; in HWTEST_F_L0() local
1123 const char* utf8Key = "TestKey"; in HWTEST_F_L0() local
1135 const char* utf8Key = "TestKey"; in HWTEST_F_L0() local
1221 const char* utf8Key = "TestKey"; in HWTEST_F_L0() local
1255 const char* utf8Key = "concat"; in HWTEST_F_L0() local
Djsnapi_sendable_tests.cpp626 const char* utf8Key = "TestKeyForOwnProperty"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp6442 …SValueRef> JSNApi::NapiGetNamedProperty(const EcmaVM *vm, uintptr_t nativeObj, const char* utf8Key) in NapiGetNamedProperty()