KJS::FunctionObjectImp
KJS::FunctionObjectImp Class Reference
#include <function_object.h>
Inherits KJS::InternalFunctionImp.
Public Member Functions | |
FunctionObjectImp (ExecState *, FunctionPrototype *) | |
JSValue * | callAsFunction (ExecState *, JSObject *thisObj, const List &args) override |
JSObject * | construct (ExecState *, const List &args) override |
JSObject * | construct (ExecState *, const List &args, const Identifier &functionName, const UString &sourceURL, int lineNumber) override |
bool | implementsConstruct () const override |
Detailed Description
(but exported for KHTML)
The initial value of the global variable's "Function" property
Definition at line 54 of file function_object.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 6 2023 03:56:21 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 6 2023 03:56:21 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.