Home
last modified time | relevance | path

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

12345678910>>...13

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DErrors.sts19 * @class Represents an error that occurs when assertion fails.
37 * @class Represents an error that occurs when division by zero is performed.
46 * @class Represents an error that occurs when null pointer is dereferenced.
55 * @class Represents an error that occurs when exception is thrown and not catched
64 * @class Represents an error that occurs when trying to interpret syntactically invalid code
81 * @class Represents an error that occurs when JSONValue can not be assigned to a type
90 * @class Represents an error that occurs when provided collection index is out of range
107 * @class Represents an error that occurs when array is oging to be indexed out of its bounds
125 * @class Represents an error that occurs when memory allocation fails
134 * @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/
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
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
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.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/requirements_in_overriding_and_hiding/
Dhiding_methods_with_different_access_modifiers_n.sts20occurs. If the overridden or hidden method is protected, then the overriding or hiding method must…
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.sts20occurs. If the overridden or hidden method is protected, then the overriding or hiding method must…
/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/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/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/plugins/ets/doc/spec/
D9_classes.rst164 A :index:`compile-time error` occurs if an attempt is made to create
200 A :index:`compile-time error` occurs if a non-abstract class has
212 A :index:`compile-time error` occurs if an abstract method declaration
282 A :index:`compile-time error` occurs if:
384 A :index:`compile-time error` occurs if ``typeReference`` fails to name an
438 A :index:`compile-time error` occurs if a class is at the same time
474 Otherwise, a :index:`compile-time error` occurs.
497 A :index:`compile-time error` occurs if a class field and a method from one
957 A :index:`compile-time error` occurs if:
1121 If none of the above is applicable, then a :index:`compile-time error` occurs.
[all …]
D18_annotations.rst51 A :index:`compile-time error` occurs if the annotation name is not accessible
93 occurs if the value of this expression cannot be evaluated at compile time.
96 :index:`compile-time error` occurs.
135 A :index:`compile-time error` occurs if any other type is used as type of an
173 a :index:`compile-time error` occurs.
195 Otherwise, a :index:`compile-time error` occurs:
227 Otherwise, a :index:`compile-time error` occurs:
369 A runtime error occurs if no annotation corresponds to the ambient annotation
D10_interfaces.rst166 A :index:`compile-time error` occurs if:
179 :index:`compile-time error` occurs.
244 A :index:`compile-time error` occurs if an interface depends on itself.
256 Otherwise a :index:`compile-time error` occurs.
331 A :index:`compile-time error` occurs if the names of the method explicitly declared
462 A :index:`compile-time error` occurs if the body of an interface declares a
485 A :index:`compile-time error` occurs if signatures of these methods are
563 A :index:`compile-time error` occurs if:
D8_statements.rst121 (see :ref:`Errors`), or return (see :ref:`Return Statements`) occurs.
214 executed (if provided). A :index:`compile-time error` occurs if the expression
390 A :index:`compile-time error` occurs if the type of an expression is not
480 :index:`compile-time error` occurs if such a statement is not found within the
486 A :index:`compile-time error` occurs if the ``breakStatement`` is not found
528 A :index:`compile-time error` occurs if such a statement is not found within
531 A :index:`compile-time error` occurs if no ``continueStatement`` is found
580 A :index:`compile-time error` occurs if a ``return`` statement is found in:
688 A :index:`compile-time error` occurs if not **all** of the following is true:
779 ``Exception`` or ``Error``. Otherwise, a :index:`compile-time error` occurs.
[all …]
/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`
Djnez.yaml36 Check jump occurs or not occurs, depending on `acc!=0` condition
86 Check jump occurs or not occurs, depending on `acc != 0` condition
150 Check jump not occurs if `acc >= 0`
Djgtz.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 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/
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`
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`
/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/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/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>>...13