Open
Bug 950897
Opened 10 years ago
Updated 1 year ago
Investigate moving Proto{Getter,Setter} off of native call interface.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
NEW
People
(Reporter: efaust, Unassigned)
Details
After bug 926012, i,t looks like we should bew able to let the proxies handle themselves, and not use the native call interface to deal with prototype accesses. We should do some more work to ensure that this is the case, but it seems like we should be able to remove that complication. More to come on this topic.
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•