KJS
JSWrapperObject.h
JSValue is the base type for all primitives (Undefined, Null, Boolean, String, Number) and objects in...
Definition: value.h:58
JSValue * internalValue() const
Returns the internal value of the object.
Definition: JSWrapperObject.h:78
void setInternalValue(JSValue *v)
Sets the internal value of the object.
Definition: JSWrapperObject.h:88
This class is used as a base for classes such as String, Number, Boolean and Date which which are wra...
Definition: JSWrapperObject.h:36
JSValue * originalProto() const
Returns the prototype this object had during construction.
Definition: JSWrapperObject.h:83
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Dec 2 2023 03:59:16 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Dec 2 2023 03:59:16 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.