KJS::NumberObjectImp
KJS::NumberObjectImp Class Reference
#include <number_object.h>
Inherits KJS::InternalFunctionImp.
Public Types | |
enum | { NaNValue, NegInfinity, PosInfinity, MaxValue, MinValue, MaxSafeInteger, MinSafeInteger, IsFinite, IsInteger, IsNaN, IsSafeInteger, ParseInt, ParseFloat } |
Public Member Functions | |
NumberObjectImp (ExecState *exec, FunctionPrototype *funcProto, NumberPrototype *numberProto) | |
JSValue * | callAsFunction (ExecState *exec, JSObject *thisObj, const List &args) override |
const ClassInfo * | classInfo () const override |
JSObject * | construct (const List &) |
JSObject * | construct (ExecState *exec, const List &args) override |
Completion | execute (const List &) |
bool | getOwnPropertySlot (ExecState *, const Identifier &, PropertySlot &) override |
JSValue * | getValueProperty (ExecState *exec, int token) const |
bool | implementsConstruct () const override |
Static Public Attributes | |
static const ClassInfo | info = {"Function", &InternalFunctionImp::info, &numberTable, nullptr} |
Detailed Description
The initial value of the global variable's "Number" property
Definition at line 81 of file number_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.