Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2880
int asCByteCode::GetLastInstr()
2881
{
2882
if( last == 0 ) return -1;
2883
2884
return last->op;
2885
}
2886
2887
int asCByteCode::RemoveLastInstr()
2888
{
Callers
9
PrepareArgument
Method · 0.80
CompileInitListElement
Method · 0.80
CompileForStatement
Method · 0.80
CompilePostFixExpression
Method · 0.80
CompileExpressionTerm
Method · 0.80
CompileExpressionValue
Method · 0.80
CompileConstructCall
Method · 0.80
ConvertToVariable
Method · 0.80
SetLambda
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected