Searched refs:asWeakImpl (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DWeakImpl.h58 static WeakImpl* asWeakImpl(JSValue*);
108 inline WeakImpl* WeakImpl::asWeakImpl(JSValue* slot) function in class:JSC::WeakImpl
H A DWeakSetInlines.h41 WeakImpl* weakImpl = WeakBlock::asWeakImpl(allocator);
H A DWeakBlock.h61 static WeakImpl* asWeakImpl(FreeCell*);
98 inline WeakImpl* WeakBlock::asWeakImpl(FreeCell* freeCell) function in class:JSC::WeakBlock
H A DHeap.cpp1317 WeakSet::deallocate(WeakImpl::asWeakImpl(slot));
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSCallbackObject.cpp72 WeakSet::deallocate(WeakImpl::asWeakImpl(handle.slot()));
H A DJSAPIWrapperObject.mm56 JSC::WeakSet::deallocate(JSC::WeakImpl::asWeakImpl(handle.slot()));

Completed in 129 milliseconds