Home
last modified time | relevance | path

Searched full:occurs (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DErrors.sts19 * @class Represents an error that occurs when assertion fails.
34 * @class Represents an error that occurs when division by zero is performed.
43 * @class Represents an error that occurs when null pointer is dereferenced.
52 * @class Represents an error that occurs when exception is thrown and not catched
61 * @class Represents an error that occurs when trying to interpret syntactically invalid code
78 * @class Represents an error that occurs when JSONValue can not be assigned to a type
87 * @class Represents an error that occurs when provided collection index is out of range
104 * @class Represents an error that occurs when array is oging to be indexed out of its bounds
122 * @class Represents an error that occurs when memory allocation fails
131 * @class Represents an error that occurs when no such method is found in the class
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/
Dord26.sts22 are not evaluated and no assignment occurs.
25 abruptly for the same reason; the right-hand operand is not evaluated and no assignment occurs.
27 then the assignment expression completes abruptly for the same reason and no assignment occurs.
29 equal to the length of the array, then no assignment occurs and an ArrayIndexOutOfBoundsError
Dord25.sts22 are not evaluated and no assignment occurs.
25 abruptly for the same reason; the right-hand operand is not evaluated and no assignment occurs.
27 then the assignment expression completes abruptly for the same reason and no assignment occurs.
29 equal to the length of the array, then no assignment occurs and an ArrayIndexOutOfBoundsError
Dord24.sts22 are not evaluated and no assignment occurs.
25 abruptly for the same reason; the right-hand operand is not evaluated and no assignment occurs.
27 then the assignment expression completes abruptly for the same reason and no assignment occurs.
Dord22.sts22 are not evaluated and no assignment occurs.
25 abruptly for the same reason; the right-hand operand is not evaluated and no assignment occurs.
Dord23.sts22 are not evaluated and no assignment occurs.
25 abruptly for the same reason; the right-hand operand is not evaluated and no assignment occurs.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/requirements_in_overriding_and_hiding/
Doverriding_methods_with_different_access_modifiers.sts20occurs. If the overridden or hidden method is protected, then the overriding or hiding method must…
Dhiding_methods_with_different_access_modifiers_n.sts20occurs. If the overridden or hidden method is protected, then the overriding or hiding method must…
Dhiding_methods_with_different_access_modifiers.sts20occurs. If the overridden or hidden method is protected, then the overriding or hiding method must…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/
Dthis_with_t_in_non_generic.sts17 desc: A compile-time error occurs if the qualified this expression occurs in a class or interface w…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DErrors.sts19 * @class Represents an error that occurs when global eval() function fails
36 …* @class Represents an error that occurs when an operation could not be performed, typically (but …
53 …* @class Represents an error that occurs when a variable that doesn't exist (or hasn't yet been in…
70 …* @class Represents an error that occurs when a global URI handling function was used in a wrong w…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/
Dannotations.rst49 A compile-time error occurs if the annotation
95 using *initializer* as *constant expression*. A compile-time occurs in the value
99 otherwise a compile-time error occurs.
138 A compile-time error occurs if any other type is used as type of an *annotation
175 otherwise a compile-time error occurs.
194 Otherwise, a compile-time error occurs:
227 Otherwise, a compile-time error occurs:
341 A runtime error occurs, if there no annotation that corresponds to the ambient annotation,
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Djgez.yaml34 Check jump occurs or not occurs, depending on `acc < 0` condition
84 Check jump occurs or not occurs, depending on `acc > 0` condition
148 Check jump occurs or not occurs, depending on `acc == 0` condition
211 Check jump not occurs if `acc < 0`
Djlez.yaml34 Check jump occurs or not occurs, depending on `acc < 0` condition
84 Check jump occurs or not occurs, depending on `acc < 0` condition
150 Check jump occurs or not occurs, depending on `acc == 0` condition
213 Check jump not occurs if `acc > 0`
Djeqz.yaml34 Check jump occurs or not occurs, depending on `acc == 0` condition
84 Check jump occurs or not occurs, depending on `acc == 0` condition
147 Check jump not occurs if `acc != 0`
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Djlez.yaml35 Check jump occurs or not occurs, depending on `acc < 0` condition
85 Check jump occurs or not occurs, depending on `acc < 0` condition
151 Check jump occurs or not occurs, depending on `acc == 0` condition
214 Check jump not occurs if `acc > 0`
Djgez.yaml35 Check jump occurs or not occurs, depending on `acc < 0` condition
85 Check jump occurs or not occurs, depending on `acc > 0` condition
149 Check jump occurs or not occurs, depending on `acc == 0` condition
212 Check jump not occurs if `acc < 0`
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D9_classes.rst169 A :index:`compile-time error` occurs if an attempt is made to create
214 A :index:`compile-time error` occurs if a non-abstract class has
226 A :index:`compile-time error` occurs if an abstract method declaration
290 A :index:`compile-time error` occurs if:
395 A :index:`compile-time error` occurs if ``typeReference`` fails to name an
451 A :index:`compile-time error` occurs if a class is at the same time
488 Otherwise, a :index:`compile-time error` occurs.
511 A :index:`compile-time error` occurs if a class field has the same name as
989 A :index:`compile-time error` occurs if:
1168 If none of the above is applicable, then a :index:`compile-time error` occurs.
[all …]
D18_annotations.rst65 A :index:`compile-time error` occurs if the annotation name is not accessible
115 occurs if the value of this expression cannot be evaluated at compile time.
130 :index:`compile-time error` occurs.
178 A :index:`compile-time error` occurs if any other type is used as type of an
226 a :index:`compile-time error` occurs.
261 Otherwise, a :index:`compile-time error` occurs:
290 Otherwise, a :index:`compile-time error` occurs:
474 A runtime error occurs if no annotation corresponds to the ambient annotation
D10_interfaces.rst169 A :index:`compile-time error` occurs if:
182 :index:`compile-time error` occurs.
253 A :index:`compile-time error` occurs if an interface depends on itself.
265 Otherwise, a :index:`compile-time error` occurs.
344 A :index:`compile-time error` occurs if the names of the method explicitly
470 A :index:`compile-time error` occurs if the body of an interface declares a
493 A :index:`compile-time error` occurs if signatures of these methods are
588 A :index:`compile-time error` occurs if:
D8_statements.rst118 (see :ref:`Errors`), or return (see :ref:`Return Statements`) occurs.
210 executed (if provided). A :index:`compile-time error` occurs if the expression
379 A :index:`compile-time error` occurs if the type of an expression is not
476 occurs.
481 a :index:`compile-time error` occurs.
523 A :index:`compile-time error` occurs if a ``continue`` statement is not found
526 A :index:`compile-time error` occurs if *continueStatement* is not found
579 A :index:`compile-time error` occurs if a ``return`` statement is found in:
689 A :index:`compile-time error` occurs if not **all** of the following is true:
777 ``Exception`` or ``Error``. Otherwise, a :index:`compile-time error` occurs.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/14.ambient_declarations/
Dbad_ambient_declarations.params.yaml42 …# A compile-time error occurs if an explicit return type is not specified for an ambient function …
48 …# A compile-time error occurs if the modifier ‘declare’ is used in a context that is already ambie…
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md26 * `LoadModule` - occurs when panda file is loaded by the runtime
27 * `BytecodePcChanged` - occurs when bytecode pc is changed during interpretation (only if runtime w…
/arkcompiler/runtime_core/static_core/docs/
Druntime-debug-api.md26 * `LoadModule` - occurs when panda file is loaded by the runtime
27 * `BytecodePcChanged` - occurs when bytecode pc is changed during interpretation (only if runtime w…
/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.h65 // is divided into tasks for TaskManager and occurs in its threads.
66 // Otherwise compilation occurs in-place.

12345678910>>...14