Searched full:itself (Results 1 – 25 of 179) sorted by relevance
12345678
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/ |
| D | extend_itself.sts | 17 desc: Interface extends itself. 18 assert: It is a compile-time error if an interface depends on itself.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/ |
| D | extends_itself.sts | 17 desc: Class extends itself. 18 assert: It is a compile-time error if a class depends on itself.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/03.constructor_body/ |
| D | direct_invocation_itself.sts | 17 desc: Direct invocation itself. 18 assert: It is a compile-time error for a constructor to directly or indirectly invoke itself throug…
|
| D | indirect_invocation_itself.sts | 17 desc: Indirect invocation itself. 18 assert: It is a compile-time error for a constructor to directly or indirectly invoke itself throug…
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-static-blocks-in-class10.ts | 17 …ic blocks in classes if "this" refer to the class itself, it should be transformed to the class it…
|
| D | test-ts-static-blocks-in-class11.ts | 17 // In static blocks in classes if "this" not refer to the class itself, it should not be transformed
|
| /arkcompiler/runtime_core/static_core/scripts/dep-lists/ |
| D | ubuntu-bootstrap | 14 # Dependencies for the bootstrapping script itself
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | obj-17.pa | 14 # Compare a non-null object against itself
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/ |
| D | interfaceInheritance1.ts | 28 /* @@? 17:11 Error TypeError: Type A recursively references itself as a base type. */
|
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | obj-17.pa | 14 # Compare a non-null object against itself
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/07.expressions/Equality_Expressions/ |
| D | strict_compare_02_01.sts | 33 // compare a with itself
|
| D | strict_compare_03_01.sts | 33 // compare a with itself
|
| /arkcompiler/runtime_core/isa/ |
| D | README | 21 Please refer to the file itself for more details.
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | README | 21 Please refer to the file itself for more details.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/ |
| D | inheritance_fields_with_same_name.sts | 18 …terfaces or from its superinterfaces alone. Such a situation does not in itself cause a compile-ti…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_overload_signatures/ |
| D | method_overload_2.sts | 18 …me is said to be overloaded. This fact causes no difficulty and never of itself results in a compi…
|
| D | method_overload_0.sts | 18 …me is said to be overloaded. This fact causes no difficulty and never of itself results in a compi…
|
| D | method_overload_1.sts | 18 …me is said to be overloaded. This fact causes no difficulty and never of itself results in a compi…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/ |
| D | override_variance.sts | 28 Every type is override-compatible with itself, and that is a case of invariance.
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | inlining.md | 16 itself. Thus, no guards is needed as well. 82 valid and deoptimize itself.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | Char.sts | 438 …se(char) converts the char to upper case if it is in lower case, otherwise the char returned itself 442 …char is in lower case then an upper case of it is returned, otherwise the argument itself returned. 454 …se(char) converts the char to lower case if it is in upper case, otherwise the char returned itself 458 …char is in lower case then an upper case of it is returned, otherwise the argument itself returned.
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | bytecode_emitter_tests.cpp | 129 // -5 because 2 bytes takes jmp itself and in TEST() 193 // -4 because 2 bytes takes jmp itself and in TEST() 215 // -5 because 2 bytes takes jmp itself and in TEST() 402 // -4 because 2 bytes takes jmp itself and in TEST() 460 // 2 bytes takes jmp itself and plus one byte to make. in JcmpFwd_V8_IMM8() 524 // -3 because 4 bytes takes jmp itself in JcmpFwd_V8_IMM16() 546 // -4 because 4 bytes takes jmp itself in JcmpFwd_V8_IMM16()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | hot_reload_manager.cpp | 49 // if the file is non-patch, the base file is itself in GetBaseJSPandaFile()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | classes.rst | 99 fields belong to the class itself, and all instances of the class share the 253 A ``static`` method belongs to the class itself. It can access 294 method belongs to a class itself, and can access only the ``static`` fields. 573 this.y = new_y // ok, as y is accessible within the class itself
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | jgtz.yaml | 64 # Check jump to itself 71 # Check jump to itself
|
12345678