NEW 187759
Inconsistent output compared with other JS engines
https://bugs.webkit.org/show_bug.cgi?id=187759
Summary Inconsistent output compared with other JS engines
sunlili
Reported 2018-07-18 07:39:39 PDT
Created attachment 345244 [details] js source code Hello, Running js code in attachment, output in ChakraCore, V8 and SpiderMonkey is: ["",""] r.lastIndex=0 RegExp.${_,1,...,9}=["a","","","","","","","","",""] BT_FLAG But, JavaScriptCore is: ["",""] r.lastIndex=0 RegExp.${_,1,...,9}=["","","","","","","","","",""] BT_FLAG BT group 2018.7.18
Attachments
js source code (4.84 KB, application/javascript)
2018-07-18 07:39 PDT, sunlili
no flags
Note You need to log in before you can comment on or make changes to this bug.