HomeSort by relevance Sort by last modified time
    Searched refs:JSZombie (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSZombie.cpp 27 #include "JSZombie.h"
36 const ClassInfo JSZombie::s_info = { "Zombie", 0, 0, 0 };
JSZombie.h 35 class JSZombie : public JSCell {
37 JSZombie(JSGlobalData& globalData, const ClassInfo* oldInfo, Structure* structure)
JSCell.h 66 friend class JSZombie;
JSGlobalData.cpp 48 #include "JSZombie.h"
205 zombieStructure.set(*this, JSZombie::createStructure(*this, jsNull()));
  /external/webkit/Source/JavaScriptCore/heap/
MarkedBlock.cpp 31 #include "JSZombie.h"
79 new (cell) JSZombie(*m_heap->globalData(), info, m_heap->globalData()->zombieStructure.get());

Completed in 120 milliseconds