KJS
KJS::ArrayProtoFunc Class Reference
#include <array_object.h>
Inheritance diagram for KJS::ArrayProtoFunc:

Detailed Description
Definition at line 40 of file array_object.h.
Public Types | |
| enum | { ToString, ToLocaleString, Concat, Join, Pop, Push, Reverse, Shift, Slice, Sort, Splice, UnShift, Every, ForEach, Some, IndexOf, Filter, Map, LastIndexOf } |
Public Member Functions | |
| ArrayProtoFunc (ExecState *exec, int i, int len, const Identifier &name) | |
| virtual JSValue * | callAsFunction (ExecState *exec, JSObject *thisObj, const List &args) |
Member Enumeration Documentation
| anonymous enum |
- Enumerator:
-
ToString ToLocaleString Concat Join Pop Push Reverse Shift Slice Sort Splice UnShift Every ForEach Some IndexOf Filter Map LastIndexOf
Definition at line 46 of file array_object.h.
Constructor & Destructor Documentation
| ArrayProtoFunc::ArrayProtoFunc | ( | ExecState * | exec, | |
| int | i, | |||
| int | len, | |||
| const Identifier & | name | |||
| ) |
Definition at line 507 of file array_object.cpp.
Member Function Documentation
The documentation for this class was generated from the following files:
KDE 4.0 API Reference