Closed
Bug 1942913
Opened 29 days ago
Closed 29 days ago
firefox removes property content from a object
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jochen.kuehner, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
Steps to reproduce:
go to: https://jsbin.com/weroyovino/edit?js,console
the console should only show "start" and "end"
Actual results:
some properties content is removed from the js object
Expected results:
the values should still exist, or the browser tab should crash or error.
Comment 1•29 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::JavaScript Engine' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → JavaScript Engine
Product: Firefox → Core
Reporter | ||
Comment 2•29 days ago
|
||
It's the infinite loop protection
Component: JavaScript Engine → Untriaged
Product: Core → Firefox
Reporter | ||
Updated•29 days ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 29 days ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•