throw
and try...catch
statements. See "Exception Handling Statements" on page 81.in
operator returns true if the specified property is in the specified object; see "in" on page 50. The instanceof
operator returns true if the specified object is of the specified object type; see "instanceof" on page 50.JavaClass
objects are automatically converted to instances of java.lang.Class
when you pass them as parameters to methods. See "JavaClass objects" on page 152.char
. See "Arguments of Type char" on page 140.arguments
array; the arguments
array is a variable and is no longer a property of Function
objects. This change improves performance. See "Using the arguments Array" on page 87.Last Updated: 10/29/98 15:50:58