KJS::DOMFunction Class Reference
#include <kjs_binding.h>
Inheritance diagram for KJS::DOMFunction:

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 70 of file kjs_binding.h.
Public Member Functions | |
DOMFunction (ExecState *exec) | |
virtual Value | get (ExecState *exec, const Identifier &propertyName) const |
virtual Value | tryGet (ExecState *exec, const Identifier &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 |
The documentation for this class was generated from the following files: