JavaScript Programmer’s Reference Property (Web server version) attributes: ReadOnly, DontDelete, DontEnum.
JavaScript Programmer’s Reference Property attributes: ReadOnly, DontDelete, DontEnum. Cross-references: ECMA 262 edition 2 section 15.2.3.1 ECMA 262 edition 2 section 15.2.4 ECMA 262 edition 3 section 15.2.3.1 Object.toLocaleString() (Method) Returns a string primitive version of the object taking the present locale into account during the translation. Availability: ECMAScript edition 3 JavaScript 1.5 JScript 5.5 Internet Explorer 5.5 Netscape 6.0 Property/method value type: String primitive JavaScript syntax: -myObject.toLocaleString() The locale context supplies some special conversion rules for strings. Depending on the locale, this might include special characters or a means of using double byte characters. It may also affect the direction of the text, for certain Asian locales for example. Warnings: . The ECMA standard reserves the first argument of this method for future use. It does not specify what that is but warns against implementations extending the syntax to include its use. Cross-references: ECMA 262 edition 3 section 15.2.4.3 Object.toSource() (Method) Output a string describing the object contents. Availability: JavaScript 1.3 JScript 3.0 Internet Explorer 4.0 Netscape 4.06 Property/method value type: String primitive JavaScript syntax: -myObject.toSource() 1586