Searched defs:RuntimeObject (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bridge/
H A Druntime_object.h36 class RuntimeObject : public JSObjectWithGlobalObject { class in namespace:JSC::Bindings
38 RuntimeObject(ExecState*, JSGlobalObject*, Structure*, PassRefPtr<Instance>);
39 virtual ~RuntimeObject();
H A Druntime_object.cpp39 const ClassInfo RuntimeObject::s_info = { "RuntimeObject", &JSObjectWithGlobalObject::s_info, 0, 0 };
41 RuntimeObject::RuntimeObject(ExecState*, JSGlobalObject* globalObject, Structure* structure, PassRefPtr<Instance> instance) function in class:JSC::Bindings::RuntimeObject
48 RuntimeObject::~RuntimeObject()
52 void RuntimeObject::invalidate()
60 JSValue RuntimeObject::fallbackObjectGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
62 RuntimeObject* thisObj = static_cast<RuntimeObject*>(asObjec
[all...]

Completed in 168 milliseconds