Lines Matching refs:nativeObj
5672 Local<JSValueRef> JSNApi::NapiHasProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key)
5677 JSHandle<JSTaggedValue> obj(nativeObj);
5696 Local<JSValueRef> JSNApi::NapiHasOwnProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key)
5701 JSHandle<JSTaggedValue> obj(nativeObj);
5720 Local<JSValueRef> JSNApi::NapiGetProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key)
5725 JSHandle<JSTaggedValue> obj(nativeObj);
5753 Local<JSValueRef> JSNApi::NapiDeleteProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key)
5758 JSHandle<JSTaggedValue> obj(nativeObj);
5777 Local<JSValueRef> JSNApi::NapiGetNamedProperty(const EcmaVM *vm, uintptr_t nativeObj, const char* utf8Key)
5782 JSHandle<JSTaggedValue> obj(nativeObj);