HomeSort by relevance Sort by last modified time
    Searched refs:getStaticPropertySlot (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
Lookup.h 190 inline bool getStaticPropertySlot(ExecState* exec, const HashTable* table, ThisImp* thisObj, const Identifier& propertyName, PropertySlot& slot)
224 * Simplified version of getStaticPropertySlot in case there are only functions.
225 * Using this instead of getStaticPropertySlot allows 'this' to avoid implementing
264 * Simplified version of getStaticPropertySlot in case there are no functions, only "values".
265 * Using this instead of getStaticPropertySlot removes the need for a FuncImp class.
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestObj.cpp 249 return getStaticPropertySlot<JSTestObjPrototype, JSObject>(exec, &JSTestObjPrototypeTable, this, propertyName, slot);
    [all...]

Completed in 63 milliseconds