Searched refs:symbolTablePutWithAttributes (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSActivation.cpp128 inline bool JSActivation::symbolTablePutWithAttributes(VM& vm, PropertyName propertyName, JSValue value, unsigned attributes) function in class:JSC::JSActivation
213 if (thisObject->symbolTablePutWithAttributes(exec->vm(), propertyName, value, attributes))
H A DJSActivation.h99 bool symbolTablePutWithAttributes(VM&, PropertyName, JSValue, unsigned attributes);
H A DJSSymbolTableObject.h143 inline bool symbolTablePutWithAttributes( function in namespace:JSC
H A DJSGlobalObject.cpp164 if (symbolTablePutWithAttributes(thisObject, exec->vm(), propertyName, value, attributes))
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDOMWindowBase.cpp84 symbolTablePutWithAttributes(this, exec->vm(), exec->vm().propertyNames->document, toJS(exec, this, m_impl->document()), DontDelete | ReadOnly);

Completed in 179 milliseconds