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

Method pushCatching

src/hx/cppia/CppiaCompiler.cpp:1516–1521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1514 }
1515
1516 ThrowList *pushCatching(ThrowList *inList) HXCPP_OVERRIDE
1517 {
1518 ThrowList *oldList = catching;
1519 catching = inList;
1520 return oldList;
1521 }
1522 void popCatching(ThrowList *inList) HXCPP_OVERRIDE
1523 {
1524 catching = inList;

Callers 1

genCodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected