| /arkcompiler/ets_runtime/test/fuzztest/promiseref_fuzzer/ |
| D | promiseref_fuzzer.cpp | 39 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/ |
| D | js_promise_test.cpp | 45 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/ |
| D | builtins_async_from_sync_iterator.cpp | 90 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject()); in Throw() local 119 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject()); in Throw() local 198 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject()); in Return() local
|
| D | builtins_promise_job.cpp | 116 JSHandle<JSTaggedValue> reject(thread, resolvingFunctions->GetRejectFunction()); in PromiseResolveThenableJob() local 136 JSHandle<JSPromiseReactionsFunction> reject(GetCallArg(argv, 1)); // 1 : reject method in DynamicImportJob() local 249 …e BuiltinsPromiseJob::CatchException(JSThread *thread, JSHandle<JSPromiseReactionsFunction> reject) in CatchException()
|
| D | builtins_promise_handler.cpp | 109 …JSHandle<JSPromiseReactionsFunction> reject = JSHandle<JSPromiseReactionsFunction>::Cast(GetConstr… in Reject() local 155 JSHandle<JSTaggedValue> reject = GetCallArg(argv, 1); in Executor() local
|
| D | builtins_promise.cpp | 77 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/ |
| D | jsvaluerefispromisevalue_fuzzer.cpp | 44 Local<FunctionRef> reject = FunctionRef::New(vm, nativeFunc, deleter, (void *)(data + size)); in JSValueRefIsPromiseValueFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_dynamic_import.cpp | 31 JSHandle<JSPromiseReactionsFunction> reject, in ExecuteNativeOrJsonModule()
|
| D | js_module_source_text.cpp | 809 JSHandle<JSTaggedValue> reject(thread, capability->GetReject()); in HandleEvaluateResult() local 1948 JSHandle<JSTaggedValue> reject(thread, topLevelCapability->GetReject()); in AsyncModuleExecutionRejected() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_async_generator_object.cpp | 103 JSHandle<JSTaggedValue> reject(thread, capability->GetReject()); in AsyncGeneratorReject() local 262 JSHandle<JSTaggedValue> reject(thread, pcap->GetReject()); in AsyncGeneratorEnqueue() local
|
| D | js_promise.cpp | 45 JSHandle<JSPromiseReactionsFunction> reject = factory->CreateJSPromiseReactionsFunction( in CreateResolvingFunctions() local
|
| /arkcompiler/ets_runtime/ecmascript/jobs/tests/ |
| D | micro_job_queue_test.cpp | 246 JSHandle<JSTaggedValue> reject(thread, capbility2->GetReject()); in HWTEST_F_L0() local
|
| D | pending_job_test.cpp | 124 JSHandle<JSTaggedValue> reject(thread, capbility->GetReject()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_first_tests.cpp | 651 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local 668 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local 711 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local 728 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local 1644 Local<FunctionRef> reject = FunctionRef::New(vm_, RejectCallback); in HWTEST_F_L0() local
|
| D | ffi_workload.cpp | 718 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/ |
| D | jsnapi_expo.cpp | 2075 JSTaggedValue reject = capacity->GetReject(); in Reject() local 2103 JSHandle<JSTaggedValue> reject(thread, capacity->GetReject()); in Reject() local 6163 JSHandle<JSTaggedValue> reject = JSNApiHelper::ToJSHandle(handler); in Catch() local 6244 JSHandle<JSTaggedValue> reject = JSNApiHelper::ToJSHandle(onRejected); in Then() local
|