KJS::StringPrototype
KJS::StringPrototype Class Reference
#include <string_object.h>
Inherits KJS::StringInstance.
Public Member Functions | |
StringPrototype (ExecState *exec, ObjectPrototype *objProto) | |
const ClassInfo * | classInfo () const override |
bool | getOwnPropertySlot (ExecState *, const Identifier &, PropertySlot &) override |
Static Public Attributes | |
static const ClassInfo | info = {"String", &StringInstance::info, &stringTable, nullptr} |
Detailed Description
The initial value of String.prototype (and thus all objects created with the String constructor
Definition at line 81 of file string_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.