Javascript Reference
From Yate Documentation
(Difference between revisions)
(Created page with "== Operators == == Global Objects == These are objects, functions or constructors that exists automatically in each script context. <div class="bullet"> </div><font clas...") |
Revision as of 16:26, 10 September 2013
Operators
Global Objects
These are objects, functions or constructors that exists automatically in each script context.
Function that checks if its argument is Not A Number.
Function that parses a string to an integer in an arbitrary base.
Static variable that is Not a Number.
Constructor of an Object.
String Functions
Yate's Javascript implementation does not include String or Number objects. Instead applicable methods are added to all kind of non-object values including those native to the Yate engine.
Property reflecting the length of a string.