Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-exceptions.h59 ecma_value_t ecma_raise_common_error (const char *msg_p);
H A Decma-exceptions.c340 ecma_raise_common_error (const char *msg_p) /**< error message */ in ecma_raise_common_error() function
343 } /* ecma_raise_common_error */ in ecma_raise_common_error()
H A Decma-dataview-object.c307 return ecma_raise_common_error (ECMA_ERR_MSG ("malloc swap_block_p failed.")); in ecma_op_dataview_get_set_view_value()
/third_party/jerryscript/jerry-core/api/
H A Djerry-snapshot.c961 ecma_raise_common_error (ECMA_ERR_MSG ("Static snapshots not allowed")); in jerry_snapshot_result()
967 ecma_raise_common_error (ECMA_ERR_MSG ("Static snapshots cannot be copied into memory")); in jerry_snapshot_result()
H A Djerry.c1820 return jerry_throw (ecma_raise_common_error (ECMA_ERR_MSG ("Input must be a valid utf8 string"))); in jerry_create_regexp_sz()
/third_party/jerryscript/jerry-core/vm/
H A Dvm.c4473 return ecma_raise_common_error (ECMA_ERR_MSG ("malloc stack failed")); in vm_run()

Completed in 13 milliseconds