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

Method watermark

include/daScript/simulate/heap.h:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 __forceinline void watermark ( char * & EP, char * & SP ) {
62 EP = evalTop;
63 SP = stackTop;
64 }
65
66 __forceinline void pop(char * EP, char * SP ) { // restore stack to watermark
67 evalTop = EP;

Callers 5

evalWithCatchMethod · 0.80
runWithCatchMethod · 0.80
evalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected