UNPKG

@awayfl/avm2

Version:

Virtual machine for executing AS3 code

7 lines (6 loc) 129 B
/** * Default axApply. */ export function axDefaultApply(self, args) { return this.axCoerce(args ? args[0] : undefined); }