Home
last modified time | relevance | path

Searched full:accessed (Results 1 – 25 of 175) sorted by relevance

1234567

/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
DStringFasta.ets134 /* @@? 21:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
135 /* @@? 22:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
136 /* @@? 23:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
137 /* @@? 24:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
138 /* @@? 25:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
139 /* @@? 26:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
140 /* @@? 27:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
141 /* @@? 28:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
142 /* @@? 29:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
143 /* @@? 30:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
[all …]
Dstatic_func_call_1.ets21 /* @@@ label Error TypeError: Static property 'bar' must be accessed through it's class 'A' */
Drecursive_clousre_reference_error.ets22 /* @@? 17:19 Error TypeError: Variable 'y' is accessed before it's initialization. */
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/FixedArray/
DStringFasta.ets134 /* @@? 21:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
135 /* @@? 22:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
136 /* @@? 23:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
137 /* @@? 24:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
138 /* @@? 25:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
139 /* @@? 26:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
140 /* @@? 27:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
141 /* @@? 28:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
142 /* @@? 29:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
143 /* @@? 30:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
[all …]
/arkcompiler/runtime_core/static_core/verification/util/tests/
Denvironment.cpp39 …static const auto WS = Par::OfCharset(" \t\r\n"); // NOLINT(readability-static-accessed-through-i… in EnvOptions()
40 …static const auto DELIM = Par::OfString(";"); // NOLINT(readability-static-accessed-through-i… in EnvOptions()
48 …WS.OfCharset("abcdefghijklmnopqrstuvwxyz_") // NOLINT(readability-static-accessed-through-instanc… in EnvOptions()
50 … EQ = NAME.OfString("="); // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
51 … BOOL_TRUE = EQ.OfString("true"); // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
52 … BOOL_FALSE = BOOL_TRUE.OfString("false"); // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
65 …static const auto DEC = BOOL.OfCharset("0123456789"); // NOLINT(readability-static-accessed-throu… in EnvOptions()
66 …static const auto HEX = DEC.OfString("0x") >> DEC; // NOLINT(readability-static-accessed-throu… in EnvOptions()
77 …static const auto QUOTES = HEX.OfString("\""); // NOLINT(readability-static-accessed-through-inst… in EnvOptions()
79 QUOTES.OfCharset(!Charset("\"")); // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
/arkcompiler/ets_frontend/ets2panda/linter/test/interop/
Dinterop_not_have_property_num_arkts2.ets.arkts2.json44 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
64 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
84 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
104 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
124 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
144 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
164 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
184 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
Dincreases_decreases_js_obj.ets.arkts2.json54 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
74 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
94 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
114 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
134 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
154 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
174 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
194 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
Dunary_operation_js_obj.ets.arkts2.json30 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
50 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
70 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
90 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
Dinterop_not_have_property_arkts2.ets.arkts2.json44 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
54 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
64 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
84 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
114 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
134 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
174 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
234 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
274 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
324 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
[all …]
Dinterop_not_have_property_num_arkts2.ets.autofix.json86 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
128 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
170 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
212 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
254 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
296 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
338 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
380 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
Dincreases_decreases_js_obj.ets.autofix.json107 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
149 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
191 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
233 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
275 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
317 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
359 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
401 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
Dunary_operation_js_obj.ets.autofix.json86 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
128 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
170 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
212 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
Dinterop_not_have_property_arkts2.ets.autofix.json75 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
96 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
117 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
159 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
222 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
264 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
337 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
463 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
547 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
652 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
[all …]
Dinterop_convert_import.ets.arkts2.json54 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
74 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
94 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
114 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
Dinterop_import_js_index.ets.arkts2.json44 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
104 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
114 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
144 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
Dinterop_import_js_compare.ets.arkts2.json34 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
44 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
284 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
294 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
Dinterop_import_typeof_js.ets.arkts2.json144 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
164 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
214 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
314 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
364 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
Dinterop_convert_import.ets.autofix.json96 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
138 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
180 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
222 …"rule": "Properties of interop objects can't be accessed directly (arkts-interop-js2s-access-js-pr…
/arkcompiler/ets_frontend/ets2panda/ir/
DastNodeHistory.cpp59 // Start searching with last accessed item in At()
60 // In most cases last accessed item is the one we are looking for in At()
64 // Search backwards starting at last accessed node for the node at previous phase in At()
67 // Search forward starting at last accessed node for the node at next phase in At()
110 // Start searching with last accessed item in FindLessOrEquals()
114 // In most cases last accessed item is the one we are looking for in FindLessOrEquals()
118 // Search backwards starting at last accessed node for the node at previous phase in FindLessOrEquals()
125 // Search forward starting at last accessed node for the node at next phase in FindLessOrEquals()
/arkcompiler/ets_runtime/test/moduletest/functionapply/
Dexpect_output.txt30 TypeError: Under strict mode, 'caller' and 'arguments' properties must not be accessed.
31 TypeError: Under strict mode, 'caller' and 'arguments' properties must not be accessed.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/16.array_types/01.resizable_array_types/
Drat00.ets17 desc: Test the elements correctly accessed from the array(number[]).
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/
Dfuzzingtest5.ets22 /* @@? 18:9 Error TypeError: Property 'f' must be accessed through 'this' */
Dfuzz_invalid_property.ets21 /* @@? 17:52 Error TypeError: Property 'strB' must be accessed through 'this' */
Dcircular_dependency_crash.ets21 /* @@? 17:24 Error TypeError: Variable 's' is accessed before it's initialization. */
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_adaptive_marking_stack.cpp32 << " accessed from object: " << fromObject; in PushToStack()
39 …LOG(DEBUG, GC) << "Add object to stack: " << GetDebugInfoAboutObject(object) << " accessed as a ro… in PushToStack()

1234567