Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_func
Function · 0.80
error
Method · 0.80
das_context_eval_lambda
Function · 0.80
das_context_eval_lambda_cmres
Function · 0.80
das_context_eval_block
Function · 0.80
das_context_eval_block_cmres
Function · 0.80
das_context_reallocate
Function · 0.80
das_context_free
Function · 0.80
das_context_reallocate_i64
Function · 0.80
das_context_free_i64
Function · 0.80
das_array_reserve
Function · 0.80
das_array_reserve_i64
Function · 0.80
Calls
1
LineInfo
Class · 0.50
Tested by
1
test_abi_func
Function · 0.64