Home
last modified time | relevance | path

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/
Dextend_itself.sts17 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/
Dextends_itself.sts17 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/
Ddirect_invocation_itself.sts17 desc: Direct invocation itself.
18 assert: It is a compile-time error for a constructor to directly or indirectly invoke itself throug…
Dindirect_invocation_itself.sts17 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/
Dtest-ts-static-blocks-in-class10.ts17 …ic blocks in classes if "this" refer to the class itself, it should be transformed to the class it…
Dtest-ts-static-blocks-in-class11.ts17 // 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/
Dubuntu-bootstrap14 # Dependencies for the bootstrapping script itself
/arkcompiler/runtime_core/tests/cts-assembly/
Dobj-17.pa14 # Compare a non-null object against itself
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/
DinterfaceInheritance1.ts28 /* @@? 17:11 Error TypeError: Type A recursively references itself as a base type. */
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dobj-17.pa14 # Compare a non-null object against itself
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/07.expressions/Equality_Expressions/
Dstrict_compare_02_01.sts33 // compare a with itself
Dstrict_compare_03_01.sts33 // compare a with itself
/arkcompiler/runtime_core/isa/
DREADME21 Please refer to the file itself for more details.
/arkcompiler/runtime_core/static_core/isa/
DREADME21 Please refer to the file itself for more details.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/
Dinheritance_fields_with_same_name.sts18 …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/
Dmethod_overload_2.sts18 …me is said to be overloaded. This fact causes no difficulty and never of itself results in a compi…
Dmethod_overload_0.sts18 …me is said to be overloaded. This fact causes no difficulty and never of itself results in a compi…
Dmethod_overload_1.sts18 …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/
Doverride_variance.sts28 Every type is override-compatible with itself, and that is a case of invariance.
/arkcompiler/runtime_core/static_core/compiler/docs/
Dinlining.md16 itself. Thus, no guards is needed as well.
82 valid and deoptimize itself.
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DChar.sts438 …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/
Dbytecode_emitter_tests.cpp129 // -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/
Dhot_reload_manager.cpp49 // if the file is non-patch, the base file is itself in GetBaseJSPandaFile()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/
Dclasses.rst99 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/
Djgtz.yaml64 # Check jump to itself
71 # Check jump to itself

12345678