HomeSort by relevance Sort by last modified time
    Searched full:mathtable (Results 1 - 5 of 5) sorted by null

  /external/webkit/JavaScriptCore/runtime/
JSGlobalData.cpp 68 extern JSC_CONST_HASHTABLE HashTable mathTable;
111 , mathTable(fastNew<HashTable>(JSC::mathTable))
169 mathTable->deleteTable();
178 fastDelete(const_cast<HashTable*>(mathTable));
MathObject.cpp 63 const ClassInfo MathObject::info = { "Math", 0, 0, ExecState::mathTable };
66 @begin mathTable
105 return getStaticFunctionSlot<JSObject>(exec, ExecState::mathTable(exec), this, propertyName, slot);
110 return getStaticFunctionDescriptor<JSObject>(exec, ExecState::mathTable(exec), this, propertyName, descriptor);
JSGlobalData.h 111 const HashTable* mathTable;
  /external/webkit/JavaScriptCore/interpreter/
CallFrame.h 98 static const HashTable* mathTable(CallFrame* callFrame) { return callFrame->globalData().mathTable; }
  /external/webkit/JavaScriptCore/
ChangeLog-2008-08-10     [all...]

Completed in 65 milliseconds