Searched refs:NodeWithToken (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/UglifyJS/
H A Dparse-js.js607 function NodeWithToken(str, start, end) { class
613 NodeWithToken.prototype.toString = function() { return this.name; };
700 return new NodeWithToken(str, start, end);

Completed in 164 milliseconds