Open
Bug 1535587
Opened 7 years ago
Updated 12 days ago
Remove CallNonGenericMethod
Categories
(Core :: JavaScript: Standard Library, enhancement, P3)
Core
JavaScript: Standard Library
Tracking
()
NEW
People
(Reporter: evilpies, Unassigned)
References
(Blocks 1 open bug)
Details
CallNonGenericMethod does not behave like the ECMAScript spec, mostly because we enter the realm of the this value and thus all objects created (especially also error objects) will be in the wrong realm.
We should instead use UnwrapAndTypeCheckThis etc. that Jason introduced for Streams.
Updated•7 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Blocks: sm-runtime
Severity: S3 → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•