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

Method Block

sdk/angelscript/source/as_bytecode.cpp:1794–1803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1792}
1793
1794void asCByteCode::Block(bool start)
1795{
1796 if( AddInstruction() < 0 )
1797 return;
1798
1799 last->op = asBC_Block;
1800 last->size = 0;
1801 last->stackInc = 0;
1802 last->wArg[0] = start ? 1 : 0;
1803}
1804
1805void asCByteCode::TryBlock(short catchLabel)
1806{

Callers 6

CompileStatementBlockMethod · 0.80
CompileForStatementMethod · 0.80
CompileBreakStatementMethod · 0.80
DestroyVariablesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected