Reviewers: Vitaly, Dmitry Titov,

Message:
Thanks
  Luke

Description:
[Isolates] Avoid dereferencing Isolate::Current() to check oddball identities.

- Added a kind field and accessors to JS Oddball objects.
- IsTrue/IsFalse/IsBoolean/IsTheHole/IsNull/IsUndefined now look like
  [IsOddball() && Oddball::cast(this)->kind() == Oddball::kUndefined;]


Please review this at http://codereview.chromium.org/3031005/show

SVN Base: http://v8.googlecode.com/svn/branches/experimental/isolates/

Affected files:
  M     src/heap.h
  M     src/heap.cc
  M     src/objects-inl.h
  M     src/objects.h
  M     src/objects.cc


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to