Closed Bug 1035152 Opened 10 years ago Closed 9 years ago

AS2 _global shouldn't inherit from Object

Categories

(Firefox Graveyard :: Shumway, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: till, Assigned: yury)

References

Details

(Whiteboard: [as2])

In AS2, the _global object doesn't inherit from Object. It doesn't have `toString` or `valueOf` methods and it's `__proto__` is undefined.

It's not entirely clear to me how we should implement this. And how important it is to get this right.
Assignee: nobody → ydelendik
Status: NEW → ASSIGNED
_global object does not contain Object's prototype methods. Fixed by https://github.com/mozilla/shumway/pull/2155
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Product: Firefox → Firefox Graveyard
You need to log in before you can comment on or make changes to this bug.