add FunctionNode reference to parser

This commit is contained in:
Jeff Williams 2012-09-18 22:31:39 -07:00
parent bf84d3cd1d
commit 3463a472a6

View File

@ -7,6 +7,7 @@
*/
var Token = Packages.org.mozilla.javascript.Token,
FunctionNode = Packages.org.mozilla.javascript.ast.FunctionNode,
currentParser = null,
currentSourceName = '',
hasOwnProp = Object.prototype.hasOwnProperty;