Searched refs:visitChildren (Results 1 - 25 of 100) sorted by relevance

1234

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSWithScope.cpp35 void JSWithScope::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:JSC::JSWithScope
42 Base::visitChildren(thisObject, visitor);
H A DJSWrapperObject.cpp31 void JSWrapperObject::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:JSC::JSWrapperObject
38 JSObject::visitChildren(thisObject, visitor);
H A DGetterSetter.cpp36 void GetterSetter::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:JSC::GetterSetter
41 JSCell::visitChildren(thisObject, visitor);
H A DJSSegmentedVariableObject.cpp60 void JSSegmentedVariableObject::visitChildren(JSCell* cell, SlotVisitor& slotVisitor) function in class:JSC::JSSegmentedVariableObject
66 JSSymbolTableObject::visitChildren(thisObject, slotVisitor);
H A DStructureChain.cpp48 void StructureChain::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:JSC::StructureChain
H A DJSNameScope.cpp36 void JSNameScope::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:JSC::JSNameScope
43 Base::visitChildren(thisObject, visitor);
H A DJSSymbolTableObject.cpp40 void JSSymbolTableObject::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:JSC::JSSymbolTableObject
47 Base::visitChildren(thisObject, visitor);
H A DNativeErrorConstructor.cpp41 void NativeErrorConstructor::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:JSC::NativeErrorConstructor
48 InternalFunction::visitChildren(thisObject, visitor);
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSAttrCustom.cpp42 void JSAttr::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:WebCore::JSAttr
49 Base::visitChildren(thisObject, visitor);
H A DJSAudioTrackCustom.cpp38 void JSAudioTrack::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:WebCore::JSAudioTrack
44 Base::visitChildren(jsAudioTrack, visitor);
H A DJSNodeIteratorCustom.cpp32 void JSNodeIterator::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:WebCore::JSNodeIterator
38 Base::visitChildren(thisObject, visitor);
H A DJSSVGElementInstanceCustom.cpp38 void JSSVGElementInstance::visitChildren(JSC::JSCell* cell, JSC::SlotVisitor& visitor) function in class:WebCore::JSSVGElementInstance
44 // Skip JSEventTarget::visitChildren because event listener registration is
46 JSEventTarget::Base::visitChildren(thisObject, visitor);
H A DJSTreeWalkerCustom.cpp32 void JSTreeWalker::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:WebCore::JSTreeWalker
38 Base::visitChildren(thisObject, visitor);
H A DJSVideoTrackCustom.cpp38 void JSVideoTrack::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:WebCore::JSVideoTrack
44 Base::visitChildren(jsVideoTrack, visitor);
H A DJSAudioTrackListCustom.cpp38 void JSAudioTrackList::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:WebCore::JSAudioTrackList
44 Base::visitChildren(jsAudioTrackList, visitor);
H A DJSMessageChannelCustom.cpp39 void JSMessageChannel::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:WebCore::JSMessageChannel
45 Base::visitChildren(thisObject, visitor);
H A DJSTextTrackCustom.cpp37 void JSTextTrack::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:WebCore::JSTextTrack
43 Base::visitChildren(jsTextTrack, visitor);
H A DJSTextTrackListCustom.cpp38 void JSTextTrackList::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:WebCore::JSTextTrackList
44 Base::visitChildren(jsTextTrackList, visitor);
H A DJSVideoTrackListCustom.cpp38 void JSVideoTrackList::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:WebCore::JSVideoTrackList
44 Base::visitChildren(jsVideoTrackList, visitor);
H A DJSXPathResultCustom.cpp38 void JSXPathResult::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:WebCore::JSXPathResult
44 Base::visitChildren(thisObject, visitor);
H A DJSCanvasRenderingContextCustom.cpp42 void JSCanvasRenderingContext::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:WebCore::JSCanvasRenderingContext
48 Base::visitChildren(thisObject, visitor);
H A DJSNodeFilterCustom.cpp39 void JSNodeFilter::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:WebCore::JSNodeFilter
45 Base::visitChildren(thisObject, visitor);
H A DJSStyleSheetCustom.cpp38 void JSStyleSheet::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:WebCore::JSStyleSheet
44 Base::visitChildren(thisObject, visitor);
H A DJSTextTrackCueCustom.cpp59 void JSTextTrackCue::visitChildren(JSCell* cell, SlotVisitor& visitor) function in class:WebCore::JSTextTrackCue
65 Base::visitChildren(jsTextTrackCue, visitor);
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSAPIWrapperObject.h42 static void visitChildren(JSCell*, JSC::SlotVisitor&);

Completed in 202 milliseconds

1234