MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / error

Method error

src/ast/ast_program.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 void Program::error ( const string & str, const string & extra, const string & fixme, const LineInfo & at, CompilationError cerr ) {
53 errors.emplace_back(str,extra,fixme,at,cerr);
54 failToCompile = true;
55 }
56
57 // Identify the "not_resolved_yet" follow-on family by numeric range.
58 // All `not_resolved_yet_*` codes live in the 31300-31399 block (the

Callers 15

setFunction · 0.45
jquery-3.5.1.jsFile · 0.45
jquery.jsFile · 0.45
setFunction · 0.45
parse_longFunction · 0.45
parse_shortsFunction · 0.45
parse_patternFunction · 0.45
parse_atomFunction · 0.45
das_yyfatalerrorFunction · 0.45
das_yyerrorFunction · 0.45
das_collect_keywordsFunction · 0.45
das2_collect_keywordsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected