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

Method sp

src/simulate/simulate_print.cpp:76–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75 }
76 virtual void sp ( uint32_t stackTop, const char * op ) override {
77 SimVisitor::sp(stackTop,op);
78 // hash
79 write(&stackTop, sizeof(stackTop));
80 write(op);
81 // regular print
82 crlf();
83 ss << "#" << stackTop;
84 }
85 virtual void arg ( Func fun, const char * mangledName, const char * argN ) override {
86 SimVisitor::arg(fun, mangledName, argN);
87 // hash

Callers 4

evalMethod · 0.45
visitForMethod · 0.45
jit_prologueFunction · 0.45
runInitScriptMethod · 0.45

Calls 2

spFunction · 0.85
writeFunction · 0.50

Tested by

no test coverage detected