MCPcopy
hub / github.com/mishoo/UglifyJS-old / expect

Function expect

lib/parse-js.js:756–756  ·  view source on GitHub ↗
(punc)

Source from the content-addressed store, hash-verified

754 };
755
756 function expect(punc) { return expect_token("punc", punc); };
757
758 function can_insert_semicolon() {
759 return !exigent_mode && (

Callers 11

parenthesisedFunction · 0.85
for_Function · 0.85
regular_forFunction · 0.85
for_inFunction · 0.85
function_Function · 0.85
block_Function · 0.85
parseFunction · 0.85
try_Function · 0.85
expr_listFunction · 0.85
object_Function · 0.85
maybe_conditionalFunction · 0.85

Calls 1

expect_tokenFunction · 0.85

Tested by

no test coverage detected