Home
last modified time | relevance | path

Searched defs:toBoolean (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DStringObjectThatMasqueradesAsUndefined.h52 virtual bool toBoolean(ExecState*) const { return false; } in toBoolean() function
DJSNotAnObject.cpp52 bool JSNotAnObject::toBoolean(ExecState* exec) const in toBoolean() function in JSC::JSNotAnObject
DJSCell.cpp188 bool JSCell::toBoolean(ExecState*) const in toBoolean() function in JSC::JSCell
DJSZombie.h54 virtual bool toBoolean(ExecState*) const { ASSERT_NOT_REACHED(); return false; } in toBoolean() function
DJSString.cpp241 bool JSString::toBoolean(ExecState*) const in toBoolean() function in JSC::JSString
DJSCell.h287 inline bool JSValue::toBoolean(ExecState* exec) const in toBoolean() function
DJSObject.cpp468 bool JSObject::toBoolean(ExecState*) const in toBoolean() function in JSC::JSObject
/external/webkit/Source/WebCore/xml/
DXPathValue.cpp71 bool Value::toBoolean() const in toBoolean() function in WebCore::XPath::Value
/external/webkit/Tools/DumpRenderTree/chromium/
DCppVariant.cpp246 bool CppVariant::toBoolean() const in toBoolean() function in CppVariant
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
Dtst_qscriptvalue_generated_totype.cpp901 void tst_QScriptValue::toBoolean() in toBoolean() function in tst_QScriptValue
/external/emma/core/java12/com/vladium/util/
DProperty.java37 public static boolean toBoolean (final String value) in toBoolean() method in Property
/external/webkit/Source/JavaScriptGlue/
DUserObjectImp.cpp204 bool UserObjectImp::toBoolean(ExecState *exec) const in toBoolean() function in UserObjectImp
/external/webkit/Source/JavaScriptCore/qt/api/
Dqscriptvalue.cpp418 bool QScriptValue::toBoolean() const in toBoolean() function in QScriptValue