MCPcopy Create free account
hub / github.com/anjo76/angelscript / TryBlock

Method TryBlock

sdk/angelscript/source/as_bytecode.cpp:1805–1814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1803}
1804
1805void asCByteCode::TryBlock(short catchLabel)
1806{
1807 if (AddInstruction() < 0)
1808 return;
1809
1810 last->op = asBC_TryBlock;
1811 last->size = 0;
1812 last->stackInc = 0;
1813 *ARG_DW(last->arg) = catchLabel;
1814}
1815
1816void asCByteCode::VarDecl(int varDeclIdx)
1817{

Callers 1

CompileTryCatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected