Home
last modified time | relevance | path

Searched refs:ecma_raise_error_from_error_reference (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h487 void ecma_raise_error_from_error_reference (ecma_value_t value);
Decma-helpers.c1311 ecma_raise_error_from_error_reference (ecma_value_t value) /**< error reference */ in ecma_raise_error_from_error_reference() function
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c952 ecma_raise_error_from_error_reference (ret_value); in ecma_op_function_call_external()
/third_party/jerryscript/jerry-core/vm/
Dvm.c1133 ecma_raise_error_from_error_reference (result); in vm_loop()