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

Function builtin_stackwalk

src/builtin/module_builtin_runtime.cpp:804–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802 }
803
804 void builtin_stackwalk ( bool args, bool vars, Context * context, LineInfoArg * lineInfo ) {
805 context->stackWalk(lineInfo, args, vars);
806 }
807
808 void builtin_terminate ( Context * context, LineInfoArg * at ) {
809 context->throw_error_at(at, "terminate");

Callers

nothing calls this directly

Calls 1

stackWalkMethod · 0.80

Tested by

no test coverage detected