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

  /external/webkit/JavaScriptCore/runtime/
JSActivation.h 92 static JSValue argumentsGetter(ExecState*, const Identifier&, const PropertySlot&);
JSActivation.cpp 142 JSValue JSActivation::argumentsGetter(ExecState* exec, const Identifier&, const PropertySlot& slot)
169 return argumentsGetter;
JSFunction.h 93 static JSValue argumentsGetter(ExecState*, const Identifier&, const PropertySlot&);
JSFunction.cpp 125 JSValue JSFunction::argumentsGetter(ExecState* exec, const Identifier&, const PropertySlot& slot)
165 slot.setCustom(this, argumentsGetter);

Completed in 41 milliseconds