Closed
Bug 748592
Opened 13 years ago
Closed 1 year ago
GetPropertyNames(JSITER_HIDDEN) doesn't work on proxies
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: luke, Unassigned)
Details
(Whiteboard: DUPEME)
This came up in the context of bug 690135 (which inserts proxies onto debugger scope chains):
GetPropertyNames(JSITER_HIDDEN) on a wrapper fails to produce the non-enumerable properties of the wrappee. This is because Snapshot has no way of passing JSITER_HIDDEN Proxy::enumerate. All this is in flux with Direct Proxy work; perhaps a fix will bubble out?
Comment 1•13 years ago
|
||
Once bug 690135 lands, fixes for this bug should re-enable this test:
js/src/jit-test/tests/debug/Environment-names-01.js
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•