kjs Library API Documentation

KJS::StringObjectFuncImp Class Reference

Inheritance diagram for KJS::StringObjectFuncImp:

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

Public Member Functions

 StringObjectFuncImp (ExecState *exec, FunctionPrototypeImp *funcProto)
virtual bool implementsCall () const
virtual Value call (ExecState *exec, Object &thisObj, const List &args)

Detailed Description

Definition at line 109 of file string_object.h.


Member Function Documentation

Value StringObjectFuncImp::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 627 of file string_object.cpp.

References KJS::List::begin(), KJS::List::end(), and KJS::List::size().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kjs Library Version 3.4.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Jan 23 19:33:04 2006 by doxygen 1.4.3 written by Dimitri van Heesch, © 1997-2003