Home
last modified time | relevance | path

Searched refs:JSZombie (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSZombie.h35 class JSZombie : public JSCell {
37 JSZombie(JSGlobalData& globalData, const ClassInfo* oldInfo, Structure* structure) in JSZombie() function
DJSZombie.cpp36 const ClassInfo JSZombie::s_info = { "Zombie", 0, 0, 0 };
DJSCell.h66 friend class JSZombie; variable
DJSGlobalData.cpp205 zombieStructure.set(*this, JSZombie::createStructure(*this, jsNull())); in JSGlobalData()
/external/webkit/Source/JavaScriptCore/heap/
DMarkedBlock.cpp79 … new (cell) JSZombie(*m_heap->globalData(), info, m_heap->globalData()->zombieStructure.get()); in sweep()
/external/webkit/Source/JavaScriptCore/
DCMakeLists.txt134 runtime/JSZombie.cpp
DJavaScriptCore.gypi525 'runtime/JSZombie.cpp',
526 'runtime/JSZombie.h',
DChangeLog587 * 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 …]
DGNUmakefile.list.am319 Source/JavaScriptCore/runtime/JSZombie.h \
DChangeLog-2010-05-245060 * 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 …]
DChangeLog-2011-02-1612840 * runtime/JSZombie.h:
12841 (JSC::JSZombie::toStrictThisObject):
21874 * runtime/JSZombie.cpp:
21875 (JSC::JSZombie::leakedZombieStructure):
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj415 …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 */,