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

/external/webkit/WebCore/bridge/
H A Druntime_object.h75 static JSValue fieldGetter(ExecState*, const Identifier&, const PropertySlot&);
H A Druntime_object.cpp88 JSValue RuntimeObjectImp::fieldGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot) function in class:JSC::RuntimeObjectImp
143 slot.setCustom(this, fieldGetter);
188 slot.setCustom(this, fieldGetter);

Completed in 56 milliseconds