Implementing steps 16 - 19 of 'Function object creation' routine; creating ecma_op_get_throw_type_error stub.

This commit is contained in:
Ruben Ayrapetyan
2014-07-30 18:27:48 +04:00
parent 45a3d52d70
commit 221fb47a77
2 changed files with 98 additions and 3 deletions
@@ -35,6 +35,8 @@ ecma_op_create_function_object( const ecma_char_t* formal_parameter_list_p[],
bool is_strict,
interp_bytecode_idx first_opcode_idx);
extern ecma_object_t* ecma_op_get_throw_type_error( void);
/**
* @}
* @}