MCPcopy
hub / github.com/witheve/Eve / tokenParenthesized

Function tokenParenthesized

src/css.js:108–115  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

106 }
107
108 function tokenParenthesized(stream, state) {
109 stream.next(); // Must be '('
110 if (!stream.match(/\s*[\"\')]/, false))
111 state.tokenize = tokenString(")");
112 else
113 state.tokenize = null;
114 return ret(null, "(");
115 }
116
117 // Context management
118

Callers

nothing calls this directly

Calls 4

tokenStringFunction · 0.85
retFunction · 0.85
matchMethod · 0.80
nextMethod · 0.65

Tested by

no test coverage detected