HomeSort by relevance Sort by last modified time
    Searched refs:currentIdentifierTable (Results 1 - 4 of 4) sorted by null

  /external/webkit/JavaScriptCore/runtime/
Completion.cpp 39 ASSERT(exec->globalData().identifierTable == currentIdentifierTable());
52 ASSERT(exec->globalData().identifierTable == currentIdentifierTable());
Identifier.h 148 , currentIdentifierTable(0)
153 IdentifierTable* currentIdentifierTable;
177 inline IdentifierTable* currentIdentifierTable()
183 return data.currentIdentifierTable;
192 IdentifierTable* oldIdentifierTable = data.currentIdentifierTable;
193 data.currentIdentifierTable = identifierTable;
203 data.currentIdentifierTable = data.defaultIdentifierTable;
Identifier.cpp 237 currentIdentifierTable()->remove(r);
244 ASSERT_UNUSED(exec, exec->globalData().identifierTable == currentIdentifierTable());
249 ASSERT_UNUSED(globalData, globalData->identifierTable == currentIdentifierTable());
  /external/webkit/JavaScriptGlue/
JSUtils.cpp 430 , m_storedIdentifierTable(currentIdentifierTable())

Completed in 25 milliseconds