nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/Functions.properties
changeset 40575 e49bc2deb2f0
parent 39899 b3d60e304c3e
child 41142 a48be9ca03ba
equal deleted inserted replaced
40519:e17429a7e843 40575:e49bc2deb2f0
   171 String.prototype.toUpperCase=returns a new string representing the calling string value converted to upper case
   171 String.prototype.toUpperCase=returns a new string representing the calling string value converted to upper case
   172 
   172 
   173 String.prototype.toLocaleUpperCase=returns a new string representing the calling string value converted to upper case according to any locale specific case mappings
   173 String.prototype.toLocaleUpperCase=returns a new string representing the calling string value converted to upper case according to any locale specific case mappings
   174 
   174 
   175 String.prototype.trim=returns a new string representing the calling string with white space removed from both ends
   175 String.prototype.trim=returns a new string representing the calling string with white space removed from both ends
       
   176 
       
   177 Boolean.prototype.toString=returns string representation of specified Boolean object
       
   178 
       
   179 Boolean.prototype.valueOf=returns the primitive value of the specified Boolean object
       
   180 
       
   181 Number.prototype.toString=returns string representation of specified object in the specified radix
       
   182 
       
   183 Number.prototype.toLocaleString=returns a string with a language sensitive representation of this number
       
   184 
       
   185 Number.prototype.valueOf=returns the primitive value of the specified object
       
   186 
       
   187 Number.prototype.toFixed=returns a string representing the number in decimal fixed-point notation
       
   188 
       
   189 Number.prototype.toExponential=returns a string representing the number in decimal exponential notation
       
   190 
       
   191 Number.prototype.toPrecision=returns a string representing the number to a specified precision in fixed-point or exponential notation
       
   192