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

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerDatabase.cpp43 static Database* firstDatabase; member in namespace:JSC::Profiler
146 m_nextRegisteredDatabase = firstDatabase;
147 firstDatabase = this;
153 for (Database** current = &firstDatabase; *current; current = &(*current)->m_nextRegisteredDatabase) {
171 Database* result = firstDatabase;
173 firstDatabase = result->m_nextRegisteredDatabase;

Completed in 132 milliseconds