Closed sunlili closed 4 years ago
This is because by default chakracore does not enable support for some of the regex symbols, like Symbol.split
. If you specify the -ES6RegexSymbols
flag then it turns on that support, and this test case behaves as expected.
Consolidating as part of #6390
Hello, The following code behaves strangely (inconsistent with other engines).
In ChakraCore, the output is
TypeError: Object doesn't support property or method 'undefined'
However, in V8 and SpiderMonkey, output is
BT_FLAG
BT group 2018.7.24