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

/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DParserArena.cpp66 bool ParserArena::contains(ParserArenaRefCounted* object) const
71 ParserArenaRefCounted* ParserArena::last() const
118 void ParserArena::derefWithArena(PassRefPtr<ParserArenaRefCounted> object)
H A DParserArena.h36 class ParserArenaRefCounted;
157 void derefWithArena(PassRefPtr<ParserArenaRefCounted>);
158 bool contains(ParserArenaRefCounted*) const;
159 ParserArenaRefCounted* last() const;
190 Vector<RefPtr<ParserArenaRefCounted>> m_refCountedObjects;
H A DNodes.cpp81 , ParserArenaRefCounted(vm)
93 , ParserArenaRefCounted(vm)
H A DNodes.h114 class ParserArenaRefCounted : public RefCounted<ParserArenaRefCounted> { class in namespace:JSC
117 ParserArenaRefCounted(VM*);
120 virtual ~ParserArenaRefCounted()
1395 class ScopeNode : public StatementNode, public ParserArenaRefCounted {
1403 using ParserArenaRefCounted::operator new;
H A DNodeConstructors.h40 inline ParserArenaRefCounted::ParserArenaRefCounted(VM* vm) function in class:JSC::ParserArenaRefCounted

Completed in 65 milliseconds