/external/webkit/Source/JavaScriptCore/runtime/ |
D | NativeErrorPrototype.cpp | 37 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()
|
D | JSFunction.cpp | 70 …putDirect(exec->globalData(), exec->globalData().propertyNames->name, jsString(exec, name.isNull()… in JSFunction() 71 …putDirect(exec->globalData(), exec->propertyNames().length, jsNumber(length), DontDelete | ReadOnl… in JSFunction() 83 …putDirect(exec->globalData(), exec->globalData().propertyNames->name, jsString(exec, name.isNull()… in JSFunction() 84 …putDirect(exec->globalData(), exec->propertyNames().length, jsNumber(length), DontDelete | ReadOnl… in JSFunction() 94 …putDirect(exec->globalData(), exec->globalData().propertyNames->name, jsString(exec, name.isNull()… in JSFunction() 191 … prototype->putDirect(exec->globalData(), exec->propertyNames().constructor, this, DontEnum); in getOwnPropertySlot() 192 … putDirect(exec->globalData(), exec->propertyNames().prototype, prototype, DontDelete | DontEnum); in getOwnPropertySlot()
|
D | ErrorInstance.cpp | 33 putDirect(*globalData, globalData->propertyNames->message, jsString(globalData, "")); in ErrorInstance() 41 putDirect(*globalData, globalData->propertyNames->message, jsString(globalData, message)); in ErrorInstance()
|
D | NativeErrorConstructor.cpp | 42 …putDirect(exec->globalData(), exec->propertyNames().length, jsNumber(1), DontDelete | ReadOnly | D… in NativeErrorConstructor() 43 …putDirect(exec->globalData(), exec->propertyNames().prototype, prototype, DontDelete | ReadOnly | … in NativeErrorConstructor()
|
D | ObjectConstructor.cpp | 153 …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()
|
D | JSObject.h | 179 …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()
|
D | InternalFunction.cpp | 48 …putDirect(*globalData, globalData->propertyNames->name, jsString(globalData, name.isNull() ? "" : … in InternalFunction()
|
D | JSByteArray.cpp | 42 …putDirect(exec->globalData(), exec->globalData().propertyNames->length, jsNumber(m_storage->length… in JSByteArray()
|
D | Arguments.cpp | 284 putDirect(exec->globalData(), propertyName, value, DontEnum); in put() 291 putDirect(exec->globalData(), propertyName, value, DontEnum); in put()
|
D | JSActivation.cpp | 168 putDirect(exec->globalData(), propertyName, value, 0, true, slot); in put()
|
D | Lookup.h | 317 thisObj->putDirect(exec->globalData(), propertyName, value); in lookupPut()
|
D | JSValue.h | 211 void putDirect(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSDeviceMotionEventCustom.cpp | 117 …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()
|
D | ScriptObject.cpp | 65 …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()
|
D | JSAudioConstructor.cpp | 46 …putDirect(exec->globalData(), exec->propertyNames().prototype, JSHTMLAudioElementPrototype::self(e… in JSAudioConstructor() 47 …putDirect(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly | DontDelete | D… in JSAudioConstructor()
|
D | JSOptionConstructor.cpp | 42 …putDirect(exec->globalData(), exec->propertyNames().prototype, JSHTMLOptionElementPrototype::self(… in JSOptionConstructor() 43 …putDirect(exec->globalData(), exec->propertyNames().length, jsNumber(4), ReadOnly | DontDelete | D… in JSOptionConstructor()
|
D | JSImageDataCustom.cpp | 52 …wrapper->putDirect(exec->globalData(), dataName, new (exec) JSByteArray(exec, cpaStructure.get(), … in toJS()
|
D | JSSQLResultSetRowListCustom.cpp | 77 …object->putDirect(exec->globalData(), Identifier(exec, stringToUString(m_impl->columnNames()[i])),… in item()
|
D | JSImageConstructor.cpp | 41 …putDirect(exec->globalData(), exec->propertyNames().prototype, JSHTMLImageElementPrototype::self(e… in JSImageConstructor()
|
D | JSHTMLDocumentCustom.cpp | 99 putDirect(exec->globalData(), Identifier(exec, "all"), value); in setAll()
|
/external/webkit/Source/JavaScriptCore/dfg/ |
D | DFGOperations.cpp | 186 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/ |
D | JSTestSerializedScriptValueInterface.cpp | 88 …putDirect(exec->globalData(), exec->propertyNames().prototype, JSTestSerializedScriptValueInterfac… in JSTestSerializedScriptValueInterfaceConstructor()
|
D | JSTestMediaQueryListListener.cpp | 87 …putDirect(exec->globalData(), exec->propertyNames().prototype, JSTestMediaQueryListListenerPrototy… in JSTestMediaQueryListListenerConstructor()
|
D | JSTestInterface.cpp | 88 …putDirect(exec->globalData(), exec->propertyNames().prototype, JSTestInterfacePrototype::self(exec… in JSTestInterfaceConstructor()
|
/external/webkit/Source/JavaScriptCore/API/ |
D | JSCallbackObjectFunctions.h | 237 …JSCallbackObject<Base>::putDirect(exec->globalData(), propertyName, value); // put as override pro… in put() 564 thisObj->putDirect(exec->globalData(), propertyName, o, entry->attributes); in staticFunctionGetter()
|