| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | sendable_explicit_field_type.ts.json | 134 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 141 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 148 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 155 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 169 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 176 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 190 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 197 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 204 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 211 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… [all …]
|
| D | sendable_class_interface_property.ts.json | 29 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 36 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 43 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 50 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 57 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 64 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 71 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 78 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 85 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 92 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… [all …]
|
| D | sendable_class_alias_property.ts.json | 29 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 36 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s… 43 …"rule": "Properties in \"Sendable\" classes and interfaces must have a Sendable data type (arkts-s…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/ |
| D | ReflectGetBadCases.sts | 59 … result += e.toString().contains("`target` argument of Reflect.get must have fields", 0) ? 0 : 1 65 … result += e.toString().contains("`target` argument of Reflect.get must have fields", 0) ? 0 : 1 71 … result += e.toString().contains("`target` argument of Reflect.get must have fields", 0) ? 0 : 1 77 … result += e.toString().contains("`target` argument of Reflect.get must have fields", 0) ? 0 : 1 83 … result += e.toString().contains("`target` argument of Reflect.get must have fields", 0) ? 0 : 1 89 … result += e.toString().contains("`target` argument of Reflect.get must have fields", 0) ? 0 : 1 95 … result += e.toString().contains("`target` argument of Reflect.get must have fields", 0) ? 0 : 1 101 … result += e.toString().contains("`target` argument of Reflect.get must have fields", 0) ? 0 : 1 107 … result += e.toString().contains("`target` argument of Reflect.get must have fields", 0) ? 0 : 1
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | README.md | 13 2. Builder constructor have `Allocator` argument, that must be sended. 14 …uments for construct node we have methods that starts with `Set` or `Add`. For all necessary field… 15 4. All builders have method `SetParent`, it can be used for set parent node.
|
| /arkcompiler/ets_runtime/test/quickfix/multi_patch/ |
| D | expect_output.txt | 19 QuickFix have no exception 27 QuickFix have no exception 35 QuickFix have no exception
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | error_helper_test.cpp | 154 JSHandle<JSTaggedValue> errorMsg(factory->NewFromASCII("You have an Error!")); in HWTEST_F_L0() 165 "You have an Error!"); in HWTEST_F_L0() 168 JSHandle<JSTaggedValue> evalErrorMsg(factory->NewFromASCII("You have an eval error!")); in HWTEST_F_L0() 179 "You have an eval error!"); in HWTEST_F_L0() 182 JSHandle<JSTaggedValue> typeErrorMsg(factory->NewFromASCII("You have a type error!")); in HWTEST_F_L0() 193 "You have a type error!"); in HWTEST_F_L0() 208 JSHandle<JSTaggedValue> rangeErrorMsg(factory->NewFromASCII("You have an range error!")); in HWTEST_F_L0() 220 "You have an range error!"); in HWTEST_F_L0() 223 JSHandle<JSTaggedValue> uriErrorMsg(factory->NewFromASCII("You have an uri error!")); in HWTEST_F_L0() 234 "You have an uri error!"); in HWTEST_F_L0() [all …]
|
| /arkcompiler/runtime_core/docs/ |
| D | ir_format.md | 12 In the development process, it is very important to have auxiliary functionality for various code t… 14 …able to change the order of the passes, add and delete passes(If 2 passes have a dependency we mus… 45 …e not obvious or do need profiling information to implement them. We will have them in mind, but w… 131 **Start** BasicBlock doesn't have predecessors and have one successor. Only SafePoint, Constants an… 132 **End** BasicBlock doesn't have successors and doesn't contain instructions. 134 **BasicBlock** can not have more than one incoming or outgoing edges into the same block. 135 … block on the edge. Left graph can not be optimized to right one when block 3 have no instructions. 210 …Inst**) can have type FLOAT32, FLOAT64 and INT64. Constants all integer types and reference saves … 260 Instructions can have various count of users and this count doesn't depend on the instruction type.… 262 On the other hand, inputs depend on instruction type and mostly have fixed count. Thus, they should… [all …]
|
| D | rationale-for-bytecode.md | 22 or, in other words, different CPUs have different _instruction set architectures_. This means 36 hardware world: the terms "operations", "operands", "registers" and "stack" have the same meaning. 157 to the stack-based approach. Of course, if virtual registers have large numbers that do no fit 158 into 4 bits, we have to use a wider encoding: 172 instruction lacks a wide-range form, we can prepare operands for it with moves that have all 176 be beneficial. For example, we have three types of instructions for integer-sized arithmetic 178 (which is rare) and which is supposed to have only acc-reg form. Another good candidates for 204 on the same platform with the same bytecode, we would have to handle both JavaScript-style addition
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/ |
| D | bad_ambient_declarations.params.yaml | 15 …# Ambient declarations cannot include executable code. As a consequence, they have no initializers. 24 # Ambient functions, methods, and constructors have no body. 39 # Ambient functions cannot have parameters
|
| /arkcompiler/ets_frontend/ets2panda/docs/ |
| D | cheatsheet.md | 14 In any case, regardless of whether we have an entry point or not, the compilation 26 - A separate module can have an entry point (be a program) or be a module with no entry point 50 To execute compiled module *out.abc* we have several options: 94 To see what entities were generated by es2panda, we have *ark_disasm* tool. 107 if we have such code: 115 *Note:* For now we have some problems with generating names for packages 127 Implicit import is defined in spec 13.5 point. In details, we have *arktsconfig.json* 171 Have 2 options to form a correct .so for further work with it:
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/ |
| D | test-tuple-type2.ts | 18 /* @@? 17:17 Error SyntaxError: Tuple members must all have names or all not have names */
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | ir_format.md | 12 In the development process, it is very important to have auxiliary functionality for various code t… 14 …able to change the order of the passes, add and delete passes(If 2 passes have a dependency we mus… 54 …e not obvious or do need profiling information to implement them. We will have them in mind, but w… 140 **Start** BasicBlock doesn't have predecessors and have one successor. Only SafePoint, Constants an… 141 **End** BasicBlock doesn't have successors and doesn't contain instructions. 143 **BasicBlock** can not have more than one incoming or outgoing edges into the same block. 144 … block on the edge. Left graph can not be optimized to right one when block 3 have no instructions. 219 …Inst**) can have type FLOAT32, FLOAT64 and INT64. Constants all integer types and reference saves … 269 Instructions can have various count of users and this count doesn't depend on the instruction type.… 271 On the other hand, inputs depend on instruction type and mostly have fixed count. Thus, they should… [all …]
|
| D | task_manager.md | 3 Internally in VM we have different tasks for two components `GC` and `JIT`. Both of this components… 5 … are currently executing static code - the `GC` tasks for static instance have higher priority tha… 27 …skQueue(s). For example if we are currently expect a lot of GC because we have a lot of allocation… 41 NB: the minimal entity in this machinery is WorkerThread, i.e. we shouldn't have one `TaskQueue` fo…
|
| D | rationale-for-bytecode.md | 22 or, in other words, different CPUs have different _instruction set architectures_. This means 36 hardware world: the terms "operations", "operands", "registers" and "stack" have the same meaning. 157 to the stack-based approach. Of course, if virtual registers have large numbers that do no fit 158 into 4 bits, we have to use a wider encoding: 172 instruction lacks a wide-range form, we can prepare operands for it with moves that have all 176 be beneficial. For example, we have three types of instructions for integer-sized arithmetic 178 (which is rare) and which is supposed to have only acc-reg form. Another good candidates for 204 on the same platform with the same bytecode, we would have to handle both JavaScript-style addition
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | weighted_adaptive_tlab_average.h | 67 // it means that zero tlab is the only sample that we currently have in ComputeNewSumAndResetSamples() 68 // in this case we don't have enough information to calculate new TLAB size in ComputeNewSumAndResetSamples() 77 // In this case we have few TLABs with good average fill fraction in ComputeNewSumAndResetSamples() 109 … // Recently observed samples should have greater weight
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | if_conversion_doc.md | 54 1. `JBB`(and `JBB 2` for Diamond) must have only one predecessor and one successor 55 2. `PBB` must have 2 or more predecessors 59 6. The number of Phi instruction in `PBB`, which have different inputs from corresponding predecess… 71 …b. If `PBB` doesn't have other predecessors, all Phi inputs are copied to Select instructions and … 73 7. If `PBB` doesn't have other predecessors, `BB` and `PBB` are merged
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/ |
| D | static_method_declaration_without_body.sts | 17 desc: Static method declaraion. Must have a body. Must have code block in the body.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/ |
| D | same_field_and_method_names_1.sts | 17 desc: class field and a static method from the superinterface implemented by the class have the sam… 18 …ss field and a method from one of superinterfaces that a class implements have the same name, exce…
|
| D | same_field_and_method_names.sts | 17 desc: class field and a method from one of superinterfaces that a class implements have the same na… 18 …ss field and a method from one of superinterfaces that a class implements have the same name, exce…
|
| /arkcompiler/runtime_core/static_core/docs/diagrams/ |
| D | static-analyzer-gc-func-list-gen-activity.plantuml | 16 title Generation list of GC unsafe functions(can have GC happen during work) 20 :List of functions which can have GC inside;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/ |
| D | pending_exception_gc_test.sts | 17 * Test case when we have moving GC along with pending exception. 27 // in order to have GC running during exception processing
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | static-analyzer-gc-func-list-gen.puactivity | 16 title Generation list of GC unsafe functions(can have GC happen during work) 20 :List of functions which can have GC inside;
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/ |
| D | README.md | 54 …--run-ignored Run ignored tests, which have "runner-option: ignore" tag in test def… 78 This command will start all tests in `cts-generated` directory. Tests which have runner options `ig… 79 Tests that have `release` and `sanitizer-fail` will be excluded. 143 …tions (`--run-all`) is defined, otherwise tests will be excluded, if they have `ignore` runner opt… 165 execution. Update all tests that have `bugid: [number]` and `ignore: true` - remove bugid relation …
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | README.md | 54 …--run-ignored Run ignored tests, which have "runner-option: ignore" tag in test def… 78 This command will start all tests in `cts-generated` directory. Tests which have runner options `ig… 79 Tests that have `release` and `sanitizer-fail` will be excluded. 143 …tions (`--run-all`) is defined, otherwise tests will be excluded, if they have `ignore` runner opt… 165 execution. Update all tests that have `bugid: [number]` and `ignore: true` - remove bugid relation …
|