https://codereview.chromium.org/1093183006/diff/30001/src/runtime/runtime-function.cc
File src/runtime/runtime-function.cc (right):
https://codereview.chromium.org/1093183006/diff/30001/src/runtime/runtime-function.cc#newcode96
src/runtime/runtime-function.cc:96:
f->shared()->set_name(*NameToFunctionName(name));
The solution is to put this on two lines:
name = NameToFunctionName(name);
set_name(*name);
https://codereview.chromium.org/1093183006/
--
--
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.