khtml Library API Documentation

KJS::DOMFunction Class Reference

Base class for all functions in this binding - get() and call() run tryGet() and tryCall() respectively, and catch exceptions if they occur. More...

#include <kjs_binding.h>

List of all members.

Public Member Functions

virtual Value get (ExecState *exec, const UString &propertyName) const
virtual Value tryGet (ExecState *exec, const UString &propertyName) const
virtual bool implementsCall () const
virtual Value call (ExecState *exec, Object &thisObj, const List &args)
virtual Value tryCall (ExecState *exec, Object &thisObj, const List &args)
virtual bool toBoolean (ExecState *) const
virtual Value toPrimitive (ExecState *exec, Type) const
virtual UString toString (ExecState *) const


Detailed Description

Base class for all functions in this binding - get() and call() run tryGet() and tryCall() respectively, and catch exceptions if they occur.

Definition at line 61 of file kjs_binding.h.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Jan 28 13:40:17 2004 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001