OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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