Home
last modified time | relevance | path

Searched refs:SetHandler (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jobs/tests/
H A Dpending_job_test.cpp128 rejectReaction->SetHandler(thread, reject.GetTaggedValue()); in HWTEST_F_L0()
164 fulfillReaction->SetHandler(thread, resolve.GetTaggedValue()); in HWTEST_F_L0()
198 rejectReaction->SetHandler(thread, paramMsg.GetTaggedValue()); in HWTEST_F_L0()
246 fulfillReaction->SetHandler(thread, paramMsg.GetTaggedValue()); in HWTEST_F_L0()
H A Dmicro_job_queue_test.cpp195 fulfillReaction->SetHandler(thread, resolve.GetTaggedValue()); in HWTEST_F_L0()
204 rejectReaction->SetHandler(thread, resolve.GetTaggedValue()); in HWTEST_F_L0()
238 fulfillReaction->SetHandler(thread, resolve.GetTaggedValue()); in HWTEST_F_L0()
249 rejectReaction->SetHandler(thread, reject.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_proxy_stub_builder.h46 void SetHandler(GateRef glue, GateRef proxy, GateRef handler) in SetHandler() function in panda::ecmascript::kungfu::BuiltinsProxyStubBuilder
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise.cpp396 fulfillReaction->SetHandler(thread, fulfilled.GetTaggedValue()); in PerformPromiseThen()
400 rejectReaction->SetHandler(thread, rejected.GetTaggedValue()); in PerformPromiseThen()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.cpp795 proxyHandle->SetHandler(thread, JSTaggedValue::Null()); in ProxyRevocFunctions()
H A Dobject_factory.cpp2470 obj->SetHandler(thread_, JSTaggedValue::Undefined()); in NewPromiseReaction()
2538 proxy->SetHandler(thread_, handler.GetTaggedValue()); in NewJSProxy()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp529 builtinsProxyStubBuilder.SetHandler(glue, *result, handler); in NewJSProxy()

Completed in 22 milliseconds