Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/promiseref_fuzzer/
Dpromiseref_fuzzer.cpp39 Local<FunctionRef> reject = FunctionRef::New(vm, RejectCallback); in PromiseRefCatchFuzzTest() local
59 Local<FunctionRef> reject = FunctionRef::New(vm, RejectCallback); in PromiseRefThenFinallyFuzzTest() local
80 Local<FunctionRef> reject = FunctionRef::New(vm, RejectCallback); in PromiseRefThenWithTwoParameterFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_promise_test.cpp45 JSHandle<JSTaggedValue> reject(thread, reactions->GetRejectFunction()); in HWTEST_F_L0() local
61 JSHandle<JSPromiseReactionsFunction> reject(thread, capbility->GetReject()); in HWTEST_F_L0() local
100 JSHandle<JSTaggedValue> reject(thread, capbility->GetReject()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_async_from_sync_iterator.cpp90 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject()); in Throw() local
119 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject()); in Throw() local
197 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject()); in Return() local
Dbuiltins_promise_job.cpp115 JSHandle<JSTaggedValue> reject(thread, resolvingFunctions->GetRejectFunction()); in PromiseResolveThenableJob() local
136 JSHandle<JSPromiseReactionsFunction> reject(GetCallArg(argv, 1)); // 1 : reject method in DynamicImportJob() local
254 …e BuiltinsPromiseJob::CatchException(JSThread *thread, JSHandle<JSPromiseReactionsFunction> reject) in CatchException()
Dbuiltins_promise_handler.cpp109 …JSHandle<JSPromiseReactionsFunction> reject = JSHandle<JSPromiseReactionsFunction>::Cast(GetConstr… in Reject() local
155 JSHandle<JSTaggedValue> reject = GetCallArg(argv, 1); in Executor() local
Dbuiltins_promise.cpp77 JSHandle<JSTaggedValue> reject(thread, resolvingFunction->GetRejectFunction()); in PromiseConstructor() local
298 JSHandle<JSTaggedValue> reject(thread, promiseCapability->GetReject()); in Reject() local
331 JSHandle<JSTaggedValue> reject = GetCallArg(argv, 0); in Catch() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefispromisevalue_fuzzer/
Djsvaluerefispromisevalue_fuzzer.cpp44 Local<FunctionRef> reject = FunctionRef::New(vm, nativeFunc, deleter, (void *)(data + size)); in JSValueRefIsPromiseValueFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_dynamic_import.cpp34 JSHandle<JSPromiseReactionsFunction> reject, in ExecuteNativeOrJsonModule()
Djs_module_source_text.cpp910 JSHandle<JSTaggedValue> reject(thread, capability->GetReject()); in HandleEvaluateResult() local
2046 JSHandle<JSTaggedValue> reject(thread, topLevelCapability->GetReject()); in AsyncModuleExecutionRejected() local
/arkcompiler/ets_runtime/ecmascript/
Djs_async_generator_object.cpp102 JSHandle<JSTaggedValue> reject(thread, capability->GetReject()); in AsyncGeneratorReject() local
261 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject()); in AsyncGeneratorEnqueue() local
Djs_promise.cpp42 JSHandle<JSPromiseReactionsFunction> reject = factory->CreateJSPromiseReactionsFunction( in CreateResolvingFunctions() local
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dmicro_job_queue_test.cpp246 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_first_tests.cpp621 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local
638 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local
681 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local
698 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local
1567 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local
Dffi_workload.cpp718 Local<FunctionRef> reject = FunctionRef::New(vm_, FunCallback); in HWTEST_F_L0() local
733 Local<FunctionRef> reject = FunctionRef::New(vm_, FunCallback); in HWTEST_F_L0() local
804 Local<FunctionRef> reject = FunctionRef::New(vm_, FunCallback); in HWTEST_F_L0() local
822 Local<FunctionRef> reject = FunctionRef::New(vm_, FunCallback); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1966 JSTaggedValue reject = capacity->GetReject(); in Reject() local
1991 JSHandle<JSTaggedValue> reject(thread, capacity->GetReject()); in Reject() local
5863 JSHandle<JSTaggedValue> reject = JSNApiHelper::ToJSHandle(handler); in Catch() local
5927 JSHandle<JSTaggedValue> reject = JSNApiHelper::ToJSHandle(onRejected); in Then() local