Searched refs:_parseURILiteral (Results 1 – 3 of 3) sorted by relevance
1 …_parseURILiteral())||e.addChild(this._parseStringLiteral())?(this.peek(r.SemiColon)||this.peek(r.E…
27277 if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {27293 if (!node.addChild(this._parseURILiteral())) { // url literal also starts with ident27295 … if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {27982 return this._parseURILiteral() || // url before function28028 Parser.prototype._parseURILiteral = function () { method in Parser29151 if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {30028 if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {30032 … if (!node.addChild(this._parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {
1 …_parseURILiteral()) && !node.addChild(this._parseStringLiteral())) {\n return this.fini…