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

  /external/webkit/Source/JavaScriptCore/runtime/
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.cpp 98 extern JSC_CONST_HASHTABLE HashTable mathTable;
152 , mathTable(fastNew<HashTable>(JSC::mathTable))
281 mathTable->deleteTable();
291 fastDelete(const_cast<HashTable*>(mathTable));
JSGlobalData.h 142 const HashTable* mathTable;
  /external/webkit/Source/JavaScriptCore/interpreter/
CallFrame.h 81 static const HashTable* mathTable(CallFrame* callFrame) { return callFrame->globalData().mathTable; }
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2008-08-10     [all...]

Completed in 203 milliseconds