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

Method Merge

sdk/angelscript/source/as_compiler.cpp:18072–18080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18070}
18071
18072void asCExprContext::Merge(asCExprContext *after)
18073{
18074 // Overwrite properties with the expression that comes after
18075 Copy(after);
18076
18077 // Clean the properties in 'after' that have now moved into
18078 // this structure so they are not cleaned up accidentally
18079 after->property_arg = 0;
18080}
18081
18082
18083

Callers 2

CompileRefCastMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected