http://codereview.chromium.org/6715016/diff/1/src/api.cc File src/api.cc (right):
http://codereview.chromium.org/6715016/diff/1/src/api.cc#newcode2049 src/api.cc:2049: i::Isolate* isolate = i::Isolate::Current(); On 2011/03/22 16:14:25, Vitaly Repeshko wrote:
I think it's safe to move this to the "else" branch below. The fast
case doesn't
require entering the VM.
Hmm do you mean to the "else" of obj->IsString()? This would mean we would also loose logging (the LOG_API bit) - is that OK? http://codereview.chromium.org/6715016/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
