Home
last modified time | relevance | path

Searched refs:ARKTS_ToHandle (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_object.cpp95 auto value = ARKTS_ToHandle<JSValueRef>(jvalue); in ARKTS_DefineOwnProperty()
116 auto handledUndef = ARKTS_ToHandle<JSValueRef>(undefined); in ARKTS_DefineAccessors()
136 auto value = ARKTS_ToHandle<JSValueRef>(jvalue); in ARKTS_SetProperty()
H A Dark_interop_napi.cpp347 result[i] = ARKTS_ToHandle<JSValueRef>(args[i]); in FormatArguments()
360 auto thisHandle = ARKTS_ToHandle<JSValueRef>(thisArg); in ARKTS_Call()
410 ArrayRef::SetValueAt(vm, result, i, ARKTS_ToHandle<JSValueRef>(data[i])); in ARKTS_CreateArrayWithInit()
435 ArrayRef::SetValueAt(vm, jArr, index, ARKTS_ToHandle<JSValueRef>(value)); in ARKTS_SetElement()
603 (*promise)->Resolve(vm, ARKTS_ToHandle<JSValueRef>(result)); in ARKTS_PromiseCapabilityResolve()
614 (*promise)->Reject(vm, ARKTS_ToHandle<JSValueRef>(result)); in ARKTS_PromiseCapabilityReject()
715 auto exception = ARKTS_ToHandle<JSValueRef>(error); in ARKTS_Throw()
H A Dark_interop_internal.h59 ARKTS_INLINE panda::Local<T> ARKTS_ToHandle(ARKTS_Value& value) in ARKTS_ToHandle() function
/foundation/ability/ability_runtime/frameworks/cj/ffi/ark_interop_helper/
H A Dark_interop_helper.cpp37 Local<JSValueRef> js_value_ref = ARKTS_ToHandle<JSValueRef>(arkValue); in ArkTsValuetoNapiValue()

Completed in 3 milliseconds