Home
last modified time | relevance | path

Searched refs:error_message_p (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/api/
H A Djerry-snapshot.c151 const char * const error_message_p = "Maximum snapshot size reached."; in snapshot_add_compiled_code() local
152 globals_p->snapshot_error = jerry_create_error (JERRY_ERROR_RANGE, (const jerry_char_t *) error_message_p); in snapshot_add_compiled_code()
166 const char * const error_message_p = "Unsupported feature: tagged template literals."; in snapshot_add_compiled_code() local
167 globals_p->snapshot_error = jerry_create_error (JERRY_ERROR_RANGE, (const jerry_char_t *) error_message_p); in snapshot_add_compiled_code()
336 const char * const error_message_p = "Maximum snapshot size reached."; in static_snapshot_add_compiled_code() local
337 globals_p->snapshot_error = jerry_create_error (JERRY_ERROR_RANGE, (const jerry_char_t *) error_message_p); in static_snapshot_add_compiled_code()
351 const char * const error_message_p = "Regular expression literals are not supported."; in static_snapshot_add_compiled_code() local
352 globals_p->snapshot_error = jerry_create_error (JERRY_ERROR_RANGE, (const jerry_char_t *) error_message_p); in static_snapshot_add_compiled_code()
362 const char * const error_message_p = "Snapshot buffer too small."; in static_snapshot_add_compiled_code() local
363 globals_p->snapshot_error = jerry_create_error (JERRY_ERROR_RANGE, (const jerry_char_t *) error_message_p); in static_snapshot_add_compiled_code()
815 const char * const error_message_p = "Cannot allocate memory for literals."; jerry_generate_snapshot_with_args() local
867 const char * const error_message_p = "Unsupported generate snapshot flags specified."; jerry_generate_snapshot() local
1789 const char * const error_message_p = "Unsupported generate snapshot flags specified."; jerry_generate_function_snapshot() local
[all...]

Completed in 2 milliseconds