RESOLVED FIXED 195593
[JSC] Move species watchpoint installation from ArrayPrototype to JSGlobalObject
https://bugs.webkit.org/show_bug.cgi?id=195593
Summary [JSC] Move species watchpoint installation from ArrayPrototype to JSGlobalObject
Yusuke Suzuki
Reported 2019-03-11 18:01:35 PDT
[JSC] Move species watchpoint installation from ArrayPrototype to JSGlobalObject
Attachments
Patch (17.04 KB, patch)
2019-03-11 18:15 PDT, Yusuke Suzuki
no flags
Archive of layout-test-results from ews102 for mac-highsierra (601.50 KB, application/zip)
2019-03-11 19:34 PDT, EWS Watchlist
no flags
Patch (17.19 KB, patch)
2019-03-11 19:50 PDT, Yusuke Suzuki
keith_miller: review+
Yusuke Suzuki
Comment 1 2019-03-11 18:15:03 PDT
EWS Watchlist
Comment 2 2019-03-11 19:34:46 PDT
Comment on attachment 364328 [details] Patch Attachment 364328 [details] did not pass mac-ews (mac): Output: https://webkit-queues.webkit.org/results/11465019 Number of test failures exceeded the failure limit.
EWS Watchlist
Comment 3 2019-03-11 19:34:47 PDT
Created attachment 364335 [details] Archive of layout-test-results from ews102 for mac-highsierra The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews102 Port: mac-highsierra Platform: Mac OS X 10.13.6
Yusuke Suzuki
Comment 4 2019-03-11 19:38:57 PDT
Comment on attachment 364328 [details] Patch Fixing crashes.
Yusuke Suzuki
Comment 5 2019-03-11 19:50:46 PDT
Keith Miller
Comment 6 2019-03-13 13:18:10 PDT
Comment on attachment 364337 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=364337&action=review r=me. > Source/JavaScriptCore/runtime/ArrayPrototype.cpp:200 > + if (ArrayPrototypeInternal::verbose) > + dataLog("Initializing Array species watchpoints for Array.prototype: ", pointerDump(arrayPrototype), " with structure: ", pointerDump(arrayPrototype->structure(vm)), "\nand Array: ", pointerDump(globalObject->arrayConstructor()), " with structure: ", pointerDump(globalObject->arrayConstructor()->structure(vm)), "\n"); Nit: I prefer dataLogLnIf(ArrayPrototypeInternal::verbose, ...)
Yusuke Suzuki
Comment 7 2019-03-13 13:18:48 PDT
Comment on attachment 364337 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=364337&action=review >> Source/JavaScriptCore/runtime/ArrayPrototype.cpp:200 >> + dataLog("Initializing Array species watchpoints for Array.prototype: ", pointerDump(arrayPrototype), " with structure: ", pointerDump(arrayPrototype->structure(vm)), "\nand Array: ", pointerDump(globalObject->arrayConstructor()), " with structure: ", pointerDump(globalObject->arrayConstructor()->structure(vm)), "\n"); > > Nit: I prefer dataLogLnIf(ArrayPrototypeInternal::verbose, ...) Sounds better! Fixed.
Yusuke Suzuki
Comment 8 2019-03-13 13:28:02 PDT
Radar WebKit Bug Importer
Comment 9 2019-03-13 13:28:28 PDT
Note You need to log in before you can comment on or make changes to this bug.