Home
last modified time | relevance | path

Searched refs:needsRef (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h396 static const bool needsRef = false; member
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-1411620 Added a new bool to HashTraits, needsRef, which indicates whether the type needs
11621 explicit reference counting. If the type itself has needsRef true, but the storage
11622 type has needsRef false, then the HashSet or HashMap has to handle the reference
DChangeLog-2008-08-1017038 * wtf/HashTraits.h: Removed StorageTraits, needsRef, PairBaseHashTraits,
17184 HashKeyStorageTraits. We'll remove that, and the needsRef data member, later.