Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_third_tests.cpp1232 Local<JSValueRef> res1 = JSNApi::NapiGetProperty(vm_, reinterpret_cast<uintptr_t>(*object), in HWTEST_F_L0()
1235 Local<JSValueRef> res2 = JSNApi::NapiGetProperty(vm_, reinterpret_cast<uintptr_t>(*object), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1742 static Local<JSValueRef> NapiGetProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp5720 Local<JSValueRef> JSNApi::NapiGetProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key) in NapiGetProperty() function in panda::JSNApi

Completed in 16 milliseconds