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

  /external/webkit/JavaScriptCore/runtime/
PropertySlot.h 36 #define JSC_REGISTER_SLOT_MARKER reinterpret_cast<GetValueFunc>(1)
54 typedef JSValue (*GetValueFunc)(ExecState*, const Identifier&, const PropertySlot&);
126 void setCustom(JSValue slotBase, GetValueFunc getValue)
134 void setCustomIndex(JSValue slotBase, unsigned index, GetValueFunc getValue)
193 GetValueFunc m_getValue;
JSActivation.h 93 NEVER_INLINE PropertySlot::GetValueFunc getArgumentsGetter();
JSActivation.cpp 167 PropertySlot::GetValueFunc JSActivation::getArgumentsGetter()
Lookup.h 51 typedef PropertySlot::GetValueFunc GetFunction;

Completed in 39 milliseconds