Searched defs:GetValueFunc (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DPropertySlot.h36 #define INDEX_GETTER_MARKER reinterpret_cast<GetValueFunc>(2)
37 #define GETTER_FUNCTION_MARKER reinterpret_cast<GetValueFunc>(3)
64 typedef JSValue (*GetValueFunc)(ExecState*, JSValue slotBase, const Identifier&); typedef in class:JSC::PropertySlot
126 void setCustom(JSValue slotBase, GetValueFunc getValue)
135 void setCacheableCustom(JSValue slotBase, GetValueFunc getValue)
217 GetValueFunc customGetter() const
225 GetValueFunc m_getValue;

Completed in 147 milliseconds