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

  /external/webkit/Source/JavaScriptCore/interpreter/
CallFrame.h 81 static const HashTable* mathTable(CallFrame* callFrame) { return callFrame->globalData().mathTable; }
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.cpp 98 extern JSC_CONST_HASHTABLE HashTable mathTable;
152 , mathTable(fastNew<HashTable>(JSC::mathTable))
281 mathTable->deleteTable();
291 fastDelete(const_cast<HashTable*>(mathTable));
MathObject.cpp 64 const ClassInfo MathObject::s_info = { "Math", &JSObjectWithGlobalObject::s_info, 0, ExecState::mathTable };
67 @begin mathTable
108 return getStaticFunctionSlot<JSObject>(exec, ExecState::mathTable(exec), this, propertyName, slot);
113 return getStaticFunctionDescriptor<JSObject>(exec, ExecState::mathTable(exec), this, propertyName, descriptor);
JSGlobalData.h 142 const HashTable* mathTable;

Completed in 169 milliseconds