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

  /external/webkit/Source/WebCore/bridge/
runtime_object.h 74 static JSValue fieldGetter(ExecState*, JSValue, const Identifier&);
runtime_object.cpp 78 JSValue RuntimeObject::fieldGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
131 slot.setCustom(this, fieldGetter);
176 slot.setCustom(this, fieldGetter);

Completed in 186 milliseconds