Drive by question.
http://codereview.chromium.org/3398014/diff/3001/4001 File src/api.cc (right): http://codereview.chromium.org/3398014/diff/3001/4001#newcode774 src/api.cc:774: i::Handle<i::Object> proxy = FromCData(value); Isn't it true that by the time handle is created the GC has already happened (if it was required)? Function calls/returns are sequence points. http://codereview.chromium.org/3398014/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
