Searched refs:jerry_throw (Results 1 – 1 of 1) sorted by relevance
194 jerry_throw (jerry_value_t value) /**< return value */ in jerry_throw() function508 return jerry_throw (ecma_raise_syntax_error (ECMA_ERR_MSG ("The parser has been disabled."))); in jerry_parse()591 return jerry_throw (ecma_raise_syntax_error (ECMA_ERR_MSG ("The parser has been disabled."))); in jerry_parse_function()611 return jerry_throw (ecma_raise_type_error (ECMA_ERR_MSG (wrong_args_msg_p))); in jerry_run()619 return jerry_throw (ecma_raise_type_error (ECMA_ERR_MSG (wrong_args_msg_p))); in jerry_run()629 return jerry_throw (ecma_raise_type_error (ECMA_ERR_MSG (wrong_args_msg_p))); in jerry_run()1072 return jerry_throw (ecma_raise_type_error (ECMA_ERR_MSG (error_value_msg_p))); in jerry_binary_operation()1106 return jerry_throw (ecma_raise_type_error (ECMA_ERR_MSG (wrong_args_msg_p))); in jerry_binary_operation()1125 return jerry_throw (ecma_raise_type_error (ECMA_ERR_MSG ("Unsupported binary operation"))); in jerry_binary_operation()1322 return jerry_throw (ecma_raise_type_error (ECMA_ERR_MSG (error_value_msg_p))); in jerry_value_to_number()[all …]