HomeSort by relevance Sort by last modified time
    Searched defs:isZombie (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/runtime/
JSZombie.h 41 virtual bool isZombie() const { return true; }
JSCell.h 99 virtual bool isZombie() const { return false; }
359 inline bool JSValue::isZombie() const
361 return isCell() && asCell() && asCell()->isZombie();

Completed in 30 milliseconds