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

  /external/webkit/Source/WebCore/bridge/
runtime_object.h 36 class RuntimeObject : public JSObjectWithGlobalObject {
38 RuntimeObject(ExecState*, JSGlobalObject*, Structure*, PassRefPtr<Instance>);
39 virtual ~RuntimeObject();
runtime_object.cpp 39 const ClassInfo RuntimeObject::s_info = { "RuntimeObject", &JSObjectWithGlobalObject::s_info, 0, 0 };
41 RuntimeObject::RuntimeObject(ExecState*, JSGlobalObject* globalObject, Structure* structure, PassRefPtr<Instance> instance)
48 RuntimeObject::~RuntimeObject()
52 void RuntimeObject::invalidate()
60 JSValue RuntimeObject::fallbackObjectGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
62 RuntimeObject* thisObj = static_cast<RuntimeObject*>(asObject(slotBase))
    [all...]

Completed in 21 milliseconds