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

Method GetLastInstr

sdk/angelscript/source/as_bytecode.cpp:2880–2885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2878}
2879
2880int asCByteCode::GetLastInstr()
2881{
2882 if( last == 0 ) return -1;
2883
2884 return last->op;
2885}
2886
2887int asCByteCode::RemoveLastInstr()
2888{

Callers 9

PrepareArgumentMethod · 0.80
CompileForStatementMethod · 0.80
CompileExpressionTermMethod · 0.80
CompileConstructCallMethod · 0.80
ConvertToVariableMethod · 0.80
SetLambdaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected