Renaming opcode_idx_t to opcode_counter_t.

This commit is contained in:
Ruben Ayrapetyan
2014-07-30 21:54:53 +04:00
parent 4ebf551525
commit b50e091b08
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,
op_idx_t first_opcode_idx);
opcode_counter_t first_opcode_idx);
extern ecma_object_t* ecma_op_get_throw_type_error( void);