Thanks --- Handle constructor doesn't like being called with a Handle, without
an isolate, apparently :>

https://codereview.chromium.org/664333003/diff/20001/src/runtime/runtime-function.cc
File src/runtime/runtime-function.cc (right):

https://codereview.chromium.org/664333003/diff/20001/src/runtime/runtime-function.cc#newcode70
src/runtime/runtime-function.cc:70: static String*
NameToFunctionName(Isolate* isolate, Name* name) {
On 2014/10/24 08:20:47, Dmitry Lomov (chromium) wrote:
This function shouldn't use naked pointers - use Handle<Name>,
Handle<String>
etc. I'll guide you with comments below

Done

https://codereview.chromium.org/664333003/

--
--
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.

Reply via email to