caucho
Resin 1.1
FAQ
Reference
JavaDoc
Demo
Java Tutorial

Getting Started
Configuration
Servlet
JSP
XTP/XSL
JavaScript
JS Library

Core Library
File Library
Servlet Library
Database Library
XML Library

Global
Object
Array
Boolean
Date
Function
Math
Number
Regexp
String
 Core Library

Core Library

Global

The Global object contains all global variables. The global object contains all the pre-defined objects, including the core library objects described in this section.

Object

The Object prototype contains properties common to all JavaScript objects. All JavaScript objects descend from the Object prototype.

Array

Array objects provide support for ordered lists.

Boolean

The Boolean objects provide an object-oriented view of boolean values.

Date

The Date objects provide a convenient set of time and calendar routines.

Function

All JavaScript functions are represented by function objects.

Math

The Math object provides standard mathematical constants, such as pi, and trignometric, exponential, and random number mathematical functions.

Number

The Number objects provides some useful numeric constants.

RegExp

JavaScript 1.2

The RegExp object supports regular expression capabilities for searching and simple parsing.

String

String objects provide common text-manipulation support such as searching, replacement and simple parsing.

JS Library   Global
Copyright © 1998-2000 Caucho Technology. All rights reserved.
Last modified: Thu, 16 Sep 1999 14:56:48 -0700 (PDT)