Revision: 20092
Author: [email protected]
Date: Wed Mar 19 21:48:30 2014 UTC
Log: Cleanup following MicrotaskQueue abstraction
https://code.google.com/p/v8/source/detail?r=19344 failed to remove the
promiseEvents InternalArray.
[email protected], rossberg
LOG=N
Review URL: https://codereview.chromium.org/203773006
http://code.google.com/p/v8/source/detail?r=20092
Modified:
/branches/bleeding_edge/src/promise.js
=======================================
--- /branches/bleeding_edge/src/promise.js Tue Mar 18 15:03:35 2014 UTC
+++ /branches/bleeding_edge/src/promise.js Wed Mar 19 21:48:30 2014 UTC
@@ -41,14 +41,6 @@
// Core functionality.
-// Event queue format: [(value, [(handler, deferred)*])*]
-// I.e., a list of value/tasks pairs, where the value is a resolution
value or
-// rejection reason, and the tasks are a respective list of
handler/deferred
-// pairs waiting for notification of this value. Each handler is an
onResolve or
-// onReject function provided to the same call of 'chain' that produced the
-// associated deferred.
-var promiseEvents = new InternalArray;
-
// Status values: 0 = pending, +1 = resolved, -1 = rejected
var promiseStatus = NEW_PRIVATE("Promise#status");
var promiseValue = NEW_PRIVATE("Promise#value");
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.