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

  /external/webkit/Source/JavaScriptCore/runtime/
MathObject.h 28 class MathObject : public JSObjectWithGlobalObject {
30 MathObject(ExecState*, JSGlobalObject*, Structure*);
MathObject.cpp 22 #include "MathObject.h"
35 ASSERT_CLASS_FITS_IN_CELL(MathObject);
58 #include "MathObject.lut.h"
62 // ------------------------------ MathObject --------------------------------
64 const ClassInfo MathObject::s_info = { "Math", &JSObjectWithGlobalObject::s_info, 0, ExecState::mathTable };
66 /* Source for MathObject.lut.h
89 MathObject::MathObject(ExecState* exec, JSGlobalObject* globalObject, Structure* structure)
106 bool MathObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot &slot)
111 bool MathObject::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& des (…)
    [all...]

Completed in 1189 milliseconds