| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/ |
| D | .eslintrc.json | 12 "arrow-body-style": ["error", "always"], 19 "eqeqeq": ["error", "always"], 31 "spaced-comment": ["error", "always"], 39 "@stylistic/arrow-parens": ["error", "always"], 41 "@stylistic/block-spacing": ["error", "always"], 57 "@stylistic/eol-last": ["error", "always"], 100 { "blankLine": "always", "prev": "*", "next": "method" }, 101 { "blankLine": "always", "prev": "method", "next": "*" } 107 "@stylistic/multiline-ternary": ["error", "always-multiline"], 108 "@stylistic/new-parens": ["error", "always"], [all …]
|
| D | .prettierrc.json | 4 "arrowParens": "always",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/ |
| D | README.md | 10 Always use block statement within braces (`{}`) after control structures `if`, `while`, `else`. The… 12 Always place space between open parenthesis and control structures such as `if`, `while`. Place spa… 14 Always place spaces between operators and operands, example: `a * b + c` 16 Always be consistent with semicolons (`;`) after statements before line breaks in a single file: ei… 20 Always indent statements with 4 spaces within block statement (`{}`) that takes more than one line … 102 Always start with `const` and promote to `let` only if needed 136 Always add `default` case if `switch` doesn't cover all alternatives. Place `assert false` if neces…
|
| /arkcompiler/ets_frontend/ets2panda/linter/ |
| D | .eslintrc.json | 13 "arrow-body-style": ["error", "always"], 49 "spaced-comment": ["error", "always"], 60 "@stylistic/arrow-parens": ["error", "always"], 62 "@stylistic/block-spacing": ["error", "always"], 78 "@stylistic/eol-last": ["error", "always"], 123 { "blankLine": "always", "prev": "*", "next": "method" }, 124 { "blankLine": "always", "prev": "method", "next": "*" } 130 "@stylistic/multiline-ternary": ["error", "always-multiline"], 131 "@stylistic/new-parens": ["error", "always"], 142 "@stylistic/object-curly-spacing": ["error", "always"], [all …]
|
| D | .prettierrc.json | 4 "arrowParens": "always",
|
| /arkcompiler/runtime_core/static_core/docs/bc_verification/ |
| D | absint_checks.md | 31 Some code may exibit behavior of permanently throwing of exceptions, like always throwing NPE. 33 … control-flow in code, so verifier can detect such situations (when code always throws an exceptio…
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | absint_checks.md | 31 Some code may exibit behavior of permanently throwing of exceptions, like always throwing NPE. 33 … control-flow in code, so verifier can detect such situations (when code always throws an exceptio…
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | CastReference4.sts | 33 …// Instruction 'checkcast' will always throw an exception here. It may be a sign of possible error… 45 …// Instruction 'checkcast' will always throw an exception here. It may be a sign of possible error…
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | messages.yaml | 165 short_message: always NPE in register 166 …message: constant null in register v${reg}. NPE exception will always be thrown here. Accumulator … 171 short_message: always NPE in accumulator 172 message: constant null in accumulator. NPE exception will always be thrown here. 277 …Accumulator type '${acc_type}' is always a subtype of '${type}'. Checkcast is redundant here. It m… 286 …Instruction 'checkcast' will always throw an exception here. It may be a sign of possible error he… 294 …Instruction 'checkcast' will always throw an exception here. It may be a sign of possible error he… 314 …Accumulator type '${acc_type}' is always a subtype of '${type}'. Result of 'isinstance' is always … 323 Result of 'isinstance' is always zero. It may be a sign of possible error here.
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | coding-style.md | 26 10. Always explicitly mark fall through in switch … case. Google uses its own macro, we can agree o… 62 15. Always put { } even if the body is one line:
|
| /arkcompiler/runtime_core/docs/ |
| D | coding-style.md | 26 10. Always explicitly mark fall through in switch … case. Google uses its own macro, we can agree o… 62 15. Always put { } even if the body is one line:
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | tsconfig.json | 3 "semicolon": [true, "always", "ignore-interfaces"],
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_relative_time_format_test.cpp | 145 // format(-1, always) 150 JSHandle<JSTaggedValue> numericValue(factory->NewFromASCII("always")); // the default value in HWTEST_F_L0() 163 // format(1, always) 168 JSHandle<JSTaggedValue> numericValue(factory->NewFromASCII("always")); // the default value in HWTEST_F_L0() 185 JSHandle<JSTaggedValue> numericValue(factory->NewFromASCII("always")); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | inline.pa | 19 …er-regex=Test1::main --compiler-inlining-max-insts=8 --compiler-inlining-always-inline-bc-size=0",… 24 …iler-regex=Test1::main --compiler-inlining-max-insts=8 --compiler-inlining-always-inline-bc-size=0" 30 …er-regex=Test1::main --compiler-inlining-max-insts=8 --compiler-inlining-always-inline-bc-size=0",… 35 …iler-regex=Test1::main --compiler-inlining-max-insts=8 --compiler-inlining-always-inline-bc-size=0" 187 …r-regex=Test2::main --compiler-inlining-max-insts=12 --compiler-inlining-always-inline-bc-size=0",… 193 …ler-regex=Test2::main --compiler-inlining-max-insts=12 --compiler-inlining-always-inline-bc-size=0" 200 …mpiler-regex=Test2.* --compiler-inlining-max-insts=12 --compiler-inlining-always-inline-bc-size=0 \ 207 …er-regex=Test2::main --compiler-inlining-max-insts=8 --compiler-inlining-always-inline-bc-size=0",… 213 …iler-regex=Test2::main --compiler-inlining-max-insts=8 --compiler-inlining-always-inline-bc-size=0" 220 …ler-regex=Test2::main --compiler-inlining-max-insts=8 --compiler-inlining-always-inline-bc-size=0 \ [all …]
|
| /arkcompiler/runtime_core/static_core/verification/config/ |
| D | README.md | 22 List of methods, calls to which always be considered as correct (signature checks is turned off for…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/01.static_methods/ |
| D | static_method_call.sts | 18 assert: A class method is always invoked without reference to a particular object.
|
| D | non_static_method_call.sts | 18 assert: An instance method is always invoked with respect to an object, whith becomes the current o…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/03.bigint_literals/ |
| D | bigint_literals.sts | 20 BigInt literals are always of the type bigint.
|
| /arkcompiler/toolchain/build/config/mac/ |
| D | mac_sdk_overrides.gni | 27 # Always assert that mac_sdk_min is used on non-macOS platforms to prevent
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/ |
| D | ExceptionHandlingTest.ts | 30 console.log('This is always executed.');
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/ |
| D | ExceptionHandlingTest.js | 30 console.log('This is always executed.');
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/ |
| D | override_with_object.sts | 20 …Mixed override-compatibility between types of different kinds is always false, except the compatib…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/ |
| D | heap_pollution.sts | 18 The value of a type T expression is always suitable for
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/ |
| D | decorators.rst | 21 A decorator always refers to a user-defined function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/16.Support_for_GUI_Programming/annotations/ |
| D | annotation_@StorageLink_2.sts | 36 // bad practise and will not always work to use global vars in UI
|