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

  /external/webkit/JavaScriptCore/runtime/
JSFunction.h 94 static JSValue callerGetter(ExecState*, const Identifier&, const PropertySlot&);
JSFunction.cpp 132 JSValue JSFunction::callerGetter(ExecState* exec, const Identifier&, const PropertySlot& slot)
175 slot.setCustom(this, callerGetter);

Completed in 56 milliseconds