Uses of Class
org.fife.rsta.ac.js.ecma.api.ecma5.JS5String
Packages that use JS5String
-
Uses of JS5String in org.fife.rsta.ac.js.ecma.api.ecma5
Methods in org.fife.rsta.ac.js.ecma.api.ecma5 with parameters of type JS5StringModifier and TypeMethodDescriptionstatic JS5ObjectJS5Object.defineProperty(JS5Object o, JS5String name, JS5Object desc) function defineProperty(o, name, desc) create or configure an object property.static JS5ObjectJS5Object.getOwnPropertyDescriptor(JS5Object o, JS5String name) function getOwnPropertyDescriptor(o, name) query property attributes.static JS5ObjectJS5JSON.parse(JS5String s, JS5Function reviver) function parse(s, reviver) parse a JSON-formatted string. -
Uses of JS5String in org.fife.rsta.ac.js.ecma.api.ecma5.functions
Methods in org.fife.rsta.ac.js.ecma.api.ecma5.functions that return JS5StringModifier and TypeMethodDescriptionJS5DateFunctions.toISOString()function toISOString() converts a Date to ISO8601-formatted string.function toJSON(key) JSON-serialize a Date object.JS5StringFunctions.trim()function trim () string leading and trailing whitespace.Methods in org.fife.rsta.ac.js.ecma.api.ecma5.functions with parameters of type JS5String