| /arkcompiler/toolchain/tooling/ |
| D | debugger_service.cpp | 27 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in InitializeDebugger() 41 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in UninitializeDebugger() 52 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in WaitForDebugger() 64 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in OnMessage() 76 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in ProcessMessage() 88 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in GetDispatchStatus() 103 LOG_DEBUGGER(ERROR) << "VM has already been destroyed"; in GetCallFrames()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/ |
| D | finalization_registry_test.sts | 100 // Check that all callbacks have been called correctly. 101 assert removed_object_callbacks[0] == true : "First callback hasn't been called"; 102 assert removed_object_callbacks[1] == false : "Second callback has been called"; 103 assert removed_object_callbacks[2] == true : "Third callback hasn't been called"; 104 assert removed_object_callbacks[3] == true : "Fouth callback hasn't been called";
|
| D | postpone_gc_test.sts | 77 assert (obj_addr[i] == GC.getObjectAddress(obj_holder[i])) : "The object has been moved"; 88 … assert (young_object_addr != GC.getObjectAddress(young_object)) : "The object hasn't been moved";
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | global_handle_storage.h | 96 // TaggedType has been specialized for js, Other types are empty implementation 99 // TaggedType has been specialized for js, Other types are empty implementation 102 // TaggedType has been specialized for js, Other types are empty implementation 107 // TaggedType has been specialized for js, Other types are empty implementation
|
| D | handle_storage.h | 61 // TaggedType has been specialized for js, Other types are empty implementation 64 // TaggedType has been specialized for js, Other types are empty implementation
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | array_type.sts | 30 /* @@? 17:13 Warning Warning: Property 'a' might not have been initialized. */ 31 /* @@? 18:15 Warning Warning: Property 'f' might not have been initialized. */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/taskpool/ |
| D | seqrunner_tasks.sts | 91 }, new Error("taskpool:: task is not executed or has been executed")); 101 assertEQ(e.message, "taskpool:: sequenceRunner task has been executed"); 105 new Error("taskpool:: sequenceRunner task has been canceled")); 114 }, new Error("taskpool:: sequenceRunner task has been executed"));
|
| D | group_tasks.sts | 91 }, new Error("taskpool:: taskGroup is not executed or has been executed")); 102 assertEQ(e.message, "taskpool:: taskGroup is not executed or has been executed"); 106 new Error("taskpool:: taskGroup has been canceled")); 117 }, new Error("taskpool:: taskGroup is not executed or has been executed"));
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/ |
| D | launch_exception.sts | 38 console.println("Expected StackOverflowError but another exception has been thrown!"); 52 console.println("Expected Error but another exception has been thrown!");
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/import_tests/packages/var-duplication/ |
| D | subpackage_module_1-expected.txt | 1 SyntaxError: Variable 'a' has already been declared. [subpackage_module_1.sts:19:12]
|
| D | subpackage_module_2-expected.txt | 1 SyntaxError: Variable 'a' has already been declared. [subpackage_module_2.sts:19:12]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-enum-declaration1-expected.txt | 1 SyntaxError: Variable 'a' has already been declared. [test-enum-declaration1.ts:19:5]
|
| D | test-enum-declaration5-expected.txt | 1 SyntaxError: Variable 'Foo' has already been declared. [test-enum-declaration5.ts:19:16]
|
| D | test-enum-declaration4-expected.txt | 1 SyntaxError: Variable 'Foo' has already been declared. [test-enum-declaration4.ts:20:10]
|
| D | test-ts-parameter-property7-expected.txt | 1 SyntaxError: Variable 'readonly' has already been declared. [test-ts-parameter-property7.ts:18:44]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-let-redeclaration-expected.txt | 1 SyntaxError: Variable 'a' has already been declared. [test-let-redeclaration.js:19:5]
|
| D | test-function-scope-violation-1-expected.txt | 1 SyntaxError: Variable 'a' has already been declared. [test-function-scope-violation-1.js:21:7]
|
| D | test-try-catch-lexical-declaration-expected.txt | 1 SyntaxError: Variable 'e' has already been declared. [test-try-catch-lexical-declaration.js:23:7]
|
| D | test-function-scope-violation-2-expected.txt | 1 SyntaxError: Variable 'c' has already been declared. [test-function-scope-violation-2.js:20:9]
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | init.cpp | 49 LOG(ERROR, DEBUGGER) << "Debugger has already been started"; in StartDebugger() 65 LOG(ERROR, DEBUGGER) << "Debugger has not been started"; in StopDebugger()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | Exceptions.sts | 71 …* Represents exception that is thrown when a method has been invoked at an illegal or inappropriat… 173 …hat is thrown when attempting to wait, notify or notifyAll on object, that hasn't been synchronised 191 * a method has been passed an illegal argument
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/ |
| D | tombstones.py | 51 raise RuntimeError('Remote shell has not been set!') 56 raise RuntimeError('Remote shell has not been set!')
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | intro.rst | 30 drain battery life. |LANG| has been specifically designed to address such concerns 48 libraries they would want to reuse. |LANG| has been designed for seamless |JS|
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | exception_test.cpp | 174 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 259 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 347 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 436 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 526 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 616 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 702 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 788 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 876 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 964 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/js/ |
| D | test-try-catch-lexical-declaration.js | 30 /* @@? 23:7 Error SyntaxError: Variable 'e' has already been declared. */
|