Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_common.cpp153 bool NapiGetProperty(napi_env env, napi_value object, napi_value key, napi_value *result) in NapiGetProperty() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp6385 Local<JSValueRef> JSNApi::NapiGetProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key) in NapiGetProperty() function in panda::JSNApi