Home
last modified time | relevance | path

Searched refs:getStaticValueSlot (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/bindings/js/
DJSStorageCustom.cpp56 …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/
DNumberConstructor.cpp68 …return getStaticValueSlot<NumberConstructor, InternalFunction>(exec, ExecState::numberTable(exec),… in getOwnPropertySlot()
DRegExpObject.cpp72 …return getStaticValueSlot<RegExpObject, JSObject>(exec, ExecState::regExpTable(exec), this, proper… in getOwnPropertySlot()
DLookup.h213 …inline bool getStaticValueSlot(ExecState* exec, const HashTable* table, ThisImp* thisObj, const Id… in getStaticValueSlot() function
DRegExpConstructor.cpp233 …return getStaticValueSlot<RegExpConstructor, InternalFunction>(exec, ExecState::regExpConstructorT… in getOwnPropertySlot()
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-142244 (KJS::getStaticValueSlot):
19386 (KJS::getStaticValueSlot):
DChangeLog-2008-08-105729 (KJS::getStaticValueSlot):
DChangeLog-2009-06-1632342 (JSC::getStaticValueSlot):