Home
last modified time | relevance | path

Searched refs:ConvertToNativeBindingObject (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp497 bool result = object->ConvertToNativeBindingObject(vm_, nativeInfo); in HWTEST_F_L0()
584 bool result = object->ConvertToNativeBindingObject(vm_, nativeInfo); in HWTEST_F_L0()
Djsnapi_sample.cpp738 bool b = object->ConvertToNativeBindingObject(vm, native); in NativePointer()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h795 bool ConvertToNativeBindingObject(const EcmaVM *vm, Local<NativePointerRef> value);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2520 bool ObjectRef::ConvertToNativeBindingObject(const EcmaVM *vm, Local<NativePointerRef> value) in ConvertToNativeBindingObject() function in panda::ObjectRef