Home
last modified time | relevance | path

Searched full:accessible (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-definiton6-expected.txt1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton6.ts:…
Dtest-class-definiton16-expected.txt1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton16.ts…
Dtest-class-definiton15-expected.txt1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton15.ts…
/arkcompiler/ets_frontend/ts2panda/tests/expression/
Darguments.test.ts35 it('arguments: Array-like object accessible inside functions', function () {
/arkcompiler/runtime_core/runtime/tests/
Dg1gc_test.cpp225 // Check young object is accessible in TEST_F()
256 // Check the young object is accessible in TEST_F()
307 // Check the objet is accessible in TEST_F()
952 // Check young object is accessible in TEST_F()
961 // Check that the first object is accessible in TEST_F()
1027 // Check young object is accessible in TEST_F()
1036 // Check that the first object is accessible in TEST_F()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcall.virt.short.negative.yaml619 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
712 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
767 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
905 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
Dcall.virt.range.negative.yaml956 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
1048 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
1113 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
1249 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
Dcall.virt.negative.yaml974 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
1066 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
1118 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
1255 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
Dcall.virt.acc.short.yaml382 description: Check that verifier reports an error on non-accessible method.
405 description: Check that verifier reports an error on non-accessible method.
Dcall.virt.acc.yaml456 description: Check that verifier reports an error on non-accessible method.
481 description: Check that verifier reports an error on non-accessible method.
/arkcompiler/runtime_core/verification/util/
Dcallable.h29 a closure must be accessible during lifetime of
/arkcompiler/runtime_core/libpandabase/os/
Dthread.h54 // Templated functions need to be defined here to be accessible everywhere
/arkcompiler/runtime_core/runtime/
Dthread.cpp156 …// Create thread structure using new, we rely on this structure to be accessible in child threads … in Create()
167 …// Create thread structure using new, we rely on this structure to be accessible in child threads … in Create()
/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts530 * the variable declared without anything should be accessible
/arkcompiler/runtime_core/isa/
Disapi.rb487 # All yaml properties are accessible by '.' syntax,
Disa.yaml229 description: Method_id must resolve to a method which is accessible.
/arkcompiler/runtime_core/docs/
Dfile_format.md157 | `ACC_PRIVATE` | `0x0002` | Declared private; accessible only within the defining class. |
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1999 … ThrowSyntaxError("A get accessor must be at least as accessible as the setter", key->Start()); in CheckAccessorPair()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2Accessible=0]="Accessible",re[re.NotAccessible=1]="NotAccessible",re[re.CannotBeNamed=2]="CannotBe…
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist.txt8268 language/expressions/import.meta/not-accessible-from-direct-eval.js