Searched defs:toBoolean (Results 1 - 15 of 15) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
H A DStringObjectThatMasqueradesAsUndefined.h52 virtual bool toBoolean(ExecState*) const { return false; } function in class:JSC::StringObjectThatMasqueradesAsUndefined
H A DJSNotAnObject.cpp52 bool JSNotAnObject::toBoolean(ExecState* exec) const function in class:JSC::JSNotAnObject
H A DJSNumberCell.cpp45 bool JSNumberCell::toBoolean(ExecState*) const function in class:JSC::JSNumberCell
H A DJSCell.cpp203 bool JSCell::toBoolean(ExecState*) const function in class:JSC::JSCell
H A DJSString.cpp154 bool JSString::toBoolean(ExecState*) const function in class:JSC::JSString
H A DJSZombie.h53 virtual bool toBoolean(ExecState*) const { ASSERT_NOT_REACHED(); return false; } function in class:JSC::JSZombie
H A DJSCell.h87 virtual bool toBoolean(ExecState*) const;
273 inline bool JSValue::toBoolean(ExecState* exec) const function in class:JSC::JSValue
280 return asCell()->toBoolean(exec);
H A DJSImmediate.h271 static bool toBoolean(JSValue);
380 ALWAYS_INLINE bool JSImmediate::toBoolean(JSValue v) function in class:JSC::JSImmediate
387 ALWAYS_INLINE bool JSImmediate::toBoolean(JSValue v) function in class:JSC::JSImmediate
584 v = JSImmediate::toBoolean(asValue());
H A DJSObject.cpp455 bool JSObject::toBoolean(ExecState*) const function in class:JSC::JSObject
/external/webkit/WebCore/xml/
H A DXPathValue.cpp71 bool Value::toBoolean() const function in class:WebCore::XPath::Value
/external/emma/core/java12/com/vladium/util/
H A DProperty.java37 public static boolean toBoolean (final String value) method in class:Property
/external/webkit/JavaScriptCore/qt/api/
H A Dqscriptvalue.cpp375 bool QScriptValue::toBoolean() const function in class:QScriptValue
/external/webkit/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue_generated.cpp827 static QHash<QString, bool> toBoolean; local
828 if (toBoolean.isEmpty()) {
829 toBoolean.insert("QScriptValue()", false);
830 toBoolean.insert("QScriptValue(QScriptValue::UndefinedValue)", false);
831 toBoolean.insert("QScriptValue(QScriptValue::NullValue)", false);
832 toBoolean.insert("QScriptValue(true)", true);
833 toBoolean.insert("QScriptValue(false)", false);
834 toBoolean.insert("QScriptValue(int(122))", true);
835 toBoolean.insert("QScriptValue(uint(124))", true);
836 toBoolean
[all...]
/external/webkit/JavaScriptGlue/
H A DUserObjectImp.cpp209 bool UserObjectImp::toBoolean(ExecState *exec) const function in class:UserObjectImp
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 103 milliseconds