Renaming interp_bytecode_idx to op_idx_t.

This commit is contained in:
Ruben Ayrapetyan
2014-07-30 21:52:17 +04:00
parent c344cc7422
commit 4ebf551525
5 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ ecma_op_create_function_object( const ecma_char_t* formal_parameter_list_p[],
size_t formal_parameters_number,
ecma_object_t *scope_p,
bool is_strict,
interp_bytecode_idx first_opcode_idx);
op_idx_t first_opcode_idx);
extern ecma_object_t* ecma_op_get_throw_type_error( void);