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

  /external/webkit/JavaScriptCore/runtime/
JSVariableObject.cpp 61 bool JSVariableObject::symbolTableGet(const Identifier& propertyName, PropertyDescriptor& descriptor)
JSVariableObject.h 95 bool symbolTableGet(const Identifier&, PropertySlot&);
96 bool symbolTableGet(const Identifier&, PropertyDescriptor&);
97 bool symbolTableGet(const Identifier&, PropertySlot&, bool& slotIsWriteable);
104 inline bool JSVariableObject::symbolTableGet(const Identifier& propertyName, PropertySlot& slot)
114 inline bool JSVariableObject::symbolTableGet(const Identifier& propertyName, PropertySlot& slot, bool& slotIsWriteable)

Completed in 302 milliseconds