kjs Library API Documentation

KJS::ErrorProtoFuncImp Class Reference

Inheritance diagram for KJS::ErrorProtoFuncImp:

Inheritance graph
[legend]
Collaboration diagram for KJS::ErrorProtoFuncImp:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

Definition at line 45 of file error_object.h.


Member Function Documentation

Value ErrorProtoFuncImp::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 74 of file error_object.cpp.

References KJS::Object::get(), KJS::messagePropertyName, KJS::namePropertyName, KJS::Value::toString(), and KJS::Value::type().


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.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Jul 20 12:35:36 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003