forked from WebKit/WebKit
-
Notifications
You must be signed in to change notification settings - Fork 58
Pull requests: oven-sh/WebKit
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
[JSC] A module namespace load is cached by export layout once its inline cache sees a second namespace object
#706
opened Sep 19, 2026 by
robobun
Collaborator
Loading…
[JSC] Parser: reject
arguments in an arrow function in a class static block, and await as an arrow function parameter name there
#704
opened Sep 19, 2026 by
robobun
Collaborator
Loading…
[JSC] Parser: in an async function, reject
await in the parameters of an arrow function that the cache skipped
#703
opened Sep 19, 2026 by
robobun
Collaborator
Loading…
[JSC] Parser: in a generator, reject
yield in the parameters of an arrow function nested in another's parameters
#702
opened Sep 19, 2026 by
robobun
Collaborator
Loading…
[JSC] Parser: a syntax error or a destructuring assignment nested in brackets no longer parses in exponential time
#701
opened Sep 19, 2026 by
robobun
Collaborator
Loading…
[JSC] A parser stack overflow ends the parse
#700
opened Sep 19, 2026 by
robobun
Collaborator
Loading…
[JSC] Parser: arrow functions nested in parameter defaults no longer parse in exponential time
#699
opened Sep 19, 2026 by
robobun
Collaborator
Loading…
[JSC] An inline cache stub's exception handler stays until its code is off the stack
#697
opened Sep 19, 2026 by
dylan-conway
Member
Loading…
JavaScriptCore tests that fail intermittently: the list, and what is known about each
#695
opened Sep 18, 2026 by
dylan-conway
Member
•
Draft
[JSC] The entry scopes of a microtask drain keep their flag in a whole word
#694
opened Sep 18, 2026 by
robobun
Collaborator
Loading…
[JSC] Async code continues with its script execution owner as well as its async context
#692
opened Sep 17, 2026 by
dylan-conway
Member
Loading…
[WTF] Vector: limit the capacity by the element count, not by half the size in bytes (regression from 310668@main)
#691
opened Sep 17, 2026 by
robobun
Collaborator
Loading…
[JSC] String.prototype.replace checks the RegExp again after ToString(replaceValue)
#690
opened Sep 17, 2026 by
robobun
Collaborator
Loading…
ErrorInstance: report "not found" when the error info callback throws in getOwnPropertySlot and deleteProperty
#687
opened Sep 17, 2026 by
robobun
Collaborator
Loading…
[JSC] Inspector: check the ids a frontend sends before they are used as hash keys
#686
opened Sep 17, 2026 by
robobun
Collaborator
Loading…
[JSC] RegExp.prototype[Symbol.replace] called directly takes the fast path of String.prototype.replace
#682
opened Sep 16, 2026 by
robobun
Collaborator
Loading…
[JSC] Heap::evacuateSparseAuxiliaryBlocks reads the stack before it builds its tables
#680
opened Sep 16, 2026 by
robobun
Collaborator
Loading…
[JSC] auxiliary-evacuation-with-concurrent-compiles.js: run far below the evacuation, in blocks of its own
#679
opened Sep 16, 2026 by
robobun
Collaborator
Loading…
[JSC] CodeCacheMap picks the entry to evict without walking the hash table
#676
opened Sep 16, 2026 by
robobun
Collaborator
Loading…
[JSC] Synchronous module load: use a fetch the host already delivered, and do not make import() wait for another load's promise
#675
opened Sep 16, 2026 by
robobun
Collaborator
Loading…
[JSC] The microtask queue aborts the process at 2^25 pending tasks
#674
opened Sep 16, 2026 by
robobun
Collaborator
Loading…
[JSC] ModuleAnalyzer keeps the attributes list of the declaration behind each requested module
#670
opened Sep 15, 2026 by
dylan-conway
Member
Loading…
[JSC] ModuleProgramExecutable::tryCreate checks the exception when code generation fails
#668
opened Sep 15, 2026 by
robobun
Collaborator
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.