Home
last modified time | relevance | path

Searched full:always (Results 1 – 25 of 263) sorted by relevance

1234567891011

/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
D.eslintrc.json12 "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.json4 "arrowParens": "always",
/arkcompiler/runtime_core/libabckit/
Deslint.config.js23 '@stylistic/js/semi': ['error', 'always'],
25 eqeqeq: ['error', 'always'],
31 '@stylistic/js/eol-last': ['error', 'always'],
/arkcompiler/ets_frontend/ets2panda/linter/
Deslint.config.mjs60 'arrow-body-style': ['error', 'always'],
96 'spaced-comment': ['error', 'always'],
107 '@stylistic/arrow-parens': ['error', 'always'],
109 '@stylistic/block-spacing': ['error', 'always'],
125 '@stylistic/eol-last': ['error', 'always'],
170 { blankLine: 'always', prev: '*', next: 'method' },
171 { blankLine: 'always', prev: 'method', next: '*' }
185 '@stylistic/multiline-ternary': ['error', 'always-multiline'],
186 '@stylistic/new-parens': ['error', 'always'],
197 '@stylistic/object-curly-spacing': ['error', 'always'],
[all …]
D.prettierrc.json4 "arrowParens": "always",
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/
DREADME.md10 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/arkguard/test/
D.eslintrc.json31 "space-before-blocks": ["error", "always"],
35 "block-spacing": ["error", "always"],
41 "comma-dangle": ["error", "always-multiline"],
89 "arrow-parens": ["error", "always"],
D.prettierrc10 "arrowParens": "always",
/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md31 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/static_core/docs/bc_verification/
Dabsint_checks.md31 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/
DCastReference4.sts33 …// 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/
Dmessages.yaml165 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/ets_frontend/arkguard/
Dtsconfig.json3 "semicolon": [true, "always", "ignore-interfaces"],
/arkcompiler/runtime_core/static_core/docs/
Dcoding-style.md26 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/
Dcoding-style.md26 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_runtime/ecmascript/mem/
Dheap_region_allocator.h66 …Can not throw OOM during GC, so just make MemMapAllocator infinite to make allocating region always
68 // This will temporarily lead that all JSThread could always AllcationRegion success,
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_relative_time_format_test.cpp145 // 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/
Dinline.pa19 …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/
DREADME.md22 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/
Dstatic_method_call.sts18 assert: A class method is always invoked without reference to a particular object.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/03.bigint_literals/
Dbigint_literals.sts20 BigInt literals are always of the type bigint.
/arkcompiler/toolchain/build/config/mac/
Dmac_sdk_overrides.gni27 # Always assert that mac_sdk_min is used on non-macOS platforms to prevent
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/implicit_package_import/package_test_6/
Dpackage_module_2.sts23 // NOTE (mmartin): error message will always mark the main compiled file, but it's not the correct …
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DExceptionHandlingTest.ts30 console.log('This is always executed.');
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DExceptionHandlingTest.js30 console.log('This is always executed.');

1234567891011