emitPushLiteral

fun emitPushLiteral(tokens: A_Tuple, aLiteral: A_BasicObject)

Emit code to push a literal object onto the stack.

Parameters

tokens

The A_Tuple of A_Tokens associated with this call.

aLiteral

The object to push.