icecat: add release icecat-140.9.0-1gnu1 for aramo
This commit is contained in:
parent
d570f39e11
commit
9b41efc5d4
1197 changed files with 30593 additions and 15344 deletions
|
|
@ -0,0 +1,17 @@
|
|||
gczeal(23);
|
||||
|
||||
String + "";
|
||||
|
||||
var g = newGlobal({ newCompartment: true });
|
||||
var dbg = Debugger(g);
|
||||
dbg.onNewScript = function (script) {
|
||||
script.setBreakpoint(0, () => {});
|
||||
};
|
||||
g.eval("");
|
||||
|
||||
// Trigger GC, which will mark the eval script about to be finalized,
|
||||
// and the DebugScriptMap entry will be removed.
|
||||
Uint8Array;
|
||||
|
||||
// This shouldn't try to use the DebugScriptMap entry.
|
||||
dbg.clearAllBreakpoints();
|
||||
Loading…
Add table
Add a link
Reference in a new issue