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

  /external/webkit/Source/JavaScriptCore/runtime/
Lookup.h 206 inline bool getStaticPropertyDescriptor(ExecState* exec, const HashTable* table, ThisImp* thisObj, const Identifier& propertyName, PropertyDescriptor& descriptor)
243 * Simplified version of getStaticPropertyDescriptor in case there are only functions.
244 * Using this instead of getStaticPropertyDescriptor allows 'this' to avoid implementing
282 * Simplified version of getStaticPropertyDescriptor in case there are no functions, only "values".
283 * Using this instead of getStaticPropertyDescriptor removes the need for a FuncImp class.
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestObj.cpp 254 return getStaticPropertyDescriptor<JSTestObjPrototype, JSObject>(exec, &JSTestObjPrototypeTable, this, propertyName, descriptor);
    [all...]

Completed in 57 milliseconds