Closed
Bug 1403988
Opened 8 years ago
Closed 7 years ago
Assertion failure: IsNativeFunction(resolveFunVal, ResolvePromiseFunction) with "resolvePromise" testing function
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: anba, Unassigned)
Details
Test case:
---
var p = new Promise(() => {});
resolvePromise(p, { get then() { resolvePromise(p, null); } });
---
Asserts with:
---
Assertion failure: IsNativeFunction(resolveFunVal, ResolvePromiseFunction), at /home/andre/hg/mozilla-inbound/js/src/builtin/Promise.cpp:1402
---
Updated•8 years ago
|
Priority: -- → P1
Updated•8 years ago
|
status-firefox57:
--- → wontfix
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•