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

Method MergeExprBytecodeAndType

sdk/angelscript/source/as_compiler.cpp:17634–17639  ·  view source on GitHub ↗

This merges both bytecode and the type of the final context

Source from the content-addressed store, hash-verified

17632
17633// This merges both bytecode and the type of the final context
17634void asCCompiler::MergeExprBytecodeAndType(asCExprContext *before, asCExprContext *after)
17635{
17636 MergeExprBytecode(before, after);
17637
17638 before->Merge(after);
17639}
17640
17641void asCCompiler::FilterConst(asCArray<int> &funcs, bool removeConst)
17642{

Callers

nothing calls this directly

Calls 1

MergeMethod · 0.80

Tested by

no test coverage detected