Closed
Bug 1128681
Opened 11 years ago
Closed 7 months ago
DynamicWithObjects have non-native behavior but are considered native
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jorendorff, Unassigned)
References
Details
That is, isNative() and is<NativeObject>() return true for DynamicWithObjects.
Hard to fix, since they also have 4 reserved slots, and non-native objects can't have reserved slots. See also bug 1113014.
![]() |
||
Comment 1•11 years ago
|
||
This basically has all the work needed for 1113014 as a prereq...
Depends on: 1113014
Updated•3 years ago
|
Severity: normal → S3
Updated•7 months ago
|
Status: NEW → RESOLVED
Closed: 7 months ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•