CodeGenFlags

Flags passed to bytecode generating functions

Not all functions look at each flag, some functions might ignore all flags

Values

ValueMeaning
None0

all flags zero

PushRef1 << 0

if the code should push a reference to the needed data. By default, the actual data is pushed.

PushFunctionReturn1 << 1

if the return value from FunctionCallNode should be pushed

Meta