Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_json_test.cpp141 JSHandle<JSFunction> handleFunc = factory->NewJSFunction(env, reinterpret_cast<void *>(TestClass::TestForParse)); in HWTEST_F_L0() local
148 ecmaRuntimeCallInfo->SetCallArg(1, handleFunc.GetTaggedValue()); in HWTEST_F_L0()
243 JSHandle<JSFunction> handleFunc = in HWTEST_F_L0() local
250 ecmaRuntimeCallInfo->SetCallArg(1, handleFunc.GetTaggedValue()); in HWTEST_F_L0()
262 JSHandle<JSFunction> handleFunc = in HWTEST_F_L0() local
269 ecmaRuntimeCallInfo->SetCallArg(1, handleFunc.GetTaggedValue()); in HWTEST_F_L0()
282 JSHandle<JSFunction> handleFunc = in HWTEST_F_L0() local
287 std::vector<JSTaggedValue> args{obj.GetTaggedValue(), handleFunc.GetTaggedValue(), str.GetTaggedValue()}; in HWTEST_F_L0()
360 JSHandle<JSFunction> handleFunc = in HWTEST_F_L0() local
365 std::vector<JSTaggedValue> args{obj.GetTaggedValue(), handleFunc in HWTEST_F_L0()
[all...]
H A Dbuiltins_finalization_registry_test.cpp58 JSHandle<JSFunction> handleFunc = factory->NewJSFunction( in CreateFinalizationRegistryConstructor() local
64 ecmaRuntimeCallInfo->SetCallArg(0, handleFunc.GetTaggedValue()); in CreateFinalizationRegistryConstructor()
79 JSHandle<JSFunction> handleFunc = factory->NewJSFunction(env, reinterpret_cast<void *>(TestClass::cleanupCallback)); in HWTEST_F_L0() local
84 ecmaRuntimeCallInfo->SetCallArg(0, handleFunc.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
H A Dpending_job_test.cpp68 JSHandle<JSFunction> handleFunc = factory->NewJSFunction(env); in HWTEST_F_L0() local
70 JSHandle<JSTaggedValue> handlePendingJobVal(factory->NewPendingJob(handleFunc, handleArgv)); in HWTEST_F_L0()
92 JSHandle<JSFunction> handleFunc = factory->NewJSFunction(env); in HWTEST_F_L0() local
94 JSHandle<JSTaggedValue> handlePendingJobVal(factory->NewPendingJob(handleFunc, handleArgv1)); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod-inl.h499 VMHandle<ObjectHeader> handleFunc(thread, func.GetHeapObject()); in DecrementHotnessCounter()
501 this, bytecodeOffset, osr, TaggedValue(handleFunc.GetPtr())) in DecrementHotnessCounter()

Completed in 4 milliseconds