MCPcopy
hub / github.com/MixLabPro/comfyui-mixlab-nodes / match

Function match

webApp/p5_export/p5-widget/main.bundle.js:37677–37679  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

37675 // Return true if the next token matches the specified punctuator.
37676
37677 function match(value) {
37678 return lookahead.type === Token.Punctuator && lookahead.value === value;
37679 }
37680
37681 // Return true if the next token matches the specified keyword
37682

Callers 15

main.bundle.jsFile · 0.85
consumeSemicolonFunction · 0.85
parseArrayPatternFunction · 0.85
parsePropertyPatternFunction · 0.85
parseObjectPatternFunction · 0.85
parsePatternFunction · 0.85
parsePatternWithDefaultFunction · 0.85
parseArrayInitializerFunction · 0.85
tryParseMethodDefinitionFunction · 0.85
parseObjectPropertyFunction · 0.85
parseObjectInitializerFunction · 0.85
parseGroupExpressionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected