Searched refs:toInteger (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue.h116 void toInteger();
H A Dtst_qscriptvalue_generated_totype.cpp1079 void tst_QScriptValue::toInteger() function in class:tst_QScriptValue
1084 QVERIFY(qIsInf(value.toInteger()));
1085 QVERIFY(qIsInf(value.toInteger()));
1088 QCOMPARE(value.toInteger(), expected);
1089 QCOMPARE(value.toInteger(), expected);
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptvalue/
H A Dtst_qscriptvalue.cpp78 void toInteger();
337 void tst_QScriptValue::toInteger() function in class:tst_QScriptValue
341 value.toInteger();
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalue.cpp389 \sa isNumber(), toInteger(), toInt32(), toUInt32(), toUInt16()
435 qsreal QScriptValue::toInteger() const function in class:QScriptValue
437 return d_ptr->toInteger();
H A Dqscriptvalue.h122 qsreal toInteger() const;
H A Dqscriptvalue_p.h111 inline qsreal toInteger() const;
572 qsreal QScriptValuePrivate::toInteger() const function in class:QScriptValuePrivate
584 qsreal result = toInteger();
586 // some of these operation are invoked in toInteger subcall.
594 qsreal result = toInteger();
596 // some of these operation are invoked in toInteger subcall.
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSValue.cpp42 double JSValue::toInteger(ExecState* exec) const function in class:JSC::JSValue
H A DRegExpObject.cpp161 double doubleLastIndex = jsLastIndex.toInteger(exec);
H A DNumberPrototype.cpp87 double asDouble = argument0.toInteger(exec);
217 radix = static_cast<int>(radixValue.toInteger(exec)); // nan -> 0
H A DStringPrototype.cpp498 double dpos = a0.toInteger(exec);
518 double dpos = a0.toInteger(exec);
555 double dpos = a1.toInteger(exec);
687 double start = a0.toInteger(exec);
688 double end = a1.isUndefined() ? len : a1.toInteger(exec);
786 double start = a0.toInteger(exec);
787 double length = a1.isUndefined() ? len : a1.toInteger(exec);
H A DJSValue.h192 double toInteger(ExecState*) const;
H A DArrayPrototype.cpp157 double indexDouble = value.toInteger(exec);
568 double deleteDouble = exec->argument(1).toInteger(exec);
1116 double fromDouble = fromValue.toInteger(exec);
/external/webkit/Source/JavaScriptGlue/
H A DJSUtils.cpp226 double number2 = (double)inValue.toInteger(exec);
/external/webkit/Source/JavaScriptCore/assembler/
H A DARMv7Assembler.h1894 VFPOperand vcvtOp(bool toInteger, bool isUnsigned, bool isRoundZero) argument
1897 ASSERT(toInteger || !isRoundZero);
1900 if (toInteger) {
1901 // opc2 indicates both toInteger & isUnsigned.
/external/llvm/unittests/ADT/
H A DAPFloatTest.cpp350 TEST(APFloatTest, toInteger) {
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestObj.cpp637 imp->setLongLongAttr(static_cast<long long>(value.toInteger(exec)));
644 imp->setUnsignedLongLongAttr(static_cast<unsigned long long>(value.toInteger(exec)));

Completed in 159 milliseconds