MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / returnFlag

Method returnFlag

include/hx/StackContext.h:608–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606 void breakFlag() { breakContReturn |= bcrBreak; }
607 void continueFlag() { breakContReturn |= bcrContinue; }
608 void returnFlag() { breakContReturn |= bcrReturn; }
609
610 #endif
611

Callers 1

runVoidMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected