Home
last modified time | relevance | path

Searched refs:collatorTagHandleVal (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/publicapicollatorrefget_fuzzer/
H A Dpublicapicollatorrefget_fuzzer.cpp49 JSHandle<JSTaggedValue> collatorTagHandleVal = JSHandle<JSTaggedValue>::Cast(initCollator); in GetCompareFunctionFuzzTest() local
50 Local<CollatorRef> object = JSNApiHelper::ToLocal<CollatorRef>(collatorTagHandleVal); in GetCompareFunctionFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/
H A Djsvaluerefismodulenamespace_fuzzer.cpp113 JSHandle<JSTaggedValue> collatorTagHandleVal = JSHandle<JSTaggedValue>::Cast(initCollator); in IsJSCollatorFuzztest() local
114 Local<JSValueRef> object = JSNApiHelper::ToLocal<JSValueRef>(collatorTagHandleVal); in IsJSCollatorFuzztest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp3778 JSHandle<JSTaggedValue> collatorTagHandleVal = JSHandle<JSTaggedValue>::Cast(initCollator); in HWTEST_F_L0() local
3779 Local<JSValueRef> object = JSNApiHelper::ToLocal<JSValueRef>(collatorTagHandleVal); in HWTEST_F_L0()
4696 JSHandle<JSTaggedValue> collatorTagHandleVal = JSHandle<JSTaggedValue>::Cast(initCollator); in HWTEST_F_L0() local
4697 Local<CollatorRef> object = JSNApiHelper::ToLocal<CollatorRef>(collatorTagHandleVal); in HWTEST_F_L0()

Completed in 13 milliseconds