Closed
Bug 1632468
Opened 5 years ago
Closed 5 years ago
Define @@toStringTag on ctypes objects
Categories
(Core :: js-ctypes, task)
Core
js-ctypes
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: evilpies, Assigned: evilpies)
References
Details
Attachments
(1 file)
When I tried to remove the non-standard fallback for Object.prototype.toString I got this error when starting the browser:
JavaScript error: resource://gre/modules/workers/require.js line 138 > Function line 3 > eval, line 1154: Error: TypeError: declareFFI expects as second argument an abi or null
Maybe it would be easier to fix this specific case. I don't know.
Updated•5 years ago
|
Assignee: nobody → evilpies
Status: NEW → ASSIGNED
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/6d0a8bc98708
Define @@toStringTag on ctypes objects. r=tcampbell
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•