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

  /external/webkit/Source/JavaScriptCore/runtime/
JSFunction.h 103 static JSValue callerGetter(ExecState*, JSValue, const Identifier&);
JSFunction.cpp 167 JSValue JSFunction::callerGetter(ExecState* exec, JSValue slotBase, const Identifier&)
221 slot.setCacheableCustom(this, callerGetter);

Completed in 23 milliseconds