Renaming prop_access opcode to prop_getter; introducing prop_setter opcode; implementing property getter/setter opcode handlers.

This commit is contained in:
Ruben Ayrapetyan
2014-08-20 16:33:33 +04:00
parent fe34bf7e01
commit 284e7fc91b
7 changed files with 95 additions and 10 deletions
+2 -1
View File
@@ -64,7 +64,8 @@ ecma_completion_value_t (*opfunc) (OPCODE, struct __int_data *);
op (array_2) \
op (array_n) \
op (prop) \
op (prop_access) \
op (prop_getter) \
op (prop_setter) \
op (prop_get_decl) \
op (prop_set_decl) \
op (obj_0) \