Searched refs:getStaticFunctionSlot (Results 1 – 6 of 6) sorted by relevance
/external/webkit/JavaScriptCore/runtime/ |
D | Lookup.h | 195 …inline bool getStaticFunctionSlot(ExecState* exec, const HashTable* table, JSObject* thisObj, cons… in getStaticFunctionSlot() function
|
D | StringPrototype.cpp | 131 …return getStaticFunctionSlot<StringObject>(exec, ExecState::stringTable(exec), this, propertyName,… in getOwnPropertySlot()
|
D | DatePrototype.cpp | 407 …return getStaticFunctionSlot<JSObject>(exec, ExecState::dateTable(exec), this, propertyName, slot); in getOwnPropertySlot()
|
D | ArrayPrototype.cpp | 125 …return getStaticFunctionSlot<JSArray>(exec, ExecState::arrayTable(exec), this, propertyName, slot); in getOwnPropertySlot()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 3902 (KJS::setUpStaticFunctionSlot): New function for getStaticFunctionSlot. 3907 (KJS::getStaticFunctionSlot): Changed to get properties from the parent 5728 (KJS::getStaticFunctionSlot): 27321 (KJS::getStaticFunctionSlot):
|
D | ChangeLog-2007-10-14 | 2243 (KJS::getStaticFunctionSlot): 19385 (KJS::getStaticFunctionSlot):
|