Searched refs:isNaN (Results 1 - 25 of 66) sorted by relevance

123

/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/GlobalObject/
H A D15.1.2.6.js24 ECMA Section: 15.1.2.6 isNaN( x )
27 the result isNaN and otherwise returns false.
36 var TITLE = "isNaN( x )";
51 array[item++] = new TestCase( SECTION, "isNaN.length", 1, isNaN.length );
52 array[item++] = new TestCase( SECTION, "var MYPROPS=''; for ( var p in isNaN ) { MYPROPS+= p }; MYPROPS", "", eval("var MYPROPS=''; for ( var p in isNaN ) { MYPROPS+= p }; MYPROPS") );
53 array[item++] = new TestCase( SECTION, "isNaN.length = null; isNaN.length", 1, eval("isNaN
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/Expressions/
H A Dregress-192288.js61 actual = isNaN(f());
66 actual = isNaN(f.apply(this));
71 actual = isNaN(eval("f.apply(this)"));
76 actual = isNaN(Function('return 0/0;')());
81 actual = isNaN(eval("Function('return 0/0;')()"));
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Date/
H A D15.9.4.3.js58 if ( isNaN(d.year) && 0 <= ToInteger(d.year) && d.year <= 99 ) {
62 if (isNaN(month) || isNaN(year) || isNaN(date) || isNaN(hours) ||
63 isNaN(minutes) || isNaN(seconds) || isNaN(ms) ) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_2/Statements/
H A Dwhile-002.js75 ( isNaN(object.whileExpression) && isNaN(expression) )
H A Dwhile-003.js76 ( isNaN(object.whileExpression) && isNaN(expression) )
H A Dtry-008.js39 if ( Math.floor(value) != value || isNaN(value) ) {
H A Dtry-001.js45 if ( Math.floor(value) != value || isNaN(value) ) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A Dminidom.js35 if (evalA == b || isNaN(evalA) && typeof evalA == 'number' && isNaN(b) && typeof b == 'number')
H A Dtestapi.js51 if (evalA == b || isNaN(evalA) && typeof evalA == 'number' && isNaN(b) && typeof b == 'number')
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/String/
H A D15.5.4.7-3.js121 if ( isNaN( position ) ) {
156 if ( isNaN(n) ) {
H A D15.5.4.7-1.js176 if ( isNaN( position ) ) {
211 if ( isNaN(n) ) {
H A D15.5.3.2-3.js98 if ( isNaN( num ) || num == 0 || num == Number.POSITIVE_INFINITY || num == Number.NEGATIVE_INFINITY ) {
H A D15.5.4.7-2.js175 if ( isNaN( position ) ) {
210 if ( isNaN(n) ) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/
H A Dshell.js584 if ( isNaN( hour ) || isNaN( min ) || isNaN( sec ) || isNaN( ms ) ) {
597 if ( isNaN(year) || isNaN(month) || isNaN(date) ) {
671 if ( isNaN( t ) ) {
683 if ( isNaN( t ) ){
H A Djsref.js541 if ( isNaN( hour ) || isNaN( min ) || isNaN( sec ) || isNaN( ms ) ) {
554 if ( isNaN(year) || isNaN(month) || isNaN(date) ) {
628 if ( isNaN( t ) ) {
640 if ( isNaN( t ) ){
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/Date/
H A Dshell.js533 if ( isNaN(hour) || isNaN(min) || isNaN(sec) || isNaN(ms) ){return Number.NaN;}
546 if ( isNaN(year) || isNaN(month) || isNaN(date)) {return Number.NaN;}
627 if ( isNaN( t )) {return ( Number.NaN);}
638 if ( isNaN( t )) {return ( Number.NaN);}
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DDecimal.h73 bool isNaN() const { return m_formatClass == ClassNaN; } function in class:WebCore::Decimal::EncodedData
128 bool isNaN() const { return m_data.isNaN(); } function in class:WebCore::Decimal
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/Regress/
H A Dregress-216320.js100 if(month>12||day>31||month<=0||day<=0||(isNaN(month)==true)||(isNaN(day)==true)||(isNaN(year)==true)){
137 if(month>12||day>31||month<=0||day<=0||(isNaN(month)==true)||(isNaN(day)==true)||(isNaN(year)==true)){
215 if(smon>12||sdy>31||smon<=0||sdy<=0||(isNaN(smon)==true)||(isNaN(sdy)==true)||(isNaN(syr)==true)){
220 if(emon>12||edy>31||emon<=0||edy<=0||(isNaN(emo
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Array/
H A D15.4.1.1.js50 if( isNaN(n) || n == 0 || n == Number.POSITIVE_INFINITY ||
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Statements/
H A D12.10-1.js149 this.isNaN = new Function( "return this.value" );
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DGoToLineDialog.js108 if (!isNaN(lineNumber) && lineNumber >= 0)
H A DStyleSheetOutlineDialog.js148 if (!isNaN(lineNumber) && lineNumber >= 0)
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_2/
H A Djsref.js502 if ( isNaN( hour ) || isNaN( min ) || isNaN( sec ) || isNaN( ms ) ) {
515 if ( isNaN(year) || isNaN(month) || isNaN(date) ) {
589 if ( isNaN( t ) ) {
601 if ( isNaN( t ) ){
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleFormatTest.java644 if (Double.isNaN(val)) {
645 assertTrue(Float.isNaN(in.readFloat()));
701 if (Double.isNaN(val)) {
702 assertTrue(Double.isNaN(in.readDouble()));
761 if (Double.isNaN(val)) {
762 assertTrue(Float.isNaN(in.readSortedFloat()));
818 if (Double.isNaN(val)) {
819 assertTrue(Double.isNaN(in.readSortedDouble()));
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ddigitlst.h296 UBool isNaN(void) const {return decNumberIsNaN(fDecNumber);} function in class:DigitList

Completed in 226 milliseconds

123