UNPKG

@awayfl/avm2

Version:

Virtual machine for executing AS3 code

8 lines (7 loc) 137 B
export function axConstructObject(args) { const x = args[0]; if (x == null) { return Object.create(this.tPrototype); } return x; }