Searched defs:isZombie (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSCell.cpp212 bool isZombie(const JSCell* cell) function in namespace:JSC
215 return cell && cell->isZombie();
H A DJSZombie.h44 virtual bool isZombie() const { return true; } function in class:JSC::JSZombie
H A DJSCell.h123 virtual bool isZombie() const { return false; } function in class:JSC::JSCell
348 inline bool JSValue::isZombie() const function in class:JSC::JSValue
350 return isCell() && asCell() > (JSCell*)0x1ffffffffL && asCell()->isZombie();

Completed in 491 milliseconds