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

Method ObjInfo

sdk/angelscript/source/as_bytecode.cpp:1780–1792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1778}
1779
1780void asCByteCode::ObjInfo(int offset, int info)
1781{
1782 if( AddInstruction() < 0 )
1783 return;
1784
1785 // Add the special instruction that will be used to tell the exception
1786 // handler when an object is initialized and deinitialized.
1787 last->op = asBC_ObjInfo;
1788 last->size = 0;
1789 last->stackInc = 0;
1790 last->wArg[0] = (short)offset;
1791 *((int*)ARG_DW(last->arg)) = info;
1792}
1793
1794void asCByteCode::Block(bool start)
1795{

Callers 12

CallCopyConstructorMethod · 0.80
CallDestructorMethod · 0.80
CompileInitializationMethod · 0.80
CompileInitListMethod · 0.80
CompileConstructCallMethod · 0.80
PerformFunctionCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected