KJS::ObjectProtoFunc
KJS::ObjectProtoFunc Class Reference
#include <object_object.h>
Inherits KJS::InternalFunctionImp.
Public Types | |
enum | { ToString, ToLocaleString, ValueOf, HasOwnProperty, IsPrototypeOf, PropertyIsEnumerable, DefineGetter, DefineSetter, LookupGetter, LookupSetter } |
Public Member Functions | |
ObjectProtoFunc (ExecState *exec, FunctionPrototype *funcProto, int i, int len, const Identifier &) | |
JSValue * | callAsFunction (ExecState *, JSObject *, const List &args) override |
Detailed Description
Class to implement all methods that are properties of the Object.prototype object
Definition at line 54 of file object_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 May 8 2023 03:51:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:51:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.