Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DLookup.h195 …inline bool getStaticFunctionSlot(ExecState* exec, const HashTable* table, JSObject* thisObj, cons… in getStaticFunctionSlot() function
DStringPrototype.cpp131 …return getStaticFunctionSlot<StringObject>(exec, ExecState::stringTable(exec), this, propertyName,… in getOwnPropertySlot()
DDatePrototype.cpp407 …return getStaticFunctionSlot<JSObject>(exec, ExecState::dateTable(exec), this, propertyName, slot); in getOwnPropertySlot()
DArrayPrototype.cpp125 …return getStaticFunctionSlot<JSArray>(exec, ExecState::arrayTable(exec), this, propertyName, slot); in getOwnPropertySlot()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-103902 (KJS::setUpStaticFunctionSlot): New function for getStaticFunctionSlot.
3907 (KJS::getStaticFunctionSlot): Changed to get properties from the parent
5728 (KJS::getStaticFunctionSlot):
27321 (KJS::getStaticFunctionSlot):
DChangeLog-2007-10-142243 (KJS::getStaticFunctionSlot):
19385 (KJS::getStaticFunctionSlot):