Searched full:represents (Results 1 – 25 of 134) sorted by relevance
123456
19 * @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 catched61 * @class Represents an error that occurs when trying to interpret syntactically invalid code78 * @class Represents an error that occurs when JSONValue can not be assigned to a type87 * @class Represents an error that occurs when provided collection index is out of range104 * @class Represents an error that occurs when array is oging to be indexed out of its bounds113 …* @class Represents exception that is thrown when illegal arithmetic operation is occured (e.g. di…122 * @class Represents an error that occurs when memory allocation fails[all …]
19 * Represents exception that is thrown in case of null pointer dereference37 * Represents exception that is thrown in case of ?54 * Represents exception that is thrown when provided argument have value outside the allowable range71 …* Represents exception that is thrown when a method has been invoked at an illegal or inappropriat…88 * Represents exception that is thrown when class is not found105 * Represents exception that is thrown when verifier detects errors in class122 * Represents exception that is thrown when linker detects errors in class139 * Represents exception that is thrown when runtime detects incompatible changes in class156 * Represents exception that is thrown when the requested operation is not supported.173 …* @class Represents exception that is thrown when attempting to wait, notify or notifyAll on objec…[all …]
19 * Unstable API, represents internal runtime type descriptor62 * Unstable API, represents internal runtime type linking and loading APIs
21 * Represents boxed char value and related operations316 * isBinDigit() checks whether the char represents a binary digit.328 * isBinDigit() checks whether the underlying char represents a binary digit.337 * isDecDigit() checks whether the char represents a decimal digit.349 * isDecDigit() checks whether the underlying char represents a decimal digit.358 * isBinDigit() checks whether the char represents a hexadecimal digit.372 * isHexDigit() checks whether the underlying char represents a hexadecimal digit.
136 * Represents abstract value305 * Represents value of object of class type548 * Represents array value724 * Represents boolean value765 * Represents byte value806 * Represents short value847 * Represents char value888 * Represents int value929 * Represents float value970 * Represents double value[all …]
19 * Class represents a result of an asynchronous operation in the future.
19 * Represents boxed boolean value and related operations178 * Static instance that represents true boolean value183 * Static instance that represents false boolean value192 * @returns boxed value that represents provided primitive value
19 * Represents parameter of function type
19 * Represents boxed float value and related operations107 * Represents the NaN value according to IEEE-754 specification112 * Represents the +Infinity value according to IEEE-754 specification117 * Represents the -Infinity value according to IEEE-754 specification
19 * @class Represents an error that occurs when global eval() function fails36 …* @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…87 * The AggregateError object represents an error when several errors129 * Represents error that is thrown when Date is malformed
81 * Represents the NaN value accoring to IEEE 754 specification86 * Represents the +Infinity value accoring to IEEE 754 specification91 * Represents the -Infinity value accoring to IEEE 754 specification
81 // This class represents the scenario that the BB is unreachable.100 // This class represents the scenario that a BB contains nothing.
18 desc: The class Promise<T> represents the values returned by launch expressions.
17 desc: The null literal denotes the null reference which represents an absence of a value and is a v…
362 | `CODE` | `0x01` | `0-1` | `uint8_t[4]` | Data represents the offset …363 | `SOURCE_LANG` | `0x02` | `0-1` | `uint8_t` | Data represents the [source…364 | `RUNTIME_ANNOTATION` | `0x03` | `>=0` | `uint8_t[4]` | Data represents the offset …365 | `RUNTIME_PARAM_ANNOTATION` | `0x04` | `0-1` | `uint8_t[4]` | Data represents the offset …366 | `DEBUG_INFO` | `0x05` | `0-1` | `uint8_t[4]` | Data represents the offset …367 | `ANNOTATION` | `0x06` | `>=0` | `uint8_t[4]` | Data represents the offset …368 | `PARAM_ANNOTATION` | `0x07` | `0-1` | `uint8_t[4]` | Data represents the offset …369 | `TYPE_ANNOTATION` | `0x08` | `>=0` | `uint8_t[4]` | Data represents the offset …370 | `RUNTIME_TYPE_ANNOTATION` | `0x09` | `>=0` | `uint8_t[4]` | Data represents the offset …371 | `PROFILE_INFO` | `0x0a` | `>=0` | `uint8_t[]` | Data represents the profile…[all …]
361 | `CODE` | `0x01` | `0-1` | `uint8_t[4]` | Data represents the offset …362 | `SOURCE_LANG` | `0x02` | `0-1` | `uint8_t` | Data represents the [source…363 | `RUNTIME_ANNOTATION` | `0x03` | `>=0` | `uint8_t[4]` | Data represents the offset …364 | `RUNTIME_PARAM_ANNOTATION` | `0x04` | `0-1` | `uint8_t[4]` | Data represents the offset …365 | `DEBUG_INFO` | `0x05` | `0-1` | `uint8_t[4]` | Data represents the offset …366 | `ANNOTATION` | `0x06` | `>=0` | `uint8_t[4]` | Data represents the offset …367 | `PARAM_ANNOTATION` | `0x07` | `0-1` | `uint8_t[4]` | Data represents the offset …368 | `TYPE_ANNOTATION` | `0x08` | `>=0` | `uint8_t[4]` | Data represents the offset …369 | `RUNTIME_TYPE_ANNOTATION` | `0x09` | `>=0` | `uint8_t[4]` | Data represents the offset …404 | `SOURCE_LANG` | `0x02` | `0-1` | `uint8_t` | Data represents the [sou…[all …]
18 A block of code that represents the body of a default method in
277 /// Represents count of task that sleeps309 /// newTasksCount_ represents count of new tasks317 * finishedTasksCount_ represents count of finished tasks;325 …* Represents count of tasks that exist in TaskScheduler system per TaskProperties. Task in system …
31 * TaskType - represents all types of components that can use TaskManager.41 * VMType - represents all types of VM that can use TaskManager.51 * TaskExecutionMode - represents all possible modes of tasks execution.
51 * @brief Class represents runtime options53 * It extends Options that represents public options (that described in options.yaml) and
31 * This class represents a JS callback associated with the ETS function object: void()