Improve ecma_reject to give more detailed error messages (#4565)
Note: TypedArray.[[DefineOwnProperty]] has been slightly reworked (without semantical changes) for better error messages. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
* @{
|
||||
*/
|
||||
|
||||
ecma_value_t ecma_reject (bool is_throw);
|
||||
ecma_object_t *ecma_op_create_object_object_noarg (void);
|
||||
ecma_object_t *ecma_op_create_object_object_noarg_and_set_prototype (ecma_object_t *object_prototype_p);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user