Searched refs:SetHandler (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jobs/tests/ |
H A D | pending_job_test.cpp | 128 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 D | micro_job_queue_test.cpp | 195 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 D | builtins_proxy_stub_builder.h | 46 void SetHandler(GateRef glue, GateRef proxy, GateRef handler)
in SetHandler() function in panda::ecmascript::kungfu::BuiltinsProxyStubBuilder
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_promise.cpp | 396 fulfillReaction->SetHandler(thread, fulfilled.GetTaggedValue()); in PerformPromiseThen() 400 rejectReaction->SetHandler(thread, rejected.GetTaggedValue()); in PerformPromiseThen()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_function.cpp | 795 proxyHandle->SetHandler(thread, JSTaggedValue::Null()); in ProxyRevocFunctions()
|
H A D | object_factory.cpp | 2470 obj->SetHandler(thread_, JSTaggedValue::Undefined()); in NewPromiseReaction() 2538 proxy->SetHandler(thread_, handler.GetTaggedValue()); in NewJSProxy()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | new_object_stub_builder.cpp | 529 builtinsProxyStubBuilder.SetHandler(glue, *result, handler);
in NewJSProxy()
|
Completed in 22 milliseconds