chakra-core / ChakraCore

ChakraCore is an open source Javascript engine with a C API.
MIT License
9.06k stars 1.19k forks source link

Fix negated `instanceof` in tests #6989

Closed ShortDevelopment closed 2 months ago

ShortDevelopment commented 2 months ago

Some of the tests try to negate the instanceof expressions in a wrong way


@rhuanjl Fixes #6950