Home
last modified time | relevance | path

Searched refs:isBoolean (Results 1 – 25 of 45) sorted by relevance

12

/external/webkit/Source/WebCore/xml/
DXPathPredicate.cpp141 if (rhs.isBoolean()) { in compare()
163 if (lhs.isBoolean()) in compare()
173 if (lhs.isBoolean() || rhs.isBoolean()) in compare()
DXPathValue.h77 bool isBoolean() const { return m_type == BooleanValue; } in isBoolean() function
/external/clang/lib/Analysis/
DBodyFarm.cpp283 bool isBoolean = ResultTy->isBooleanType(); in create_OSAtomicCompareAndSwap() local
284 if (!isBoolean && !ResultTy->isIntegralType(C)) in create_OSAtomicCompareAndSwap()
325 Expr *RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal) in create_OSAtomicCompareAndSwap()
332 RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal) in create_OSAtomicCompareAndSwap()
/external/webkit/Source/JavaScriptCore/runtime/
DJSValue.cpp88 if (isBoolean()) in synthesizeObject()
101 if (isBoolean()) in synthesizePrototype()
DJSValueInlineMethods.h348 inline bool JSValue::isBoolean() const in isBoolean() function
355 ASSERT(isBoolean()); in getBoolean()
478 inline bool JSValue::isBoolean() const in isBoolean() function
DBooleanPrototype.cpp76 if (thisValue.isBoolean()) in booleanProtoFuncValueOf()
DOperations.cpp65 if (v.isBoolean()) in jsTypeStringForValue()
DOperations.h300 if (v1.isBoolean()) { in equalSlowCaseInline()
303 } else if (v2.isBoolean()) { in equalSlowCaseInline()
DJSValue.h157 bool isBoolean() const;
/external/v8/test/mjsunit/
Dmirror-boolean.js43 assertTrue(mirror.isBoolean());
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
Dtst_qscriptvalue_generated_istype.cpp251 void tst_QScriptValue::isBoolean() in isBoolean() function in tst_QScriptValue
255 QCOMPARE(value.isBoolean(), expected); in isBoolean()
256 QCOMPARE(value.isBoolean(), expected); in isBoolean()
Dtst_qscriptvalue.h77 void isBoolean();
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/
Dantlr.js279 isBoolean: function(o) {
482 return (l.isObject(o) || l.isString(o) || l.isNumber(o) || l.isBoolean(o));
/external/webkit/Source/WebCore/bindings/js/
DJSSVGLengthCustom.cpp53 if (!value.isUndefinedOrNull() && !value.isNumber() && !value.isBoolean()) { in setValue()
DScriptValue.cpp122 if (value.isBoolean()) in jsToInspectorValue()
/external/webkit/Source/JavaScriptCore/API/
DJSValueRef.cpp60 if (jsValue.isBoolean()) in JSValueGetType()
94 return jsValue.isBoolean(); in JSValueIsBoolean()
/external/webkit/Source/WebCore/bridge/c/
Dc_utility.cpp82 } else if (value.isBoolean()) { in convertValueToNPVariant()
/external/webkit/Source/JavaScriptCore/qt/api/
Dqscriptvalue.h107 bool isBoolean() const;
Dqscriptvalue.cpp255 bool QScriptValue::isBoolean() const in isBoolean() function in QScriptValue
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNPRuntimeObjectMap.cpp159 if (value.isBoolean()) { in convertJSValueToNPVariant()
/external/webkit/Source/JavaScriptGlue/
DJSUtils.cpp209 if (inValue.isBoolean()) in KJSValueToCFTypeInternal()
/external/webkit/Source/WebCore/bridge/jni/jsc/
DJNIUtilityPrivate.cpp233 } else if (value.isBoolean()) { in convertValueToJValue()
/external/webkit/Source/WebCore/bridge/objc/
Dobjc_utility.mm134 if (value.isNumber() || value.isString() || value.isBoolean())
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
Dtst_qscriptengine.cpp728 QVERIFY(ret.isBoolean()); in newDate()
/external/webkit/Source/JavaScriptCore/qt/
DChangeLog94 (tst_QScriptValue::isBoolean):

12