Implement CreateAsyncFromSyncIterator (#4802)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
This commit is contained in:
@@ -129,6 +129,11 @@ const char * const ecma_error_class_is_non_configurable = "Prototype property of
|
||||
*/
|
||||
const char * const ecma_error_argument_is_not_an_object = "Argument is not an object";
|
||||
|
||||
/**
|
||||
* Error message length of 'ecma_error_argument_is_not_an_object'
|
||||
*/
|
||||
const int ecma_error_argument_is_not_an_object_length = 25;
|
||||
|
||||
/**
|
||||
* Error message, argument is not a Proxy object
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user