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

  /external/webkit/Source/JavaScriptCore/API/
JSCallbackObject.h 188 static JSValue staticValueGetter(ExecState*, JSValue, const Identifier&);
JSCallbackObjectFunctions.h 152 slot.setCustom(this, staticValueGetter);
518 JSValue JSCallbackObject<Base>::staticValueGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)

Completed in 550 milliseconds