Searched full:exactly (Results 1 – 25 of 63) sorted by relevance
123
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-object-expression1-expected.txt | 1 SyntaxError: Setter must have exactly one formal parameter [test-object-expression1.js:19:1]
|
| /arkcompiler/runtime_core/static_core/verification/models/contexts_merge/ |
| D | check_set_intersection_as_lub.als | 55 example: run Show for 7 but exactly 4 Register, exactly 5 Class, exactly 5 Interface, exactly 3 Ins…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/js/ |
| D | test-object-expression1.js | 21 /* @@@ label Error SyntaxError: Setter must have exactly one formal parameter. */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/03.named_reference/ |
| D | named_reference_19.ets | 17 desc: The verification parameter type must match exactly the declaration.
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | setter_with_more_than_one_formal_parameter.ets | 20 /* @@@ label Error SyntaxError: Setter must have exactly one formal parameter. */
|
| D | InvalidParserImpl.ets | 27 /* @@? 19:1 Error SyntaxError: Setter must have exactly one formal parameter. */
|
| D | accessor_with_this_param.ets | 39 /* @@? 24:1 Error SyntaxError: Setter must have exactly one formal parameter. */
|
| D | InvalidClasses.ets | 95 /* @@? 41:5 Error SyntaxError: The special predefined method '$_get' should have exactly one requir… 98 /* @@? 45:5 Error SyntaxError: The special predefined method '$_set' should have exactly two requir…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | broken_setter.ets | 30 /* @@? 23:5 Error SyntaxError: Setter must have exactly one formal parameter. */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations_n/ |
| D | ambient_annotations_n.ets | 17 desc: An ambient annotation and the annotation that implements it must be exactly identical,
|
| D | ambient_annotations_n.d.ets | 17 desc: An ambient annotation and the annotation that implements it must be exactly identical,
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/02.widening_primitive_conversions/ |
| D | bytetolong.ets | 22 throw new Error("Byte array must be exactly 8 bytes long");
|
| D | bytetofloat.ets | 22 throw new Error("Byte array must be exactly 4 bytes long");
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| D | ark_config.py | 30 # CC-OFFNXT(G.CTL.01) This is exactly the signature of the function that required.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_peep.h | 43 * 1. The [MEM] operand is exactly same then first 45 * 2. The [MEM] operand is exactly same and src opnd 59 /* Remove redundant mov which src and dest opnd is exactly same */ 87 /* Remove redundant mov which src and dest opnd is exactly same */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/ |
| D | annotations.rst | 344 The ambient declaration and annotation that implements it must be exactly the same, 369 An ambient declaration can be imported and used exactly the same way as a regular annotation.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 18_annotations.rst | 399 A short notation and a notation with an object literal behave in exactly the 523 An ambient annotation and the annotation that implements it must be exactly 555 An ambient declaration can be imported and used in exactly the same manner
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | extractor.h | 79 * Do not use this method unless you exactly know what you are doing.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | becommon.cpp | 133 …CHECK_FATAL(ty.GetTypeIndex() == typeSizeTable.size(), "make sure the ty idx is exactly the table … in FinalizeTypeTable()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_coroutine.h | 42 …* Since C++ requires function type to exactly match the formal parameter type, we have to make thi…
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/ |
| D | README.md | 51 This pattern has to be put exactly before the expression/statement to be tested.
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | inlining.md | 81 exactly that CHA guards check. When method execution reaches this guard, it reads flag and see that…
|
| /arkcompiler/ets_runtime/common_components/common/ |
| D | run_type.cpp | 90 // if the size doesn't match any of the configs exactly, we choose
|
| /arkcompiler/runtime_core/static_core/verification/models/typesystem/ |
| D | ark_subtyping_closure.als | 247 Sig this/Time forced to have exactly 10 atoms. 248 Sig ts/Variance forced to have exactly 3 atoms.
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | lock_order_graph.cpp | 115 // daemon thread. If a runtime calls DeregisterSuspendedThreads exactly when in CheckNodeForTerminationLoops()
|
123