Searched refs:getStaticValueSlot (Results 1 – 8 of 8) sorted by relevance
/external/webkit/WebCore/bindings/js/ |
D | JSStorageCustom.cpp | 56 …if (getStaticValueSlot<JSStorage, Base>(exec, s_info.propHashTable(exec), this, propertyName, slot… in deleteProperty() 82 …if (getStaticValueSlot<JSStorage, Base>(exec, s_info.propHashTable(exec), this, propertyName, slot… in putDelegate()
|
/external/webkit/JavaScriptCore/runtime/ |
D | NumberConstructor.cpp | 68 …return getStaticValueSlot<NumberConstructor, InternalFunction>(exec, ExecState::numberTable(exec),… in getOwnPropertySlot()
|
D | RegExpObject.cpp | 72 …return getStaticValueSlot<RegExpObject, JSObject>(exec, ExecState::regExpTable(exec), this, proper… in getOwnPropertySlot()
|
D | Lookup.h | 213 …inline bool getStaticValueSlot(ExecState* exec, const HashTable* table, ThisImp* thisObj, const Id… in getStaticValueSlot() function
|
D | RegExpConstructor.cpp | 233 …return getStaticValueSlot<RegExpConstructor, InternalFunction>(exec, ExecState::regExpConstructorT… in getOwnPropertySlot()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 2244 (KJS::getStaticValueSlot): 19386 (KJS::getStaticValueSlot):
|
D | ChangeLog-2008-08-10 | 5729 (KJS::getStaticValueSlot):
|
D | ChangeLog-2009-06-16 | 32342 (JSC::getStaticValueSlot):
|