KJS::Completion Class Reference
Completion objects are used to convey the return status and value from functions. More...
#include <completion.h>
Inheritance diagram for KJS::Completion:

Public Member Functions | |
Completion (ComplType c=Normal, const Value &v=Value(), const Identifier &t=Identifier::null()) | |
ComplType | complType () const |
Value | value () const |
Identifier | target () const |
bool | isValueCompletion () const |
Detailed Description
Completion objects are used to convey the return status and value from functions.
See FunctionImp::execute()
- See also:
- FunctionImp
Handle for a Completion type.
Definition at line 49 of file completion.h.
The documentation for this class was generated from the following file: