Searched refs:ParserArenaRefCounted (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DParserArena.cpp65 bool ParserArena::contains(ParserArenaRefCounted* object) const
70 ParserArenaRefCounted* ParserArena::last() const
117 void ParserArena::derefWithArena(PassRefPtr<ParserArenaRefCounted> object)
H A DParserArena.h35 class ParserArenaRefCounted;
156 void derefWithArena(PassRefPtr<ParserArenaRefCounted>);
157 bool contains(ParserArenaRefCounted*) const;
158 ParserArenaRefCounted* last() const;
189 Vector<RefPtr<ParserArenaRefCounted> > m_refCountedObjects;
H A DNodes.cpp83 , ParserArenaRefCounted(vm)
95 , ParserArenaRefCounted(vm)
H A DNodes.h114 class ParserArenaRefCounted : public RefCounted<ParserArenaRefCounted> { class in namespace:JSC
116 ParserArenaRefCounted(VM*);
119 virtual ~ParserArenaRefCounted()
1355 class ScopeNode : public StatementNode, public ParserArenaRefCounted {
1363 using ParserArenaRefCounted::operator new;
H A DNodeConstructors.h40 inline ParserArenaRefCounted::ParserArenaRefCounted(VM* vm) function in class:JSC::ParserArenaRefCounted

Completed in 141 milliseconds