Home
last modified time | relevance | path

Searched defs:reason (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_frontend/test262/
Des2abc_skip_tests.json3 "reason": "Async function failed testcases", string
20 "reason": "Dynamic Import failed testcases : nesting", string
35 "reason": "Dynamic Import failed testcases : empty string", string
51 "reason": "Dynamic Import failed testcases : lnvalid argument", string
57 "reason": "Dynamic Import failed testcases : async-await is not supported", string
75 "reason" : "Dynamic Import failed testcases", string
88 "reason" : "Unsupported single-line-html-close Comment", string
94 "reason" : "Unsupported RegExp", string
107 "reason" : "Unsupported SourceCode", string
113 "reason" : "parameter with default initialization of itself", string
Dintl_skip_tests.json3 "reason": "Not support eval", string
21 "reason": "Current ICU version not support yet", string
Dts2abc_skip_tests.json3 "reason": "Async Function failed testcases", string
34 "reason": "Dynamic Import failed testcases : nesting", string
49 "reason": "Dynamic Import failed testcases : empty string", string
65 "reason": "Dynamic Import failed testcases : lnvalid argument", string
71 "reason": "Dynamic Import failed testcases : async-await is not supported", string
89 "reason" : "Dynamic Import failed testcases", string
139 "reason": "Optional chain failed testcases : optional chain is not supported", string
182 "reason" : "the 'struct' is treated as reserved word in ohos-typescript", string
188 "reason" : "Unsupport regExp and unicode syntax", string
207 …"reason" : "Paramter-related and funcName-related Cases that are not supported on ts2abc about asy… string
[all …]
Dskip_tests.json3 "reason": "Not a requirement in the ecma2015 specification", string
11 … "reason": "There is a type error when testing the array, and the prototype name is incorrect", string
29 "reason": "A bug in tsc caused the use case to fail", string
38 "reason": "Syntax error detected by tsc", string
50 "reason": "Not support eval", string
685 "reason": " Not support Function. Forbidden using new Function()/Function().", string
711 "reason": "Not support tco", string
718 "reason": "Not support sharedArrayBuffer and detacheArraybuffer", string
1040 "reason": "js-runtime incorrectly handling", string
1046 "reason": "AnnexB Feature Supported, Support must be aligned with the ACE", string
[all …]
/arkcompiler/runtime_core/runtime/tooling/inspector/
Dinspector.h75 void SetPause(PtThread thread, std::optional<std::string> reason) in SetPause()
89 std::optional<std::string> reason; member
/arkcompiler/ets_runtime/test/moduletest/asyncgenerator/
Dasyncgeneratoryieldstar.js24 var reason = {}; variable
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dexpect_pauses.h38 const char *reason; member
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_runner.h54 void Paused(PauseReason reason) override in Paused()
171 void ExceptionRevoked(ExceptionWrapper reason, ExceptionID exception_id) override in ExceptionRevoked()
Dtest_util.h144 static bool SuspendUntilContinue(DebugEvent reason, PtThread thread, PtLocation location) in SuspendUntilContinue()
/arkcompiler/ets_runtime/ecmascript/
Djs_promise.cpp140 const JSHandle<JSTaggedValue> &reason) in RejectPromise()
Djs_async_function.cpp175 …d *thread, const JSHandle<JSAsyncAwaitStatusFunction> &func, const JSHandle<JSTaggedValue> &reason) in AsyncFunctionAwaitRejected()
Decma_vm.h359const JSHandle<JSTaggedValue> &reason, PromiseRejectionEvent operation) in PromiseRejectionTracker()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp128 JSHandle<JSTaggedValue> reason = GetCallArg(argv, 0); in Reject() local
233 JSHandle<JSTaggedValue> reason = GetCallArg(argv, 0); in AsyncAwaitRejected() local
323 JSHandle<JSTaggedValue> reason = BuiltinsBase::GetCallArg(argv, 0); in CatchFinally() local
Dbuiltins_promise.cpp306 JSHandle<JSTaggedValue> reason = GetCallArg(argv, 0); in Reject() local
433 JSHandle<JSTaggedValue> reason(thread, JSTaggedValue::Null()); in PerformPromiseThen() local
/arkcompiler/runtime_core/runtime/tooling/
Dpt_hooks_wrapper.h82 void Paused(PauseReason reason) override in Paused()
289 void ExceptionRevoked(ExceptionWrapper reason, ExceptionID exceptionId) override in ExceptionRevoked()
/arkcompiler/toolchain/tooling/base/
Dpt_events.h108 Paused &SetReason(PauseReason reason) in SetReason()
114 static std::string GetReasonString(PauseReason reason) in GetReasonString()
/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp98 std::string reason; in HWTEST_F_L0() local
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc.cpp433 PostForkGCTask(GCTaskCause reason, uint64_t target_time) : GCTask(reason, target_time) {} in PostForkGCTask()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp345 Local<JSValueRef> reason = info->GetCallArgRef(0); in CheckReject() local
368 Local<StringRef> reason = StringRef::NewFromUtf8(vm_, "Reject"); in HWTEST_F_L0() local
1261 Local<JSValueRef> reason(toString1); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp195 void DebuggerImpl::NotifyPaused(std::optional<JSPtLocation> location, PauseReason reason) in NotifyPaused()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp576 const JSHandle<JSTaggedValue> reason, in HostPromiseRejectionTracker()
615 PromiseRejectInfo::PromiseRejectInfo(Local<JSValueRef> promise, Local<JSValueRef> reason, in PromiseRejectInfo()
1506 bool PromiseCapabilityRef::Reject(const EcmaVM *vm, Local<JSValueRef> reason) in Reject()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property