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

  /external/webkit/Source/WebCore/bridge/
runtime_object.h 73 static JSValue fallbackObjectGetter(ExecState*, JSValue, const Identifier&);
runtime_object.cpp 60 JSValue RuntimeObject::fallbackObjectGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
148 slot.setCustom(this, fallbackObjectGetter);
196 slot.setCustom(this, fallbackObjectGetter);

Completed in 62 milliseconds