• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kjs
 

kjs

  • KJS
  • FunctionPrototypeImp
Public Member Functions | List of all members
KJS::FunctionPrototypeImp Class Reference

#include <function_object.h>

Inheritance diagram for KJS::FunctionPrototypeImp:
KJS::InternalFunctionImp

Public Member Functions

 FunctionPrototypeImp (ExecState *exec)
 
virtual bool implementsCall () const
 
virtual Value call (ExecState *exec, Object &thisObj, const List &args)
 
- Public Member Functions inherited from KJS::InternalFunctionImp
 InternalFunctionImp (FunctionPrototypeImp *funcProto)
 
 InternalFunctionImp (ExecState *exec)
 
bool implementsHasInstance () const
 
Boolean hasInstance (ExecState *exec, const Value &value)
 
virtual const ClassInfo * classInfo () const
 
Identifier name () const
 
void setName (Identifier _ident)
 

Additional Inherited Members

- Static Public Attributes inherited from KJS::InternalFunctionImp
static const ClassInfo info = {"Function", 0, 0, 0}
 
- Protected Attributes inherited from KJS::InternalFunctionImp
Identifier ident
 

Detailed Description

The initial value of Function.prototype (and thus all objects created with the Function constructor)

Definition at line 34 of file function_object.h.

Constructor & Destructor Documentation

◆ FunctionPrototypeImp()

FunctionPrototypeImp::FunctionPrototypeImp ( ExecState *  exec)

Definition at line 39 of file function_object.cpp.

◆ ~FunctionPrototypeImp()

FunctionPrototypeImp::~FunctionPrototypeImp ( )
virtual

Definition at line 57 of file function_object.cpp.

Member Function Documentation

◆ call()

Value FunctionPrototypeImp::call ( ExecState *  exec,
Object &  thisObj,
const List &  args 
)
virtual

Definition at line 67 of file function_object.cpp.

◆ implementsCall()

bool FunctionPrototypeImp::implementsCall ( ) const
virtual

Definition at line 61 of file function_object.cpp.


The documentation for this class was generated from the following files:
  • function_object.h
  • function_object.cpp

kjs

Skip menu "kjs"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

kjs

Skip menu "kjs"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for kjs by doxygen 1.9.4
This website is maintained by Timothy Pearson.