
export function axIsInstanceOfObject(x: any) {
	return this.dPrototype.isPrototypeOf(this.sec.box(x));
}