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

  /external/webkit/Source/JavaScriptCore/API/
JSClassRef.cpp 75 , m_staticFunctions(0)
96 m_staticFunctions = new OpaqueJSClassStaticFunctionsTable();
103 StaticFunctionEntry* existingEntry = m_staticFunctions->get(impl);
104 m_staticFunctions->set(impl, entry);
129 if (m_staticFunctions) {
130 OpaqueJSClassStaticFunctionsTable::const_iterator end = m_staticFunctions->end();
131 for (OpaqueJSClassStaticFunctionsTable::const_iterator it = m_staticFunctions->begin(); it != end; ++it) {
135 delete m_staticFunctions;
176 if (jsClass->m_staticFunctions) {
178 OpaqueJSClassStaticFunctionsTable::const_iterator end = jsClass->m_staticFunctions->end()
    [all...]
JSClassRef.h 125 OpaqueJSClassStaticFunctionsTable* m_staticFunctions;

Completed in 28 milliseconds