MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxCheckStrictFunction

Function fxCheckStrictFunction

xs/sources/xsSyntaxical.c:4177–4182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4175}
4176
4177void fxCheckStrictFunction(txParser* parser, txFunctionNode* function)
4178{
4179 parser->states[0].line = function->line;
4180 fxCheckStrictSymbol(parser, function->symbol);
4181 fxCheckStrictBinding(parser, function->params);
4182}
4183
4184void fxCheckStrictSymbol(txParser* parser, txSymbol* symbol)
4185{

Callers 3

fxArrowExpressionFunction · 0.85
fxFunctionExpressionFunction · 0.85
fxGeneratorExpressionFunction · 0.85

Calls 2

fxCheckStrictSymbolFunction · 0.85
fxCheckStrictBindingFunction · 0.85

Tested by

no test coverage detected