Class | Description |
App | Application configuration state. |
ArgError | Arguments error exception class. |
ArithmeticError | Arithmetic error exception class. |
Array | Arrays provide a growable, integer indexed, in-memory store for objects. |
AssertError | Assertion error exception class. |
BinaryStream | BinaryStreams encode and decode various objects onto streams. |
Boolean | Boolean class. |
ByteArray | ByteArrays provide a growable, integer indexed, in-memory store for bytes. |
Cmd | The Cmd class supports invoking other programs on the same system. |
Config | Config class providing settings for various "configure" program settings. |
Controller | Web framework controller. |
Cookie | Cookie class is used to store parsed cookie strings. |
Database | SQL Database support. |
DatabaseConnector | Database interface connector. |
Date | General purpose class for representing and working with dates, times, time spans and time zones. |
Error | Base class for error exception objects. |
File | The File class provides a foundation of I/O services to interact with physical files. |
FileSystem | The FileSystem class provides access to information about file systems hosting files. |
Function | The Function type is used to represent closures, function expressions and class methods. |
GC | Garbage collector control class. |
global | Global variable space reference. |
Host | Web server host information. |
Http | The Http object represents a Hypertext Transfer Protocol version 1.1 client connection. |
InstructionError | Code (instruction) error exception class. |
IOError | IO error exception class. |
JSON | JavaScript Object Notation. |
Math | The Math class provides a set of static methods for performing common arithmetic, exponential and
trigonometric functions. |
Memory | Singleton class to monitor and report on memory allocation and usage. |
MemoryError | Memory error exception class. |
Null | Base type for the null value. |
Number | The Number type is used by all numeric values in Ejscript. |
Object | The Object Class is the root class from which all objects are based. |
Path | Path class. |
Record | Database record class. |
ReferenceError | Reference error exception class. |
Reflect | Simple reflection class. |
RegExp | Regular expressions per ECMA-262. |
Request | HTTP request information. |
ResourceError | Resource error exception class. |
Response | HTTP response class. |
Sqlite | SQLite database support. |
StateError | State error exception class. |
StopIteration | StopIteration class. |
Stream | Stream objects represent bi-directional streams of data that pass data elements between an endpoint known
as a source or sink and a consumer / producer. |
String | Each String object represents a single immutable linear sequence of characters. |
SyntaxError | Syntax error exception class. |
System | System is a utility class providing methods to interact with the operating system. |
TextStream | TextStreams interpret data as a stream of Unicode characters. |
Type | Base class for all type objects. |
TypeError | Type error exception class. |
UploadFile | Upload file class. |
View | Base class for web framework views. |
Void | The Void type is the base class for the undefined value. |
Worker | Worker Class. |
XML | The XML class provides a simple ability to load, parse and save XML documents. |