-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Borrow hazard creating intersection observer entries #44988
Copy link
Copy link
Open
Labels
A-content/scriptRelated to the script threadRelated to the script threadC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueE-less-complexStraightforward. Recommended for a new contributor.Straightforward. Recommended for a new contributor.I-panicServo encounters a panic.Servo encounters a panic.
Metadata
Metadata
Assignees
Labels
A-content/scriptRelated to the script threadRelated to the script threadC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueE-less-complexStraightforward. Recommended for a new contributor.Straightforward. Recommended for a new contributor.I-panicServo encounters a panic.Servo encounters a panic.
Type
Fields
Give feedbackNo fields configured for issues without a type.
servo/components/script/dom/intersectionobserver.rs
Lines 344 to 360 in 82e14f1
https://book.servo.org/design-documentation/script/garbage-collection-and-refcell.html
This is likely observable with a --debug-mozjs build and
--pref js_mem_gc_zeal_level=2 --pref js_mem_gc_zeal_frequency=1when running a WPT for intersection observer (or even just manual test cases based on sample MDN code).