Searched refs:needsDestruction (Results 1 - 25 of 30) sorted by last modified time

12

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSString.h74 static const bool needsDestruction = true; member in class:JSC::JSString
H A DExecutable.h87 static const bool needsDestruction = true; member in class:JSC::ExecutableBase
H A DJSGlobalObject.h234 static const bool needsDestruction = false; member in class:JSC::JSGlobalObject
H A DSymbolTable.h339 static const bool needsDestruction = true; member in struct:JSC::SymbolTableIndexHashTraits
354 static const bool needsDestruction = true; member in class:JSC::SharedSymbolTable
H A DJSCell.h61 static const bool needsDestruction = false; member in class:JSC::JSCell
H A DJSCellInlines.h91 if (T::needsDestruction && T::hasImmortalStructure)
93 else if (T::needsDestruction)
H A DJSDestructibleObject.h14 static const bool needsDestruction = true; member in class:JSC::JSDestructibleObject
H A DJSPropertyNameIterator.h51 static const bool needsDestruction = true; member in class:JSC::JSPropertyNameIterator
H A DPropertyMapHashTable.h132 static const bool needsDestruction = true; member in class:JSC::PropertyTable
H A DRegExp.h50 static const bool needsDestruction = true; member in class:JSC::RegExp
H A DSparseArrayValueMap.h84 static const bool needsDestruction = true; member in class:JSC::SparseArrayValueMap
H A DStructure.h115 static const bool needsDestruction = true; member in class:JSC::Structure
H A DStructureChain.h62 static const bool needsDestruction = true; member in class:JSC::StructureChain
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSpeculativeJIT.h2050 if (ClassType::needsDestruction && ClassType::hasImmortalStructure)
2052 else if (ClassType::needsDestruction)
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DUnlinkedCodeBlock.h140 static const bool needsDestruction = true; member in class:JSC::UnlinkedFunctionExecutable
238 static const bool needsDestruction = true; member in class:JSC::UnlinkedCodeBlock
/macosx-10.9.5/JavaScriptCore-7537.78.1/
H A Djsc.cpp201 static const bool needsDestruction = false; member in class:GlobalObject
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontCache.cpp268 static const bool needsDestruction = true; member in struct:WebCore::FontDataCacheKeyTraits
H A DWidthCache.h109 static const bool needsDestruction = false; member in struct:WebCore::WidthCache::SmallStringKeyHashTraits
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DBinaryPropertyList.cpp77 static const bool needsDestruction = false; member in struct:IntegerArrayHashTraits
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DTileIndexHash.h41 static const bool needsDestruction = false; member in struct:WTF::HashTraits
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSAPIWrapperObject.mm74 template<> const bool JSCallbackObject<JSAPIWrapperObject>::needsDestruction = true;
H A DJSCallbackObject.cpp40 template<> const bool JSCallbackObject<JSDestructibleObject>::needsDestruction = true; member in class:JSC::JSCallbackObject
41 template<> const bool JSCallbackObject<JSGlobalObject>::needsDestruction = false; member in class:JSC::JSCallbackObject
H A DJSCallbackObject.h138 static const bool needsDestruction; member in class:JSC::JSCallbackObject
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DLocal.h145 static const bool needsDestruction = false; member in struct:WTF::VectorTraits
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Druntime_array.h53 static const bool needsDestruction = false; member in class:JSC::RuntimeArray

Completed in 323 milliseconds

12