KJS::StringProtoFuncImp Class Reference
Inheritance diagram for KJS::StringProtoFuncImp:

Detailed Description
Definition at line 66 of file string_object.h.
Public Types | |
| ToString | |
| ValueOf | |
| CharAt | |
| CharCodeAt | |
| Concat | |
| IndexOf | |
| LastIndexOf | |
| Match | |
| Replace | |
| Search | |
| Slice | |
| Split | |
| Substr | |
| Substring | |
| FromCharCode | |
| ToLowerCase | |
| ToUpperCase | |
| ToLocaleLowerCase | |
| ToLocaleUpperCase | |
| Big | |
| Small | |
| Blink | |
| Bold | |
| Fixed | |
| Italics | |
| Strike | |
| Sub | |
| Sup | |
| Fontcolor | |
| Fontsize | |
| Anchor | |
| Link | |
| enum | { ToString, ValueOf, CharAt, CharCodeAt, Concat, IndexOf, LastIndexOf, Match, Replace, Search, Slice, Split, Substr, Substring, FromCharCode, ToLowerCase, ToUpperCase, ToLocaleLowerCase, ToLocaleUpperCase, Big, Small, Blink, Bold, Fixed, Italics, Strike, Sub, Sup, Fontcolor, Fontsize, Anchor, Link } |
Public Member Functions | |
| StringProtoFuncImp (ExecState *exec, int i, int len) | |
| virtual bool | implementsCall () const |
| virtual Value | call (ExecState *exec, Object &thisObj, const List &args) |
Member Function Documentation
Implementation of the [[Call]] internal property.
- See also:
- Object::call()
Reimplemented from KJS::ObjectImp.
Definition at line 201 of file string_object.cpp.
The documentation for this class was generated from the following files:

