Home
last modified time | relevance | path

Searched defs:reject (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_promise_test.cpp69 JSHandle<JSTaggedValue> reject(thread, reactions->GetRejectFunction()); in HWTEST_F_L0() local
85 JSHandle<JSPromiseReactionsFunction> reject(thread, capbility->GetReject()); in HWTEST_F_L0() local
124 JSHandle<JSTaggedValue> reject(thread, capbility->GetReject()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp116 JSHandle<JSTaggedValue> reject(thread, resolvingFunctions->GetRejectFunction()); in PromiseResolveThenableJob() local
137 JSHandle<JSPromiseReactionsFunction> reject(GetCallArg(argv, 1)); // 1 : first argument in DynamicImportJob() local
211 …e BuiltinsPromiseJob::CatchException(JSThread *thread, JSHandle<JSPromiseReactionsFunction> reject) in CatchException()
Dbuiltins_async_from_sync_iterator.cpp115 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject()); in Throw() local
185 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject()); in Return() local
Dbuiltins_promise_handler.cpp113 …JSHandle<JSPromiseReactionsFunction> reject = JSHandle<JSPromiseReactionsFunction>::Cast(GetConstr… in Reject() local
159 JSHandle<JSTaggedValue> reject = GetCallArg(argv, 1); in Executor() local
Dbuiltins_promise.cpp89 JSHandle<JSTaggedValue> reject(thread, resolvingFunction->GetRejectFunction()); in PromiseConstructor() local
307 JSHandle<JSTaggedValue> reject(thread, promiseCapability->GetReject()); in Reject() local
339 JSHandle<JSTaggedValue> reject = GetCallArg(argv, 0); in Catch() local
/arkcompiler/ets_runtime/ecmascript/
Djs_async_generator_object.cpp105 JSHandle<JSTaggedValue> reject(thread, capability->GetReject()); in AsyncGeneratorReject() local
260 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject()); in AsyncGeneratorEnqueue() local
Djs_promise.cpp49 JSHandle<JSPromiseReactionsFunction> reject = factory->CreateJSPromiseReactionsFunction( in CreateResolvingFunctions() local
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dmicro_job_queue_test.cpp245 JSHandle<JSTaggedValue> reject(thread, capbility2->GetReject()); in HWTEST_F_L0() local
Dpending_job_test.cpp124 JSHandle<JSTaggedValue> reject(thread, capbility->GetReject()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp363 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local
396 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1513 JSHandle<JSTaggedValue> reject(thread, capacity->GetReject()); in Reject() local
1536 JSHandle<JSTaggedValue> reject = JSNApiHelper::ToJSHandle(handler); in Catch() local
1594 JSHandle<JSTaggedValue> reject = JSNApiHelper::ToJSHandle(onRejected); in Then() local