Home
last modified time | relevance | path

Searched refs:JERRY_ERROR_RANGE (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c152 …globals_p->snapshot_error = jerry_create_error (JERRY_ERROR_RANGE, (const jerry_char_t *) error_me… in snapshot_add_compiled_code()
167 …globals_p->snapshot_error = jerry_create_error (JERRY_ERROR_RANGE, (const jerry_char_t *) error_me… in snapshot_add_compiled_code()
183 globals_p->snapshot_error = jerry_create_error (JERRY_ERROR_RANGE, error_buffer_too_small_p); in snapshot_add_compiled_code()
204 globals_p->snapshot_error = jerry_create_error (JERRY_ERROR_RANGE, error_buffer_too_small_p); in snapshot_add_compiled_code()
239 globals_p->snapshot_error = jerry_create_error (JERRY_ERROR_RANGE, error_buffer_too_small_p); in snapshot_add_compiled_code()
337 …globals_p->snapshot_error = jerry_create_error (JERRY_ERROR_RANGE, (const jerry_char_t *) error_me… in static_snapshot_add_compiled_code()
352 …globals_p->snapshot_error = jerry_create_error (JERRY_ERROR_RANGE, (const jerry_char_t *) error_me… in static_snapshot_add_compiled_code()
363 …globals_p->snapshot_error = jerry_create_error (JERRY_ERROR_RANGE, (const jerry_char_t *) error_me… in static_snapshot_add_compiled_code()
868 return jerry_create_error (JERRY_ERROR_RANGE, (const jerry_char_t *) error_message_p); in jerry_generate_snapshot()
1790 return jerry_create_error (JERRY_ERROR_RANGE, (const jerry_char_t *) error_message_p); in jerry_generate_function_snapshot()
Djerry.c71 && (int) ECMA_ERROR_RANGE == (int) JERRY_ERROR_RANGE
/third_party/jerryscript/tests/unit-core/
Dtest-api-errortype.cpp59 JERRY_ERROR_RANGE,
Dtest-dataview.cpp96 TEST_ASSERT (jerry_get_error_type (error_obj) == JERRY_ERROR_RANGE);
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h71 JERRY_ERROR_RANGE, /**< RangeError */ enumerator
/third_party/jerryscript/docs/
D02.API-REFERENCE.md39 - JERRY_ERROR_RANGE - range error
2548 jerry_value_t error_obj = jerry_create_error (JERRY_ERROR_RANGE,
2552 // error_type is now JERRY_ERROR_RANGE.