Home
last modified time | relevance | path

Searched refs:nativeObj (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1740 static Local<JSValueRef> NapiHasProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key);
1741 static Local<JSValueRef> NapiHasOwnProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key);
1742 static Local<JSValueRef> NapiGetProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key);
1743 static Local<JSValueRef> NapiDeleteProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key);
1744 static Local<JSValueRef> NapiGetNamedProperty(const EcmaVM *vm, uintptr_t nativeObj, const char* utf8Key);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp5672 Local<JSValueRef> JSNApi::NapiHasProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key) in NapiHasProperty() argument
5677 JSHandle<JSTaggedValue> obj(nativeObj); in NapiHasProperty()
5696 Local<JSValueRef> JSNApi::NapiHasOwnProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key) in NapiHasOwnProperty() argument
5701 JSHandle<JSTaggedValue> obj(nativeObj); in NapiHasOwnProperty()
5720 Local<JSValueRef> JSNApi::NapiGetProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key) in NapiGetProperty() argument
5725 JSHandle<JSTaggedValue> obj(nativeObj); in NapiGetProperty()
5753 Local<JSValueRef> JSNApi::NapiDeleteProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key) in NapiDeleteProperty() argument
5758 JSHandle<JSTaggedValue> obj(nativeObj); in NapiDeleteProperty()
5777 Local<JSValueRef> JSNApi::NapiGetNamedProperty(const EcmaVM *vm, uintptr_t nativeObj, const char* utf8Key) in NapiGetNamedProperty() argument
5782 JSHandle<JSTaggedValue> obj(nativeObj); in NapiGetNamedProperty()
[all...]

Completed in 17 milliseconds