Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSCell.h123 virtual bool isZombie() const { return false; } in isZombie() function
348 inline bool JSValue::isZombie() const in isZombie() function
DJSCell.cpp212 bool isZombie(const JSCell* cell) in isZombie() function
DJSZombie.h44 virtual bool isZombie() const { return true; } in isZombie() function