https://codereview.chromium.org/1126103006/diff/1/src/runtime/runtime-debug.cc
File src/runtime/runtime-debug.cc (right):
https://codereview.chromium.org/1126103006/diff/1/src/runtime/runtime-debug.cc#newcode223
src/runtime/runtime-debug.cc:223: result->set(0,
*factory->NewStringFromAsciiChecked("[[PromiseStatus]]"));
FYI this allocates a lot of strings, as this is not
internalized/canonicalized.
https://codereview.chromium.org/1126103006/diff/1/src/runtime/runtime-debug.cc#newcode249
src/runtime/runtime-debug.cc:249: return
isolate->ThrowIllegalOperation();
I don't think this can work. If we get here, there is already a pending
exception. Throwing again would hit an assertion in Isolate::Throw.
https://codereview.chromium.org/1126103006/
--
--
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.