I think I fixed the issues you brought up; thanks for the help.
http://codereview.chromium.org/2840018/diff/1/41 File src/liveedit.h (right): http://codereview.chromium.org/2840018/diff/1/41#newcode74 src/liveedit.h:74: static bool IsActive(Isolate* isolate); On 2010/06/25 13:30:31, Vitaly wrote:
Why isn't it using the isolate field?
This is a static context (although the one use site of this function already has access to an isolate pointer). http://codereview.chromium.org/2840018/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
