Home
last modified time | relevance | path

Searched refs:toObject (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/JavaScriptCore/runtime/
DJSCell.cpp122 JSObject* object = toObject(exec); in getOwnPropertySlot()
134 JSObject* object = toObject(exec); in getOwnPropertySlot()
143 toObject(exec)->put(exec, identifier, value, slot); in put()
148 toObject(exec)->put(exec, identifier, value); in put()
153 return toObject(exec)->deleteProperty(exec, identifier); in deleteProperty()
158 return toObject(exec)->deleteProperty(exec, identifier); in deleteProperty()
163 return toObject(exec); in toThisObject()
221 JSObject* JSCell::toObject(ExecState*) const in toObject() function in JSC::JSCell
DJSCell.h90 virtual JSObject* toObject(ExecState*) const;
318 inline JSObject* JSValue::toObject(ExecState* exec) const in toObject() function
320 return isCell() ? asCell()->toObject(exec) : toObjectSlowCase(exec); in toObject()
DJSNumberCell.cpp65 JSObject* JSNumberCell::toObject(ExecState* exec) const in toObject() function in JSC::JSNumberCell
DCompletion.cpp59 …isValue || thisValue.isUndefinedOrNull()) ? exec->dynamicGlobalObject() : thisValue.toObject(exec); in evaluate()
DArrayPrototype.cpp234 JSObject* o = element.toObject(exec); in arrayProtoFuncToLocaleString()
297 JSObject* curObject = curArg.toObject(exec); in arrayProtoFuncConcat()
589 …* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObject(exec); in arrayProtoFuncFilter()
647 …* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObject(exec); in arrayProtoFuncMap()
704 …* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObject(exec); in arrayProtoFuncEvery()
760 …* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObject(exec); in arrayProtoFuncForEach()
805 …* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObject(exec); in arrayProtoFuncSome()
DJSNotAnObject.h78 virtual JSObject* toObject(ExecState*) const;
DJSZombie.h56 virtual JSObject* toObject(ExecState*) const { ASSERT_NOT_REACHED(); return 0; } in toObject() function
DJSNotAnObject.cpp70 JSObject* JSNotAnObject::toObject(ExecState* exec) const in toObject() function in JSC::JSNotAnObject
DJSString.cpp184 JSObject* JSString::toObject(ExecState* exec) const in toObject() function in JSC::JSString
DJSObject.h133 virtual JSObject* toObject(ExecState*) const;
235 using JSCell::toObject;
DJSNumberCell.h63 virtual JSObject* toObject(ExecState*) const;
DObjectConstructor.cpp69 return arg.toObject(exec); in constructObject()
DJSObject.cpp476 JSObject* JSObject::toObject(ExecState*) const in toObject() function in JSC::JSObject
DJSString.h345 virtual JSObject* toObject(ExecState*) const;
DJSValue.h162 JSObject* toObject(ExecState*) const;
/external/webkit/JavaScriptGlue/
DJSValueWrapper.cpp77 JSObject* object = ptr->GetValue().toObject(exec); in JSObjectCopyPropertyNames()
112 …JSValue propValue = ptr->GetValue().toObject(exec)->get(exec, CFStringToIdentifier(propertyName, e… in JSObjectCopyProperty()
136 JSObject *objValue = ptr->GetValue().toObject(exec); in JSObjectSetProperty()
153 JSObject* ksjThisObj = value.toObject(exec); in JSObjectCallFunction()
154 JSObject* objValue = ptr->GetValue().toObject(exec); in JSObjectCallFunction()
DUserObjectImp.cpp145 JSObject* kjsObject = kjsValue.toObject(exec); in getOwnPropertySlot()
175 JSUserObject* jsObjPtr = KJSValueToJSObject(toObject(exec), exec); in toPrimitive()
212 JSUserObject* jsObjPtr = KJSValueToJSObject(toObject(exec), exec); in toBoolean()
292 JSUserObject* jsObjPtr = KJSValueToJSObject(toObject(exec), exec); in toNumber()
326 JSUserObject* jsObjPtr = KJSValueToJSObject(toObject(exec), exec); in toString()
DJSUtils.cpp250 JSObject *object = inValue.toObject(exec); in KJSValueToCFTypeInternal()
/external/webkit/WebCore/bridge/qt/
Dqt_runtime.cpp130 JSObject *object = val.toObject(exec); in valueRealType()
154 object = value.toObject(exec); in convertValueToQVariant()
642 JSObject* object = value.toObject(exec); in convertValueToQVariant()
1503 funcObject = args.at(0).toObject(exec); in call()
1513 thisObject = args.at(0).toObject(exec); in call()
1516 JSObject *asObj = args.at(1).toObject(exec); in call()
1529 JSObject* asFuncObj = val.toObject(exec); in call()
/external/webkit/WebCore/bindings/js/
DJSGeolocationCustom.cpp84 JSObject* object = value.toObject(exec); in createPositionOptions()
DJSDOMBinding.cpp650 return static_cast<DateInstance*>(value.toObject(exec))->internalNumber(); in valueToDate()
656 JSObject* exceptionObject = exception.toObject(exec); in reportException()
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.def277 ?toObject@JSCell@JSC@@UBEPAVJSObject@2@PAVExecState@2@@Z
278 ?toObject@JSObject@JSC@@UBEPAV12@PAVExecState@2@@Z
279 ?toObject@JSString@JSC@@EBEPAVJSObject@2@PAVExecState@2@@Z
/external/webkit/JavaScriptCore/API/
DJSValueRef.cpp281 JSObjectRef objectRef = toRef(jsValue.toObject(exec)); in JSValueToObject()
/external/webkit/JavaScriptCore/jit/
DJITStubs.cpp1597 JSObject* baseObj = stackFrame.args[0].jsValue().toObject(callFrame); in DEFINE_STUB_FUNCTION()
2820 JSObject* o = stackFrame.args[0].jsValue().toObject(stackFrame.callFrame); in DEFINE_STUB_FUNCTION()
3059 JSObject* baseObj = baseValue.toObject(callFrame); // may throw in DEFINE_STUB_FUNCTION()
3161 return JSValue::encode(stackFrame.args[0].jsValue().toObject(callFrame)); in DEFINE_STUB_FUNCTION()
/external/webkit/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js1006 this._object = Object.isHash(object) ? object.toObject() : Object.clone(object);
1034 toObject: function() {
1083 return Object.toJSON(this.toObject());
1092 Hash.prototype.toTemplateReplacements = Hash.prototype.toObject;
1186 this.options.parameters = this.options.parameters.toObject();

12