Searched defs:isBoolean (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/xml/
H A DXPathValue.h77 bool isBoolean() const { return m_type == BooleanValue; } function in class:WebCore::XPath::Value
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue_generated_istype.cpp251 void tst_QScriptValue::isBoolean() function in class:tst_QScriptValue
255 QCOMPARE(value.isBoolean(), expected);
256 QCOMPARE(value.isBoolean(), expected);
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalue.cpp255 bool QScriptValue::isBoolean() const function in class:QScriptValue
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSValueInlineMethods.h348 inline bool JSValue::isBoolean() const function in class:JSC::JSValue
355 ASSERT(isBoolean());
478 inline bool JSValue::isBoolean() const function in class:JSC::JSValue
/external/v8/src/
H A Dd8.js2436 return this.isUndefined() || this.isNull() || this.isBoolean() ||
2472 ProtocolValue.prototype.isBoolean = function() {
H A Dmirror-debugger.js265 Mirror.prototype.isBoolean = function() {
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 155 milliseconds