Home
last modified time | relevance | path

Searched refs:putDirect (Results 1 – 25 of 41) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/runtime/
DNativeErrorPrototype.cpp37 putDirect(exec->globalData(), exec->propertyNames().name, jsString(exec, nameAndMessage), 0); in NativeErrorPrototype()
38 putDirect(exec->globalData(), exec->propertyNames().message, jsString(exec, nameAndMessage), 0); in NativeErrorPrototype()
39 putDirect(exec->globalData(), exec->propertyNames().constructor, constructor, DontEnum); in NativeErrorPrototype()
DJSFunction.cpp70putDirect(exec->globalData(), exec->globalData().propertyNames->name, jsString(exec, name.isNull()… in JSFunction()
71putDirect(exec->globalData(), exec->propertyNames().length, jsNumber(length), DontDelete | ReadOnl… in JSFunction()
83putDirect(exec->globalData(), exec->globalData().propertyNames->name, jsString(exec, name.isNull()… in JSFunction()
84putDirect(exec->globalData(), exec->propertyNames().length, jsNumber(length), DontDelete | ReadOnl… in JSFunction()
94putDirect(exec->globalData(), exec->globalData().propertyNames->name, jsString(exec, name.isNull()… in JSFunction()
191 … prototype->putDirect(exec->globalData(), exec->propertyNames().constructor, this, DontEnum); in getOwnPropertySlot()
192putDirect(exec->globalData(), exec->propertyNames().prototype, prototype, DontDelete | DontEnum); in getOwnPropertySlot()
DErrorInstance.cpp33 putDirect(*globalData, globalData->propertyNames->message, jsString(globalData, "")); in ErrorInstance()
41 putDirect(*globalData, globalData->propertyNames->message, jsString(globalData, message)); in ErrorInstance()
DNativeErrorConstructor.cpp42putDirect(exec->globalData(), exec->propertyNames().length, jsNumber(1), DontDelete | ReadOnly | D… in NativeErrorConstructor()
43putDirect(exec->globalData(), exec->propertyNames().prototype, prototype, DontDelete | ReadOnly | … in NativeErrorConstructor()
DObjectConstructor.cpp153 …description->putDirect(exec->globalData(), exec->propertyNames().value, descriptor.value() ? descr… in objectConstructorGetOwnPropertyDescriptor()
154 …description->putDirect(exec->globalData(), exec->propertyNames().writable, jsBoolean(descriptor.wr… in objectConstructorGetOwnPropertyDescriptor()
156 …description->putDirect(exec->globalData(), exec->propertyNames().get, descriptor.getter() ? descri… in objectConstructorGetOwnPropertyDescriptor()
157 …description->putDirect(exec->globalData(), exec->propertyNames().set, descriptor.setter() ? descri… in objectConstructorGetOwnPropertyDescriptor()
160 …description->putDirect(exec->globalData(), exec->propertyNames().enumerable, jsBoolean(descriptor.… in objectConstructorGetOwnPropertyDescriptor()
161 …description->putDirect(exec->globalData(), exec->propertyNames().configurable, jsBoolean(descripto… in objectConstructorGetOwnPropertyDescriptor()
DJSObject.h179 …bool putDirect(JSGlobalData&, const Identifier& propertyName, JSValue, unsigned attr, bool checkRe…
180 void putDirect(JSGlobalData&, const Identifier& propertyName, JSValue, unsigned attr = 0);
181 bool putDirect(JSGlobalData&, const Identifier& propertyName, JSValue, PutPropertySlot&);
686 inline bool JSObject::putDirect(JSGlobalData& globalData, const Identifier& propertyName, JSValue v… in putDirect() function
694 inline void JSObject::putDirect(JSGlobalData& globalData, const Identifier& propertyName, JSValue v… in putDirect() function
700 inline bool JSObject::putDirect(JSGlobalData& globalData, const Identifier& propertyName, JSValue v… in putDirect() function
807 inline void JSValue::putDirect(ExecState* exec, const Identifier& propertyName, JSValue value, PutP… in putDirect() function
810 …if (!asObject(asCell())->putDirect(exec->globalData(), propertyName, value, slot) && slot.isStrict… in putDirect()
DInternalFunction.cpp48putDirect(*globalData, globalData->propertyNames->name, jsString(globalData, name.isNull() ? "" : … in InternalFunction()
DJSByteArray.cpp42putDirect(exec->globalData(), exec->globalData().propertyNames->length, jsNumber(m_storage->length… in JSByteArray()
DArguments.cpp284 putDirect(exec->globalData(), propertyName, value, DontEnum); in put()
291 putDirect(exec->globalData(), propertyName, value, DontEnum); in put()
DJSActivation.cpp168 putDirect(exec->globalData(), propertyName, value, 0, true, slot); in put()
DLookup.h317 thisObj->putDirect(exec->globalData(), propertyName, value); in lookupPut()
DJSValue.h211 void putDirect(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
/external/webkit/Source/WebCore/bindings/js/
DJSDeviceMotionEventCustom.cpp117 …object->putDirect(exec->globalData(), Identifier(exec, "x"), acceleration->canProvideX() ? jsNumbe… in createAccelerationObject()
118 …object->putDirect(exec->globalData(), Identifier(exec, "y"), acceleration->canProvideY() ? jsNumbe… in createAccelerationObject()
119 …object->putDirect(exec->globalData(), Identifier(exec, "z"), acceleration->canProvideZ() ? jsNumbe… in createAccelerationObject()
126 …object->putDirect(exec->globalData(), Identifier(exec, "alpha"), rotationRate->canProvideAlpha() ?… in createRotationRateObject()
127 …object->putDirect(exec->globalData(), Identifier(exec, "beta"), rotationRate->canProvideBeta() ?… in createRotationRateObject()
128 …object->putDirect(exec->globalData(), Identifier(exec, "gamma"), rotationRate->canProvideGamma() ?… in createRotationRateObject()
DScriptObject.cpp65 …scriptState->lexicalGlobalObject()->putDirect(scriptState->globalData(), Identifier(scriptState, n… in set()
74 …globalObject->putDirect(scriptState->globalData(), Identifier(scriptState, name), toJS(scriptState… in set()
82 …globalObject->putDirect(scriptState->globalData(), Identifier(scriptState, name), toJS(scriptState… in set()
DJSAudioConstructor.cpp46putDirect(exec->globalData(), exec->propertyNames().prototype, JSHTMLAudioElementPrototype::self(e… in JSAudioConstructor()
47putDirect(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly | DontDelete | D… in JSAudioConstructor()
DJSOptionConstructor.cpp42putDirect(exec->globalData(), exec->propertyNames().prototype, JSHTMLOptionElementPrototype::self(… in JSOptionConstructor()
43putDirect(exec->globalData(), exec->propertyNames().length, jsNumber(4), ReadOnly | DontDelete | D… in JSOptionConstructor()
DJSImageDataCustom.cpp52 …wrapper->putDirect(exec->globalData(), dataName, new (exec) JSByteArray(exec, cpaStructure.get(), … in toJS()
DJSSQLResultSetRowListCustom.cpp77 …object->putDirect(exec->globalData(), Identifier(exec, stringToUString(m_impl->columnNames()[i])),… in item()
DJSImageConstructor.cpp41putDirect(exec->globalData(), exec->propertyNames().prototype, JSHTMLImageElementPrototype::self(e… in JSImageConstructor()
DJSHTMLDocumentCustom.cpp99 putDirect(exec->globalData(), Identifier(exec, "all"), value); in setAll()
/external/webkit/Source/JavaScriptCore/dfg/
DDFGOperations.cpp186 JSValue::decode(encodedBase).putDirect(exec, *identifier, JSValue::decode(encodedValue), slot); in operationPutByIdDirectStrict()
192 JSValue::decode(encodedBase).putDirect(exec, *identifier, JSValue::decode(encodedValue), slot); in operationPutByIdDirectNonStrict()
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
DJSTestSerializedScriptValueInterface.cpp88putDirect(exec->globalData(), exec->propertyNames().prototype, JSTestSerializedScriptValueInterfac… in JSTestSerializedScriptValueInterfaceConstructor()
DJSTestMediaQueryListListener.cpp87putDirect(exec->globalData(), exec->propertyNames().prototype, JSTestMediaQueryListListenerPrototy… in JSTestMediaQueryListListenerConstructor()
DJSTestInterface.cpp88putDirect(exec->globalData(), exec->propertyNames().prototype, JSTestInterfacePrototype::self(exec… in JSTestInterfaceConstructor()
/external/webkit/Source/JavaScriptCore/API/
DJSCallbackObjectFunctions.h237 …JSCallbackObject<Base>::putDirect(exec->globalData(), propertyName, value); // put as override pro… in put()
564 thisObj->putDirect(exec->globalData(), propertyName, o, entry->attributes); in staticFunctionGetter()

12