HomeSort by relevance Sort by last modified time
    Searched refs:makeWeak (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/
OwnHandle.h 61 void makeWeak()
65 m_handle.MakeWeak(this, &OwnHandle<T>::weakCallback);
  /external/webkit/Source/JavaScriptCore/heap/
HandleHeap.h 61 void makeWeak(HandleSlot, WeakHandleOwner* = 0, void* context = 0);
86 void makeWeak(WeakHandleOwner*, void* context);
174 node->makeWeak(toNode(other)->weakOwner(), toNode(other)->weakOwnerContext());
180 inline void HandleHeap::makeWeak(HandleSlot handle, WeakHandleOwner* weakOwner, void* context)
183 node->makeWeak(weakOwner, context);
225 inline void HandleHeap::Node::makeWeak(WeakHandleOwner* weakOwner, void* context)
Weak.h 52 HandleHeap::heapFor(slot())->makeWeak(slot(), weakOwner, context);
103 HandleHeap::heapFor(slot())->makeWeak(slot(), weakOwner, context);
  /external/webkit/Source/JavaScriptCore/runtime/
WeakGCMap.h 130 HandleHeap::heapFor(slot)->makeWeak(slot, this, FinalizerCallback::finalizerContextFor(key));
151 HandleHeap::heapFor(slot)->makeWeak(slot, this, key);
StructureTransitionTable.h 161 HandleHeap::heapFor(slot)->makeWeak(slot, 0, 0);
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackObjectFunctions.h 97 HandleHeap::heapFor(slot)->makeWeak(slot, m_callbackObjectData.get(), classRef());

Completed in 364 milliseconds