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

  /external/webkit/WebCore/bridge/
runtime_object.h 34 class RuntimeObjectImp : public JSObject {
36 RuntimeObjectImp(ExecState*, PassRefPtr<Bindings::Instance>);
37 virtual ~RuntimeObjectImp();
69 RuntimeObjectImp(ExecState*, NonNullPassRefPtr<Structure>, PassRefPtr<Bindings::Instance>);
runtime_object.cpp 40 const ClassInfo RuntimeObjectImp::s_info = { "RuntimeObject", 0, 0, 0 };
42 RuntimeObjectImp::RuntimeObjectImp(ExecState* exec, PassRefPtr<Instance> instance)
45 : JSObject(deprecatedGetDOMStructure<RuntimeObjectImp>(exec))
50 RuntimeObjectImp::RuntimeObjectImp(ExecState*, NonNullPassRefPtr<Structure> structure, PassRefPtr<Instance> instance)
56 RuntimeObjectImp::~RuntimeObjectImp()
62 void RuntimeObjectImp::invalidate()
70 JSValue RuntimeObjectImp::fallbackObjectGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot
    [all...]

Completed in 36 milliseconds