Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/api/
H A Djerry-snapshot.c140 const jerry_char_t *error_buffer_too_small_p = (const jerry_char_t *) "Snapshot buffer too small."; in snapshot_add_compiled_code() local
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()

Completed in 3 milliseconds