Closed Bug 748592 Opened 12 years ago Closed 18 days ago

GetPropertyNames(JSITER_HIDDEN) doesn't work on proxies

Categories

(Core :: JavaScript Engine, defect)

defect

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?
Once bug 690135 lands, fixes for this bug should re-enable this test:
js/src/jit-test/tests/debug/Environment-names-01.js
Assignee: general → nobody
Severity: normal → S3
Status: NEW → RESOLVED
Closed: 18 days ago
Resolution: --- → INACTIVE
You need to log in before you can comment on or make changes to this bug.