Home
last modified time | relevance | path

Searched defs:symbolTableGet (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSVariableObject.cpp61 bool JSVariableObject::symbolTableGet(const Identifier& propertyName, PropertyDescriptor& descripto… in symbolTableGet() function in JSC::JSVariableObject
DJSVariableObject.h92 inline bool JSVariableObject::symbolTableGet(const Identifier& propertyName, PropertySlot& slot) in symbolTableGet() function
102 …inline bool JSVariableObject::symbolTableGet(const Identifier& propertyName, PropertySlot& slot, b… in symbolTableGet() function
DJSActivation.cpp76 inline bool JSActivation::symbolTableGet(const Identifier& propertyName, PropertySlot& slot) in symbolTableGet() function in JSC::JSActivation