Include location information in all opcodes
This commit is contained in:
@@ -84,6 +84,7 @@ JavaScriptCompiler.prototype = {
|
||||
for (i = 0, l = opcodes.length; i < l; i++) {
|
||||
opcode = opcodes[i];
|
||||
|
||||
this.currentLoc = opcode.loc;
|
||||
this[opcode.opcode].apply(this, opcode.args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user