Partial implementation of function call routine ([[Call]]).

This commit is contained in:
Ruben Ayrapetyan
2014-07-30 20:34:04 +04:00
parent 221fb47a77
commit e540590ddd
6 changed files with 161 additions and 10 deletions
@@ -37,6 +37,11 @@ ecma_op_create_function_object( const ecma_char_t* formal_parameter_list_p[],
extern ecma_object_t* ecma_op_get_throw_type_error( void);
extern ecma_completion_value_t ecma_op_function_call( ecma_object_t *func_obj_p,
ecma_value_t this_arg_value,
ecma_value_t* arguments_list_p,
size_t arguments_list_len);
/**
* @}
* @}