Searched refs:wrong_args_msg_p (Results 1 – 1 of 1) sorted by relevance
123 static const char * const wrong_args_msg_p = "wrong type of argument"; variable611 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()1106 return jerry_throw (ecma_raise_type_error (ECMA_ERR_MSG (wrong_args_msg_p))); in jerry_binary_operation()1688 return jerry_throw (ecma_raise_type_error (ECMA_ERR_MSG (wrong_args_msg_p))); in jerry_create_proxy()1783 return jerry_throw (ecma_raise_type_error (ECMA_ERR_MSG (wrong_args_msg_p))); in jerry_create_symbol()2340 return jerry_throw (ecma_raise_type_error (ECMA_ERR_MSG (wrong_args_msg_p))); in jerry_get_property()2365 return jerry_throw (ecma_raise_type_error (ECMA_ERR_MSG (wrong_args_msg_p))); in jerry_get_property_by_index()2392 return jerry_throw (ecma_raise_type_error (ECMA_ERR_MSG (wrong_args_msg_p))); in jerry_get_internal_property()[all …]