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

  /external/webkit/JavaScriptCore/runtime/
MathObject.h 28 class MathObject : public JSObject {
30 MathObject(ExecState*, NonNullPassRefPtr<Structure>);
MathObject.cpp 22 #include "MathObject.h"
34 ASSERT_CLASS_FITS_IN_CELL(MathObject);
57 #include "MathObject.lut.h"
61 // ------------------------------ MathObject --------------------------------
63 const ClassInfo MathObject::info = { "Math", 0, 0, ExecState::mathTable };
65 /* Source for MathObject.lut.h
88 MathObject::MathObject(ExecState* exec, NonNullPassRefPtr<Structure> structure)
103 bool MathObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot &slot)
108 bool MathObject::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& des (…)
    [all...]

Completed in 20 milliseconds