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

Function fxReportWarning

xs/sources/xsSyntaxical.c:3944–3950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3942}
3943
3944static void fxReportWarning(txParser* parser, txInteger line, txString theFormat, ...)
3945{
3946 c_va_list arguments;
3947 c_va_start(arguments, theFormat);
3948 (*parser->reportWarning)(parser->console, parser->path ? parser->path->string : C_NULL, line, theFormat, arguments);
3949 c_va_end(arguments);
3950}
3951
3952void fxCheckNativeConstructor(txParser* parser)
3953{

Callers 1

fxCheckNativeFunctionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected