Home
last modified time | relevance | path

Searched refs:putWithAttributes (Results 1 – 23 of 23) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSObject.cpp174 void JSObject::putWithAttributes(JSGlobalData* globalData, const Identifier& propertyName, JSValue … in putWithAttributes() function in JSC::JSObject
179 void JSObject::putWithAttributes(JSGlobalData* globalData, const Identifier& propertyName, JSValue … in putWithAttributes() function in JSC::JSObject
184 void JSObject::putWithAttributes(JSGlobalData* globalData, unsigned propertyName, JSValue value, un… in putWithAttributes() function in JSC::JSObject
186 putWithAttributes(globalData, Identifier::from(globalData, propertyName), value, attributes); in putWithAttributes()
189 void JSObject::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value, un… in putWithAttributes() function in JSC::JSObject
194 void JSObject::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value, un… in putWithAttributes() function in JSC::JSObject
199 void JSObject::putWithAttributes(ExecState* exec, unsigned propertyName, JSValue value, unsigned at… in putWithAttributes() function in JSC::JSObject
201 putWithAttributes(exec, Identifier::from(exec, propertyName), value, attributes); in putWithAttributes()
635 target->putWithAttributes(exec, propertyName, accessor, attributes); in putDescriptor()
643 target->putWithAttributes(exec, propertyName, newValue, attributes & ~(Getter | Setter)); in putDescriptor()
DError.cpp125 …error->putWithAttributes(globalData, Identifier(globalData, linePropertyName), jsNumber(line), Rea… in addErrorInfo()
127 …error->putWithAttributes(globalData, Identifier(globalData, sourceIdPropertyName), jsNumber((doubl… in addErrorInfo()
129 …error->putWithAttributes(globalData, Identifier(globalData, sourceURLPropertyName), jsString(globa… in addErrorInfo()
DJSStaticScopeObject.cpp57 void JSStaticScopeObject::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValu… in putWithAttributes() function in JSC::JSStaticScopeObject
DJSActivation.cpp172 void JSActivation::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value… in putWithAttributes() function in JSC::JSActivation
184 JSObject::putWithAttributes(exec, propertyName, value, attributes, true, slot); in putWithAttributes()
DJSStaticScopeObject.h48 void putWithAttributes(ExecState*, const Identifier&, JSValue, unsigned attributes);
DJSObject.h112 …virtual void putWithAttributes(JSGlobalData*, const Identifier& propertyName, JSValue value, unsig…
113 …virtual void putWithAttributes(JSGlobalData*, const Identifier& propertyName, JSValue value, unsig…
114 …virtual void putWithAttributes(JSGlobalData*, unsigned propertyName, JSValue value, unsigned attri…
115 …virtual void putWithAttributes(ExecState*, const Identifier& propertyName, JSValue value, unsigned…
116 …virtual void putWithAttributes(ExecState*, const Identifier& propertyName, JSValue value, unsigned…
117 …virtual void putWithAttributes(ExecState*, unsigned propertyName, JSValue value, unsigned attribut…
DJSActivation.h59 virtual void putWithAttributes(ExecState*, const Identifier&, JSValue, unsigned attributes);
DJSVariableObject.h49 … virtual void putWithAttributes(ExecState*, const Identifier&, JSValue, unsigned attributes) = 0;
DJSGlobalObject.cpp127 void JSGlobalObject::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue val… in putWithAttributes() function in JSC::JSGlobalObject
140 JSObject::putWithAttributes(exec, propertyName, valueAfter, attributes); in putWithAttributes()
DJSGlobalObject.h160 …virtual void putWithAttributes(ExecState*, const Identifier& propertyName, JSValue value, unsigned…
/external/webkit/Source/JavaScriptCore/debugger/
DDebuggerActivation.cpp64 void DebuggerActivation::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue… in putWithAttributes() function in JSC::DebuggerActivation
66 m_activation->putWithAttributes(exec, propertyName, value, attributes); in putWithAttributes()
DDebuggerActivation.h43 …virtual void putWithAttributes(ExecState*, const Identifier& propertyName, JSValue, unsigned attri…
/external/webkit/Source/WebCore/bindings/js/
DJSDOMWindowShell.cpp103 void JSDOMWindowShell::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue v… in putWithAttributes() function in WebCore::JSDOMWindowShell
105 m_window->putWithAttributes(exec, propertyName, value, attributes); in putWithAttributes()
DJSDOMWindowShell.h76 …virtual void putWithAttributes(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::JSValue,…
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.def273 ?putWithAttributes@JSGlobalObject@JSC@@UAEXPAVExecState@2@ABVIdentifier@2@VJSValue@2@I@Z
274 ?putWithAttributes@JSObject@JSC@@UAEXPAVExecState@2@ABVIdentifier@2@VJSValue@2@I@Z
275 …?putWithAttributes@JSObject@JSC@@UAEXPAVExecState@2@ABVIdentifier@2@VJSValue@2@I_NAAVPutPropertySl…
276 ?putWithAttributes@JSObject@JSC@@UAEXPAVExecState@2@IVJSValue@2@I@Z
277 ?putWithAttributes@JSObject@JSC@@UAEXPAVJSGlobalData@2@ABVIdentifier@2@VJSValue@2@I@Z
278 …?putWithAttributes@JSObject@JSC@@UAEXPAVJSGlobalData@2@ABVIdentifier@2@VJSValue@2@I_NAAVPutPropert…
279 ?putWithAttributes@JSObject@JSC@@UAEXPAVJSGlobalData@2@IVJSValue@2@I@Z
/external/webkit/Source/JavaScriptCore/API/
DJSObjectRef.cpp277 jsObject->putWithAttributes(exec, name, jsValue, attributes); in JSObjectSetProperty()
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp307 …globalObject->putWithAttributes(exec, function->ident(), new (exec) JSFunction(exec, makeFunction(… in BytecodeGenerator()
315 globalObject->putWithAttributes(exec, *varStack[i].first, jsUndefined(), attributes); in BytecodeGenerator()
/external/webkit/Source/JavaScriptCore/
DChangeLog1153 (JSC::JSGlobalObject::putWithAttributes):
6514 (JSC::JSActivation::putWithAttributes):
6519 (JSC::JSGlobalObject::putWithAttributes):
6529 (JSC::JSStaticScopeObject::putWithAttributes):
DChangeLog-2009-06-161772 (JSC::JSActivation::putWithAttributes):
1779 (JSC::JSGlobalObject::putWithAttributes):
1787 (JSC::JSObject::putWithAttributes):
6115 (JSC::DebuggerActivation::putWithAttributes):
6447 (JSC::JSActivation::putWithAttributes):
6526 (JSC::JSGlobalObject::putWithAttributes):
6648 (JSC::JSObject::putWithAttributes):
6690 (JSC::JSStaticScopeObject::putWithAttributes):
12100 (JSC::DebuggerActivation::putWithAttributes):
14763 (JSC::JSActivation::putWithAttributes):
[all …]
DChangeLog-2008-08-1022 (KJS::JSActivation::putWithAttributes):
24 (KJS::JSGlobalObject::putWithAttributes):
811 (KJS::JSStaticScopeObject::putWithAttributes):
5677 (KJS::JSObject::putWithAttributes):
8804 properties whose names collide with new functions. (Don't use putWithAttributes
17627 Call the new putWithAttributes method instead of relying on lower-level calls.
17633 (KJS::JSGlobalObject::putWithAttributes):
17638 (KJS::ActivationImp::putWithAttributes):
17644 (KJS::JSObject::putWithAttributes):
17646 Rename initializeVariable to putWithAttributes and move it down to JSObject so it
DChangeLog-2011-02-1623108 (JSC::JSObject::putWithAttributes):
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1613846 (WebCore::JSDOMWindowShell::putWithAttributes):
57495 (WebCore::JSDOMWindowShell::putWithAttributes):
DChangeLog-2008-08-1030568 (WebCore::JSDOMWindowWrapper::putWithAttributes):