Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/API/
DJSCallbackObject.h86 static JSValue staticFunctionGetter(ExecState*, const Identifier&, const PropertySlot&);
DJSCallbackObjectFunctions.h154 slot.setCustom(this, staticFunctionGetter); in getOwnPropertySlot()
521 JSValue JSCallbackObject<Base>::staticFunctionGetter(ExecState* exec, const Identifier& propertyNam… in staticFunctionGetter() function
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-101095 (KJS::::staticFunctionGetter):j
3900 (KJS::staticFunctionGetter): Moved here, because there's no point in
5185 (KJS::::staticFunctionGetter):
5394 (KJS::staticFunctionGetter):
7148 (KJS::JSCallbackObject::staticFunctionGetter): Ditto.
7171 (KJS::staticFunctionGetter): Updated since slotBase() is now a JSValue rather
8078 (KJS::JSCallbackObject::staticFunctionGetter):
8094 (KJS::staticFunctionGetter):
15897 (KJS::::staticFunctionGetter):
16076 (KJS::staticFunctionGetter):
[all …]
DChangeLog-2007-10-148603 (KJS::JSCallbackObject::staticFunctionGetter):
8642 (KJS::JSCallbackObject::staticFunctionGetter):
8694 (KJS::JSCallbackObject::staticFunctionGetter):
8721 (KJS::JSCallbackObject::staticFunctionGetter):
9266 (KJS::JSCallbackObject::staticFunctionGetter):
9707 (KJS::JSCallbackObject::staticFunctionGetter):
9915 (KJS::JSCallbackObject::staticFunctionGetter):
12701 (KJS::staticFunctionGetter):
12913 (KJS::staticFunctionGetter):
15361 (KJS::staticFunctionGetter):
[all …]
DChangeLog-2009-06-161705 (JSC::::staticFunctionGetter):
6060 (JSC::::staticFunctionGetter):
14370 (JSC::::staticFunctionGetter):
27989 (JSC::JSCallbackObject::staticFunctionGetter): Ditto.
32471 Remove staticFunctionGetter. There is only one remaining user of
32472 staticFunctionGetter and it can be converted to use setUpStaticFunctionSlot.
/external/webkit/WebCore/
DChangeLog-2009-06-1685777 Remove staticFunctionGetter. There is only one remaining user of
85778 staticFunctionGetter and it can be converted to use setUpStaticFunctionSlot.