Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DLookup.h165 …void setUpStaticFunctionSlot(ExecState*, const HashEntry*, JSObject* thisObject, const Identifier&…
182 setUpStaticFunctionSlot(exec, entry, thisObj, propertyName, slot); in getStaticPropertySlot()
199 setUpStaticFunctionSlot(exec, entry, thisObj, propertyName, slot); in getStaticPropertyDescriptor()
222 setUpStaticFunctionSlot(exec, entry, thisObj, propertyName, slot); in getStaticFunctionSlot()
242 setUpStaticFunctionSlot(exec, entry, thisObj, propertyName, slot); in getStaticFunctionDescriptor()
DLookup.cpp67 void setUpStaticFunctionSlot(ExecState* exec, const HashEntry* entry, JSObject* thisObj, const Iden… in setUpStaticFunctionSlot() function
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.def247 …?setUpStaticFunctionSlot@JSC@@YAXPAVExecState@1@PBVHashEntry@1@PAVJSObject@1@ABVIdentifier@1@AAVPr…
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-161803 (JSC::setUpStaticFunctionSlot):
5548 (JSC::setUpStaticFunctionSlot):
6731 (JSC::setUpStaticFunctionSlot):
14991 (JSC::setUpStaticFunctionSlot):
32328 (JSC::setUpStaticFunctionSlot):
32472 staticFunctionGetter and it can be converted to use setUpStaticFunctionSlot.
35661 (JSC::setUpStaticFunctionSlot):
DChangeLog-2008-08-103902 (KJS::setUpStaticFunctionSlot): New function for getStaticFunctionSlot.
/external/webkit/WebCore/
DChangeLog-2009-06-1685778 staticFunctionGetter and it can be converted to use setUpStaticFunctionSlot.