Closed
Bug 692366
Opened 14 years ago
Closed 14 years ago
"Assertion failure: srcArgs.callee().getFunctionPrivate()->native() == native" with subarray()
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: jruderman, Assigned: luke)
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
|
4.89 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
Uint8Array.subarray(newGlobal('new-compartment'));
Assertion failure: srcArgs.callee().getFunctionPrivate()->native() == native, at js/src/jswrapper.cpp:740
I'm guessing this is related to bug 690825.
(Tested rev 32536d199fcf)
| Assignee | ||
Comment 1•14 years ago
|
||
Noone ever expects js_generic_native_method_dispatcher. The patch loosens the assert.
Comment 2•14 years ago
|
||
Comment on attachment 565418 [details] [diff] [review]
assert should allow for generic methods
Review of attachment 565418 [details] [diff] [review]:
-----------------------------------------------------------------
Grody.
Attachment #565418 -
Flags: review?(jwalden+bmo) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
Target Milestone: --- → mozilla10
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 5•12 years ago
|
||
Automatically extracted testcase for this bug was committed:
https://hg.mozilla.org/mozilla-central/rev/efaf8960a929
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•