This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| g = newGlobal({ newCompartment: true }); | |
| dbg = new Debugger(); | |
| dbg.addDebuggee(g); | |
| dbg.onNewScript = (script) => { | |
| const src = script.source; | |
| const h = Object.create(null); | |
| for (const prop of Object.getOwnPropertyNames(src.__proto__)) { | |
| Math.sin(src); | |
| try { | |
| h[prop] = src[prop]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"base_commit": "2bc2e00709312d553fb80fc9202f51ea8001e59a", "patch_format": "git-format-patch", "patches": ["RnJvbSBhMzAxZmI2OTZhMGY1MmMyOGRkNmFiZmZmOTc0ZTk5ODgzZTkxM2RjIE1vbiBTZXAgMTcgMDA6MDA6MDAgMjAwMQpGcm9tOiBTdGV2ZSBGaW5rIDxzcGhpbmtAZ21haWwuY29tPgpEYXRlOiBXZWQsIDI5IEphbiAyMDI1IDIyOjEzOjMxIC0wODAwClN1YmplY3Q6IFtQQVRDSF0gSGVhZGVyIGNoYW5nZQoKLS0tCiBqcy9wdWJsaWMvUHJvZmlsaW5nU3RhY2suaCB8IDEgKwoganMvc3JjL3ZtL0dlY2tvUHJvZmlsZXIuaCAgfCAyICsrCiAyIGZpbGVzIGNoYW5nZWQsIDMgaW5zZXJ0aW9ucygrKQoKZGlmZiAtLWdpdCBhL2pzL3B1YmxpYy9Qcm9maWxpbmdTdGFjay5oIGIvanMvcHVibGljL1Byb2ZpbGluZ1N0YWNrLmgKaW5kZXggYjliOTZjMjdkYzFiYi4uOGQ1YzAyN2FkMDI2ZCAxMDA2NDQKLS0tIGEvanMvcHVibGljL1Byb2ZpbGluZ1N0YWNrLmgKKysrIGIvanMvcHVibGljL1Byb2ZpbGluZ1N0YWNrLmgKQEAgLTgsNiArOCw3IEBACiAjZGVmaW5lIGpzX1Byb2ZpbGluZ1N0YWNrX2gKIAogI2luY2x1ZGUgIm1vemlsbGEvQXRvbWljcy5oIgorI2luY2x1ZGUgIm1vemlsbGEvQmFzZVByb2ZpbGVyTWFya2Vyc1ByZXJlcXVpc2l0ZXMuaCIKIAogI2luY2x1ZGUgPHN0ZGludC5oPgogCmRpZmYgLS1naXQgYS9qcy9zcmMvdm0vR2Vja29Qcm9maWxlci5oIGIvanMvc3JjL3ZtL0dlY2tvUHJvZmlsZXIuaAp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Commit ID: a7ee783e48150681ac62b8e89ca95ccf290f2cf3 | |
| Change ID: zvsrxnskvqpvzqwnswzkzuxvkprwzlmq | |
| Author: Steve Fink <[email protected]> (2025-01-27 11:05:12) | |
| Committer: Steve Fink <[email protected]> (2025-01-28 13:54:04) | |
| Bug 1935738 - Implement GCPolicy<Heap<T>>::needsSweep. | |
| Without a needsSweep() implementation for JS::GCPolicy<JS::Heap<T>>, | |
| embedders cannot put heap pointers inside containers like JS::WeakCache. | |
| (Firefox is not affected by this because it uses HeapPtr instead, which |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1012M build | |
| 1000K debugger | |
| 12K devtools | |
| 60K editline | |
| 2.4M frontend | |
| 1.3M gc | |
| 592K gdb | |
| 920K irregexp | |
| 7.5M jit | |
| 5.9M jsapi-tests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1012M build | |
| 1000K debugger | |
| 12K devtools | |
| 60K editline | |
| 2.4M frontend | |
| 1.3M gc | |
| 592K gdb | |
| 920K irregexp | |
| 7.5M jit | |
| 5.9M jsapi-tests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows recovery environment | |
| EFI System | |
| Microsoft reserved |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/zsh | |
| LOOP_START=loop2 | |
| LOOP_BOOT=loop3 | |
| LOOP_END=loop4 | |
| MD=md0 | |
| if [ "$1" = "--list" ]; then | |
| if [ -e /dev/$MD ]; then | |
| sudo mdadm --detail /dev/$MD | perl -lane 'if (/^\s*Number/) { $active = 1 } elsif ($active) { print $F[-1]}' | while read DEV; do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1721497 1721495 0 bzip2 -vf | |
| 1721559 1721468 0 /bin/sh -c # Generate a file that describes the local Normandy client. | |
| 1721560 1721468 -11 /bin/sh -c env LD_LIBRARY_PATH=":../../dist//bin" \ | |
| ../../dist//bin/xpcshell \ | |
| /home/sfink/src/mozilla4/toolkit/components/normandy/metadata-script.js ../../dist//firefox-84.0a1.en-US.linux-x86_64.normandy.json | |
| 1721562 (1) 1721560 0 (forked without exec) | |
| 1721574 1721341 -9 /home/sfink/.mozbuild/_virtualenvs/mach/bin/python /home/sfink/src/mozilla4/mach python --no-virtualenv /home/sfink/src/mozilla4/build/submit_telemetry_data.py /home/sfink/.mozbuild | |
| 1721575 1721341 -9 /home/sfink/.mozbuild/_virtualenvs/mach/bin/python /home/sfink/.mozbuild/_virtualenvs/mach/lib64/python3.7/site-packages/glean/_subprocess/_process_dispatcher_helper.py gANjZ2xlYW4ubmV0LnBpbmdfdXBsb2FkX3dvcmtlcgpfcHJvY2VzcwpxAGNwYXRobGliClBvc2l4UGF0aApxAShYAQAAAC9xAlgEAAAAaG9tZXEDWAUAAABzZmlua3EEWAkAAAAubW96YnVpbGRxBVgFAAAAZ2xlYW5xBnRxB1JxCFgMAAAAbW96aWxsYS5tYWNocQljZ2xlYW4uY29uZmlnCkNvbmZpZ3VyYXRpb24KcQopg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1721497 1721495 0 bzip2 -vf | |
| 1721559 1721468 0 /bin/sh -c # Generate a file that describes the local Normandy client. | |
| 1721560 1721468 -11 /bin/sh -c env LD_LIBRARY_PATH=":../../dist//bin" \ | |
| ../../dist//bin/xpcshell \ | |
| /home/sfink/src/mozilla4/toolkit/components/normandy/metadata-script.js ../../dist//firefox-84.0a1.en-US.linux-x86_64.normandy.json | |
| 1721562 (1) 1721560 0 (forked without exec) | |
| 1721574 1721341 -9 /home/sfink/.mozbuild/_virtualenvs/mach/bin/python /home/sfink/src/mozilla4/mach python --no-virtualenv /home/sfink/src/mozilla4/build/submit_telemetry_data.py /home/sfink/.mozbuild | |
| 1721575 1721341 -9 /home/sfink/.mozbuild/_virtualenvs/mach/bin/python /home/sfink/.mozbuild/_virtualenvs/mach/lib64/python3.7/site-packages/glean/_subprocess/_process_dispatcher_helper.py gANjZ2xlYW4ubmV0LnBpbmdfdXBsb2FkX3dvcmtlcgpfcHJvY2VzcwpxAGNwYXRobGliClBvc2l4UGF0aApxAShYAQAAAC9xAlgEAAAAaG9tZXEDWAUAAABzZmlua3EEWAkAAAAubW96YnVpbGRxBVgFAAAAZ2xlYW5xBnRxB1JxCFgMAAAAbW96aWxsYS5tYWNocQljZ2xlYW4uY29uZmlnCkNvbmZpZ3VyYXRpb24KcQopg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # HG changeset patch | |
| # User Steve Fink <[email protected]> | |
| # Date 1601504771 25200 | |
| # Wed Sep 30 15:26:11 2020 -0700 | |
| # Node ID d2658c507732fb666d515e5bbe04912e91026e9a | |
| # Parent f9261c82b0dd868417bf1eacfeda465a1542bc38 | |
| VoidStarOf is unnecessary. Just cast to `const void*`. | |
| diff --git a/js/src/jsapi-tests/testJitABIcalls.cpp b/js/src/jsapi-tests/testJitABIcalls.cpp | |
| --- a/js/src/jsapi-tests/testJitABIcalls.cpp |