UNPKG

@awayfl/avm2

Version:

Virtual machine for executing AS3 code

4 lines (3 loc) 124 B
export function axIsTypeObject(x: any) { return this.dPrototype.isPrototypeOf(this.sec.box(x)) || x === this.dPrototype; }