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

Method throw_error

src/runtime/context.cpp:1061–1063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1059 }
1060
1061 void Context::throw_error ( const char * message ) {
1062 throw_fatal_error(message, LineInfo());
1063 }
1064
1065 struct FileInfoCollector : SimVisitor {
1066 virtual void preVisit ( SimNode * node ) override {

Callers 15

test_abi_funcFunction · 0.80
errorMethod · 0.80
das_context_eval_lambdaFunction · 0.80
das_context_eval_blockFunction · 0.80
das_context_reallocateFunction · 0.80
das_context_freeFunction · 0.80
das_context_free_i64Function · 0.80
das_array_reserveFunction · 0.80
das_array_reserve_i64Function · 0.80

Calls 1

LineInfoClass · 0.50

Tested by 1

test_abi_funcFunction · 0.64