{"ScriptPreparationCode":"let p = isPrototypeOf.bind(Element.prototype)\r\nlet I = Element[Symbol.hasInstance].bind(Element)","TestCases":[{"Name":"instanceof","Code":"document.body instanceof Element","IsDeferred":false},{"Name":"isPrototypeOf","Code":"p(document.body)","IsDeferred":false},{"Name":"Symbol.hasInstance","Code":"I(document.body)","IsDeferred":false}]}