Searched refs:MathObject (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DMathObject.h28 class MathObject : public JSObjectWithGlobalObject { class in namespace:JSC
30 MathObject(ExecState*, JSGlobalObject*, Structure*);
H A DMathObject.cpp22 #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) function in class:JSC::MathObject
106 bool MathObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot &slot)
111 bool MathObject
[all...]
H A DJSGlobalObject.cpp54 #include "MathObject.h"
269 GlobalPropertyInfo(Identifier(exec, "Math"), new (exec) MathObject(exec, this, MathObject::createStructure(exec->globalData(), m_objectPrototype.get())), DontEnum | DontDelete),

Completed in 80 milliseconds