Passing ecma_value_t by value instead of by reference.
This commit is contained in:
@@ -41,7 +41,7 @@ extern void ecma_finalize_builtins (void);
|
||||
|
||||
extern ecma_completion_value_t
|
||||
ecma_builtin_dispatch_call (ecma_object_t *obj_p,
|
||||
const ecma_value_t& this_arg,
|
||||
ecma_value_t this_arg,
|
||||
const ecma_value_t *arguments_list_p,
|
||||
ecma_length_t arguments_list_len);
|
||||
extern ecma_completion_value_t
|
||||
|
||||
Reference in New Issue
Block a user