Searched refs:JSZombie (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSZombie.h | 35 class JSZombie : public JSCell { 37 JSZombie(JSGlobalData& globalData, const ClassInfo* oldInfo, Structure* structure) in JSZombie() function
|
D | JSZombie.cpp | 36 const ClassInfo JSZombie::s_info = { "Zombie", 0, 0, 0 };
|
D | JSCell.h | 66 friend class JSZombie; variable
|
D | JSGlobalData.cpp | 205 zombieStructure.set(*this, JSZombie::createStructure(*this, jsNull())); in JSGlobalData()
|
/external/webkit/Source/JavaScriptCore/heap/ |
D | MarkedBlock.cpp | 79 … new (cell) JSZombie(*m_heap->globalData(), info, m_heap->globalData()->zombieStructure.get()); in sweep()
|
/external/webkit/Source/JavaScriptCore/ |
D | CMakeLists.txt | 134 runtime/JSZombie.cpp
|
D | JavaScriptCore.gypi | 525 'runtime/JSZombie.cpp', 526 'runtime/JSZombie.h',
|
D | ChangeLog | 587 * runtime/JSZombie.cpp: 588 * runtime/JSZombie.h: 589 (JSC::JSZombie::JSZombie): 590 (JSC::JSZombie::createStructure): 2614 * runtime/JSZombie.cpp: 2615 (JSC::JSZombie::leakedZombieStructure): 2616 * runtime/JSZombie.h: 4661 * runtime/JSZombie.h: 4662 (JSC::JSZombie::createStructure): 5648 * runtime/JSZombie.cpp: [all …]
|
D | GNUmakefile.list.am | 319 Source/JavaScriptCore/runtime/JSZombie.h \
|
D | ChangeLog-2010-05-24 | 5060 * runtime/JSZombie.h: 5061 (JSC::JSZombie::toThisObject): Nixed the old virtual-type implementation. 12522 previously omitted have been added, as well as JSZombie.{cpp,h}. 13949 * runtime/JSZombie.cpp: 13951 (JSC::JSZombie::leakedZombieStructure): 13952 * runtime/JSZombie.h: Added. 13953 (JSC::JSZombie::JSZombie): 13954 (JSC::JSZombie::isZombie): 13955 (JSC::JSZombie::classInfo): 13956 (JSC::JSZombie::isGetterSetter): [all …]
|
D | ChangeLog-2011-02-16 | 12840 * runtime/JSZombie.h: 12841 (JSC::JSZombie::toStrictThisObject): 21874 * runtime/JSZombie.cpp: 21875 (JSC::JSZombie::leakedZombieStructure):
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/ |
D | project.pbxproj | 415 …BC01D4F111A8F1FF00A54B2A /* JSZombie.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC01D4EF11… 416 …BC01D4F211A8F1FF00A54B2A /* JSZombie.h in Headers */ = {isa = PBXBuildFile; fileRef = BC01D4F011A8… 1121 …A8F1FF00A54B2A /* JSZombie.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 1122 …011A8F1FF00A54B2A /* JSZombie.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 1886 BC01D4EF11A8F1FF00A54B2A /* JSZombie.cpp */, 1887 BC01D4F011A8F1FF00A54B2A /* JSZombie.h */, 2356 BC01D4F211A8F1FF00A54B2A /* JSZombie.h in Headers */, 2901 BC01D4F111A8F1FF00A54B2A /* JSZombie.cpp in Sources */,
|