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

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSVariableObject.h85 bool symbolTablePutWithAttributes(JSGlobalData&, const Identifier&, JSValue, unsigned attributes);
126 inline bool JSVariableObject::symbolTablePutWithAttributes(JSGlobalData& globalData, const Identifier& propertyName, JSValue value, unsigned attributes) function in class:JSC::JSVariableObject
H A DJSActivation.cpp118 inline bool JSActivation::symbolTablePutWithAttributes(JSGlobalData& globalData, const Identifier& propertyName, JSValue value, unsigned attributes) function in class:JSC::JSActivation
176 if (symbolTablePutWithAttributes(exec->globalData(), propertyName, value, attributes))

Completed in 60 milliseconds