Searched full:its (Results 1 – 25 of 642) sorted by relevance
12345678910>>...26
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/ |
| D | inheritance_fields_with_same_name.sts | 17 desc: A class inherits fields with the same name from its direct superclass and superinterfaces. 18 … more than one field with the same name, either from its superclass and superinterfaces or from it…
|
| D | fields_inheritance_from_superclass.sts | 17 desc: A class inherits from its direct superclass. 18 assert: A class inherits from its direct superclass and direct superinterfaces all non-private fiel…
|
| D | fields_inheritance_from_superinterface.sts | 17 desc: A class inherits fкom its direct superinterface. 18 assert: A class inherits fom its direct superclass and direct superinterfaces all non-private field…
|
| D | fields_inheritance_from_superclass_and_superinterface.sts | 17 desc: A class inherits from its direct superclass and superinterface. 18 assert: A class inherits from its direct superclass and direct superinterfaces all non-private fiel…
|
| D | reference_to_inheritance_fields_with_same_name.sts | 17 desc: Refer to inherits field with the same name from its direct superclass and superinterfaces. 18 assert: However, any attempt within the body of the class to refer to any such field by its simple …
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_ir_specification.md | 129 This state has two possible transitions (branches) based on its input value. 142 This state has multiple possible transitions (branches) based on its input value. 308 * **FNEG**: returns the negation of its floating-point operand. 321 * **ADD**: returns the sum of its two integer operands. 322 * **SUB**: returns the difference of its two integer operands. It is used to implement the "-" unar… 323 * **MUL**: returns the product of its two integer operands. 325 * **SDIV**: returns the signed quotient of its two integer operands. 326 * **SREM**: returns the remainder from the signed division of its two integer operands. 327 * **UDIV**: returns the unsigned quotient of its two integer operands. 328 * **UREM**: returns the remainder from the unsigned division of its two integer operands. [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/ |
| D | override_default_method.sts | 18 …ass; if not, the default method is typically inherited and its behavior is as specified by its def…
|
| D | default_method.sts | 18 …ass; if not, the default method is typically inherited and its behavior is as specified by its def…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 1_intro.rst | 77 of its resources to, or importing from other modules. 129 power from |TS| and its predecessor JavaScript, and the static 131 syntax style similar to that of those languages, and some of its important 143 Like its predecessors, |LANG| is a relatively high-level language. It means 154 The |LANG| ecosystem includes the language along with its compiler, 220 - Is comprised of an abstract symbol (*nonterminal*) as its left-hand side, 221 and a sequence of one or more *nonterminal* and *terminal* symbols as its 415 that can hold values of type ``T`` and its derived types. 429 that name---can be accessed or referred to by its simple name without 478 abstract symbol (nonterminal) as its left-hand side, and a sequence [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine_manager.h | 26 /// @brief describes the set of adjustable parameters for CoroutineManager and its descendants init… 77 …* It can be either (the bytecode method, its arguments and the completion event instance to hold t… 78 …* value) or (a native function and its parameter). See Coroutine::EntrypointInfo for details. If t… 112 …* @brief Remove coroutine from all internal structures, notify waiters about its completion, corre… 113 * delete coroutine and free its resources 145 * The program EP will be invoked within its context. 148 /// Delete the main coroutine instance and free its resources
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/ |
| D | inheritance_abstract_methods_that_not_member.sts | 18 …its direct superclass and direct superinterfaces all abstract and default methods m for which all …
|
| D | inheritance_abstract_methods_without.sts | 18 …its direct superclass and direct superinterfaces all abstract and default methods m for which all …
|
| D | inheritance_abstract_methods.sts | 18 …its direct superclass and direct superinterfaces all abstract and default methods m for which all …
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_resolve_string.md | 3 To get string literal by its identifier application has to perform special runtime call. To improve… 27 …-roots-limit` controls how many time the same string should be resolved before its pointer will be 47 String pointers stored inside PLT-slots have to be treated as GC-roots to prevent its scavenge in c…
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | aot_resolve_string.md | 3 To get string literal by its identifier application has to perform special runtime call. To improve… 27 …-roots-limit` controls how many time the same string should be resolved before its pointer will be 47 String pointers stored inside PLT-slots have to be treated as GC-roots to prevent its scavenge in c…
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_override-expected.txt | 1 SyntaxError: This member cannot have an 'override' modifier because its containing class does not e…
|
| D | test_override7-expected.txt | 1 SyntaxError: This member cannot have an 'override' modifier because its containing class does not e…
|
| D | test-class-constructor15-expected.txt | 1 SyntaxError: A constructor cannot contain a super call when its class extends null. [test-class-con…
|
| D | test_import_type2-expected.txt | 1 SyntaxError: The type modifier cannot be used on a named import when 'import type' is used on its i…
|
| D | test_export_type-expected.txt | 1 SyntaxError: The type modifier cannot be used on a named export when 'export type' is used on its e…
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | commonUtil.cpp | 138 …* If a Har package is dependent of a cross-app Hsp, its ohmurl need to contain the bundleName of t… 139 …* Since Har's ohmurl doesn't contain bundleName during its own compilation, the bundleName need to… 157 …n ohmurl already contains [bundle name], it means its not from a Har, so there's no need to update… in UpdateBundleNameIfNeeded()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler_queue_aged_counter_priority.h | 26 * but it sorts the methods by its aged hotness counters. 56 // Thus it is negative and let's compare its absolute value with death_counter_value_ in UpdateCounterAndCheck()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | functions.rst | 23 A function declaration introduces a named function by specifying its name, 132 Calling a function actually leads to the execution of its body, while 200 To capture the context, an inner function forms a closure of its environment. 201 The closure allows accessing the inner function from outside its own
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_resolver.h | 42 * Save states should capture location of the variable at the time when its user is executed. 45 * order to capture correct locations for each of its users.
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | check_resolver.h | 43 * For every check-instruction, we replace the corresponding input of its users by the data 44 * flow input. Then we clear its NO_DCE flag such that it can be removed by DCE pass. We set
|
12345678910>>...26