Searched refs:fallbackObjectGetter (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bridge/
H A Druntime_object.h73 static JSValue fallbackObjectGetter(ExecState*, JSValue, const Identifier&);
H A Druntime_object.cpp60 JSValue RuntimeObject::fallbackObjectGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) function in class:JSC::Bindings::RuntimeObject
148 slot.setCustom(this, fallbackObjectGetter);
196 slot.setCustom(this, fallbackObjectGetter);

Completed in 56 milliseconds