Searched refs:argumentsGetter (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSFunction.h184 static JSValue argumentsGetter(ExecState*, JSValue, PropertyName);
H A DJSActivation.cpp236 JSValue JSActivation::argumentsGetter(ExecState*, JSValue slotBase, PropertyName) function in class:JSC::JSActivation
261 return argumentsGetter;
H A DJSActivation.h101 static JSValue argumentsGetter(ExecState*, JSValue, PropertyName);
H A DJSFunction.cpp181 JSValue JSFunction::argumentsGetter(ExecState* exec, JSValue slotBase, PropertyName) function in class:JSC::JSFunction
247 slot.setCacheableCustom(thisObject, argumentsGetter);

Completed in 114 milliseconds