Searched refs:valueOf (Results 226 - 232 of 232) sorted by relevance

12345678910

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Date/
H A Dshell.js234 var TIME_NOW = now.valueOf(); //valueOf() is to accurate to the millisecond
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java792 return Integer.valueOf(i);
813 return Integer.valueOf(i);
H A DEvolveClasses.java.original1155 BigInteger ff = BigInteger.valueOf(88);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DStringPrototype.cpp100 JSC_NATIVE_INTRINSIC_FUNCTION(vm.propertyNames->valueOf, stringProtoFuncToString, DontEnum, 0, StringPrototypeValueOfIntrinsic);
685 // Also used for valueOf.
H A DJSObject.cpp1383 // Prevent "toString" and "valueOf" from observing execution if an exception
1412 value = callDefaultValueFunction(exec, object, exec->propertyNames().valueOf);
1416 JSValue value = callDefaultValueFunction(exec, object, exec->propertyNames().valueOf);
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGFixupPhase.cpp1361 // used in both numeric contexts (that would call valueOf()) and string contexts
1365 if (!isStringPrototypeMethodSane(stringPrototypeStructure, vm().propertyNames->valueOf.impl()))
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.c110 transform, valueOf, variable, when, withParam enumerator in enum:__anon13042
671 case 'v': SET_TAG(node,name,"value-of", valueOf);
4961 case valueOf:
4974 TRACE1("valueOf: str='%s' \n", str);
4980 TRACE1("valueOf: xpathString='%s' \n", str);

Completed in 260 milliseconds

12345678910