Kill unused functions
This commit is contained in:
@@ -80,15 +80,6 @@ JavaScriptCompiler.prototype = {
|
|||||||
return this.createFunctionContext(asObject);
|
return this.createFunctionContext(asObject);
|
||||||
},
|
},
|
||||||
|
|
||||||
nextOpcode: function() {
|
|
||||||
var opcodes = this.environment.opcodes;
|
|
||||||
return opcodes[this.i + 1];
|
|
||||||
},
|
|
||||||
|
|
||||||
eat: function() {
|
|
||||||
this.i = this.i + 1;
|
|
||||||
},
|
|
||||||
|
|
||||||
preamble: function() {
|
preamble: function() {
|
||||||
var out = [];
|
var out = [];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user