KJS::StringProtoFuncImp Class Reference

Inheritance diagram for KJS::StringProtoFuncImp:

KJS::InternalFunctionImp KJS::ObjectImp KJS::ValueImp List of all members.

Detailed Description

Definition at line 66 of file string_object.h.


Public Types

enum  {
  ToString, ValueOf, CharAt, CharCodeAt,
  Concat, IndexOf, LastIndexOf, Match,
  Replace, Search, Slice, Split,
  Substr, Substring, FromCharCode, ToLowerCase,
  ToUpperCase, ToLocaleLowerCase, ToLocaleUpperCase, LocaleCompare,
  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 Enumeration Documentation

anonymous enum

Enumerator:
ToString 
ValueOf 
CharAt 
CharCodeAt 
Concat 
IndexOf 
LastIndexOf 
Match 
Replace 
Search 
Slice 
Split 
Substr 
Substring 
FromCharCode 
ToLowerCase 
ToUpperCase 
ToLocaleLowerCase 
ToLocaleUpperCase 
LocaleCompare 
Big 
Small 
Blink 
Bold 
Fixed 
Italics 
Strike 
Sub 
Sup 
Fontcolor 
Fontsize 
Anchor 
Link 

Definition at line 73 of file string_object.h.


Member Function Documentation

Value StringProtoFuncImp::call ( ExecState exec,
Object thisObj,
const List args 
) [virtual]

Implementation of the [[Call]] internal property.

See also:
Object::call()

Reimplemented from KJS::ObjectImp.

Definition at line 209 of file string_object.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys