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)

defect

Tracking

()

RESOLVED WORKSFORME
Tracking Status
firefox57 --- wontfix
firefox58 --- affected

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 ---
Priority: -- → P1
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.