Is this?
https://people.mozilla.org/~jorendorff/es6-draft.html#sec-promise-resolve-functions
https://codereview.chromium.org/1098663002/diff/60001/src/promise.js
File src/promise.js (right):
https://codereview.chromium.org/1098663002/diff/60001/src/promise.js#newcode110
src/promise.js:110: var then = result.then;
Isn't this extra Get observable?
https://codereview.chromium.org/1098663002/diff/60001/src/promise.js#newcode116
src/promise.js:116: try { deferred.reject(exception); } catch (e) { }
On 2015/05/11 at 03:06:05, caitp wrote:
On 2015/05/11 03:02:16, caitp wrote:
> Is this not already handled by the enclosing try/catch block?
wait, I get it --- I guess it's not
I think it is :-)
Line 128
https://codereview.chromium.org/1098663002/
--
--
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.