OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasWeakOwner
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/heap/
HandleHeap.h
71
bool
hasWeakOwner
(HandleSlot, WeakHandleOwner*);
195
inline bool HandleHeap::
hasWeakOwner
(HandleSlot handle, WeakHandleOwner* weakOwner)
Weak.h
105
ASSERT(HandleHeap::heapFor(slot())->
hasWeakOwner
(slot(), weakOwner));
Completed in 265 milliseconds