Searched defs:toBoolean (Results 1 – 13 of 13) sorted by relevance
52 virtual bool toBoolean(ExecState*) const { return false; } in toBoolean() function
52 bool JSNotAnObject::toBoolean(ExecState* exec) const in toBoolean() function in JSC::JSNotAnObject
188 bool JSCell::toBoolean(ExecState*) const in toBoolean() function in JSC::JSCell
54 virtual bool toBoolean(ExecState*) const { ASSERT_NOT_REACHED(); return false; } in toBoolean() function
241 bool JSString::toBoolean(ExecState*) const in toBoolean() function in JSC::JSString
287 inline bool JSValue::toBoolean(ExecState* exec) const in toBoolean() function
468 bool JSObject::toBoolean(ExecState*) const in toBoolean() function in JSC::JSObject
71 bool Value::toBoolean() const in toBoolean() function in WebCore::XPath::Value
246 bool CppVariant::toBoolean() const in toBoolean() function in CppVariant
901 void tst_QScriptValue::toBoolean() in toBoolean() function in tst_QScriptValue
37 public static boolean toBoolean (final String value) in toBoolean() method in Property
204 bool UserObjectImp::toBoolean(ExecState *exec) const in toBoolean() function in UserObjectImp
418 bool QScriptValue::toBoolean() const in toBoolean() function in QScriptValue