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

  /external/webkit/JavaScriptCore/API/
JSCallbackObject.h 89 static JSValue staticValueGetter(ExecState*, const Identifier&, const PropertySlot&);
JSCallbackObjectFunctions.h 148 slot.setCustom(this, staticValueGetter);
519 JSValue JSCallbackObject<Base>::staticValueGetter(ExecState* exec, const Identifier& propertyName, const PropertySlot& slot)

Completed in 38 milliseconds