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

Method swapBreakList

src/hx/cppia/CppiaCompiler.cpp:397–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395 }
396
397 void swapBreakList(QuickVec<JumpId> &ioBreakList) HXCPP_OVERRIDE
398 {
399 allBreaks.swap(ioBreakList);
400 }
401
402 void setBreakTarget() HXCPP_OVERRIDE
403 {

Callers 1

genCodeMethod · 0.80

Calls 1

swapMethod · 0.80

Tested by

no test coverage detected