Home
last modified time | relevance | path

Searched refs:callerGetter (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSFunction.h103 static JSValue callerGetter(ExecState*, JSValue, const Identifier&);
DJSFunction.cpp167 JSValue JSFunction::callerGetter(ExecState* exec, JSValue slotBase, const Identifier&) in callerGetter() function in JSC::JSFunction
221 slot.setCacheableCustom(this, callerGetter); in getOwnPropertySlot()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-146486 REGRESSION: GMail crashes in KJS::FunctionImp::callerGetter
6490 (KJS::FunctionImp::callerGetter): More logical NULL checking.
6510 (KJS::FunctionImp::callerGetter): added
6511 (KJS::FunctionImp::getOwnPropertySlot): added if statement to handle callerGetter()
6512 * kjs/function.h: added callerGetter() declaration
DChangeLog-2008-08-105041 (KJS::JSFunction::callerGetter):
6627 (KJS::JSFunction::callerGetter):
8089 (KJS::FunctionImp::callerGetter):
29762 (KJS::FunctionImp::callerGetter):
DChangeLog-2009-06-165522 (JSC::JSFunction::callerGetter):
6514 (JSC::JSFunction::callerGetter):
14801 (JSC::JSFunction::callerGetter):
23504 (JSC::JSFunction::callerGetter):
28247 (JSC::JSFunction::callerGetter): Ditto.
DChangeLog-2010-05-247076 (JSC::JSFunction::callerGetter):