KJS-API
KJSArguments Class Reference
#include <kjsarguments.h>
Detailed Description
A class representing a list of JavaScript arguments.Argument list
Definition at line 36 of file kjsarguments.h.
Public Member Functions | |
KJSObject | at (int idx) const |
int | count () const |
Member Function Documentation
KJSObject KJSArguments::at | ( | int | idx | ) | const |
Returns the argument at the specified index.
Accessing an argument outside of the valid range will return an object of type "undefined".
Definition at line 31 of file kjsarguments.cpp.
int KJSArguments::count | ( | ) | const |
The documentation for this class was generated from the following files: