UNPKG

@awayfl/avm2

Version:

Virtual machine for executing AS3 code

6 lines (5 loc) 133 B
export function axBoxPrimitive(value) { var boxed = Object.create(this.tPrototype); boxed.value = value; return boxed; }