Lines Matching full:jscell
24 #include "JSCell.h"
79 bool JSCell::getUInt32(uint32_t&) const
84 bool JSCell::getString(ExecState* exec, UString&stringValue) const
92 UString JSCell::getString(ExecState* exec) const
97 JSObject* JSCell::getObject()
102 const JSObject* JSCell::getObject() const
107 CallType JSCell::getCallData(CallData&)
112 ConstructType JSCell::getConstructData(ConstructData&)
117 bool JSCell::getOwnPropertySlot(ExecState* exec, const Identifier& identifier, PropertySlot& slot)
129 bool JSCell::getOwnPropertySlot(ExecState* exec, unsigned identifier, PropertySlot& slot)
141 void JSCell::put(ExecState* exec, const Identifier& identifier, JSValue value, PutPropertySlot& slot)
146 void JSCell::put(ExecState* exec, unsigned identifier, JSValue value)
151 bool JSCell::deleteProperty(ExecState* exec, const Identifier& identifier)
156 bool JSCell::deleteProperty(ExecState* exec, unsigned identifier)
161 JSObject* JSCell::toThisObject(ExecState* exec) const
166 UString JSCell::toThisString(ExecState* exec) const
171 JSString* JSCell::toThisJSString(ExecState* exec)
176 const ClassInfo* JSCell::classInfo() const
181 JSValue JSCell::getJSNumber()
186 bool JSCell::isGetterSetter() const
191 JSValue JSCell::toPrimitive(ExecState*, PreferredPrimitiveType) const
197 bool JSCell::getPrimitiveNumber(ExecState*, double&, JSValue&)
203 bool JSCell::toBoolean(ExecState*) const
209 double JSCell::toNumber(ExecState*) const
215 UString JSCell::toString(ExecState*) const
221 JSObject* JSCell::toObject(ExecState*) const