UNPKG

@awayfl/avm2

Version:

Virtual machine for executing AS3 code

7 lines (5 loc) 127 B
export function axBoxPrimitive(value) { const boxed = Object.create(this.tPrototype); boxed.value = value; return boxed; }