KJS-API
KJSArray Class Reference
A class representing a JavaScript array object. More...
#include <kjsobject.h>
Inheritance diagram for KJSArray:
Public Member Functions | |
| KJSArray (KJSContext *ctx, int len=0) | |
Detailed Description
A class representing a JavaScript array object.
Array object
Definition at line 252 of file kjsobject.h.
Constructor & Destructor Documentation
| KJSArray::KJSArray | ( | KJSContext * | ctx, | |
| int | len = 0 | |||
| ) |
Constructs an array object with the specified length.
Definition at line 105 of file kjsobject.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference