/arkcompiler/ets_frontend/test262/ |
D | es2abc_skip_tests.json | 3 "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 77 "reason" : "Dynamic Import failed testcases", string 90 …"reason" : "Dynamic Import failed testcases : cases import non-existent file and try to catch the … string 109 "reason" : "Dynamic Import failed testcases : reference error", string 127 "reason" : "Test262Error: it returns the same namespace are the same Expected SameValue", string 136 "reason" : "Unsupported single-line-html-close Comment", string [all …]
|
D | intl_skip_tests.json | 3 "reason": "Not support eval", string 21 "reason": "Current ICU version not support yet", string
|
D | ts2abc_skip_tests.json | 3 "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": "Cannot convert a UNDEFINED value to a JSObject", string 95 "reason" : "Dynamic Import failed testcases", string 145 "reason": "Optional chain failed testcases : optional chain is not supported", string 188 "reason" : "Dynamic Import failed testcases :Can not get module", string 210 "reason" : "Dynamic Import failed testcases :SyntaxError", string [all …]
|
D | skip_tests.json | 3 "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 …]
|
D | force_gc_skip_tests.json | 3 "reason": "Force GC TimeOut", string
|
/arkcompiler/ets_runtime/test/moduletest/asyncgenerator/ |
D | asyncgeneratoryieldstar.js | 24 var reason = {}; variable
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_promise.cpp | 140 const JSHandle<JSTaggedValue> &reason) in RejectPromise()
|
D | js_async_function.cpp | 181 …d *thread, const JSHandle<JSAsyncAwaitStatusFunction> &func, const JSHandle<JSTaggedValue> &reason) in AsyncFunctionAwaitRejected()
|
D | ecma_context.h | 146 … const JSHandle<JSTaggedValue> &reason, PromiseRejectionEvent operation) in PromiseRejectionTracker()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_promise_handler.cpp | 128 JSHandle<JSTaggedValue> reason = GetCallArg(argv, 0); in Reject() local 235 JSHandle<JSTaggedValue> reason = GetCallArg(argv, 0); in AsyncAwaitRejected() local 329 JSHandle<JSTaggedValue> reason = BuiltinsBase::GetCallArg(argv, 0); in CatchFinally() local
|
D | builtins_promise.cpp | 309 JSHandle<JSTaggedValue> reason = GetCallArg(argv, 0); in Reject() local 438 JSHandle<JSTaggedValue> reason(thread, JSTaggedValue::Null()); in PerformPromiseThen() local
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | gc_stats.cpp | 374 void GCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) in RecordStatisticBeforeGC()
|
D | gc_stats.h | 96 void SetGCReason(GCReason reason) in SetGCReason()
|
D | heap.cpp | 341 void Heap::CollectGarbage(TriggerGCType gcType, GCReason reason) in CollectGarbage()
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_events.h | 108 Paused &SetReason(PauseReason reason) in SetReason() 114 static std::string GetReasonString(PauseReason reason) in GetReasonString()
|
/arkcompiler/toolchain/tooling/test/ |
D | debugger_events_test.cpp | 98 std::string reason; in HWTEST_F_L0() local
|
D | pt_types_test.cpp | 735 PauseReason reason = static_cast<PauseReason>(50); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_tests.cpp | 406 Local<JSValueRef> reason = info->GetCallArgRef(0); in CheckReject() local 429 Local<StringRef> reason = StringRef::NewFromUtf8(vm_, "Reject"); in HWTEST_F_L0() local 1501 Local<JSValueRef> reason(toString1); in HWTEST_F_L0() local
|
/arkcompiler/toolchain/tooling/agent/ |
D | debugger_impl.cpp | 186 void DebuggerImpl::NotifyPaused(std::optional<JSPtLocation> location, PauseReason reason) in NotifyPaused()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 817 const JSHandle<JSTaggedValue> reason, in HostPromiseRejectionTracker() 865 PromiseRejectInfo::PromiseRejectInfo(Local<JSValueRef> promise, Local<JSValueRef> reason, in PromiseRejectInfo() 1953 bool PromiseCapabilityRef::Reject(const EcmaVM *vm, Local<JSValueRef> reason) in Reject()
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|