UNPKG

@awayfl/avm2

Version:

Virtual machine for executing AS3 code

9 lines (8 loc) 240 B
export function emitInlineMultiname(state, index) { if (state.names.length <= index) throw 'Name index out of bounds'; if (state.noHoistMultiname) { return '$names[' + index + ']'; } return 'name' + index; }