Add bytecode pretty-printing

This commit is contained in:
Ilmir Usmanov
2014-08-04 22:56:26 +04:00
parent 97dc322085
commit 557100059a
4 changed files with 453 additions and 66 deletions
+1 -1
View File
@@ -465,7 +465,7 @@ OP_CODE_DECL (delete, T_IDX_IDX,
lhs,
obj)
/** a = delete b */
/** a = typeof b */
OP_CODE_DECL (typeof, T_IDX_IDX,
lhs,
obj)