KJS
completion.h
Continue
JSValue is the base type for all primitives (Undefined, Null, Boolean, String, Number) and objects in...
Definition: value.h:58
Addr target() const
Returns the address a break or a continue statement targets.
Definition: completion.h:78
Completion objects are used to convey the return status and value from functions.
Definition: completion.h:52
bool isValueCompletion() const
Returns true if this is a value completion, false otherwise.
Definition: completion.h:86
JSValue * value() const
Returns the value of this completion if it is of type value-completion, 0 otherwise.
Definition: completion.h:70
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Feb 5 2023 03:57:18 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Feb 5 2023 03:57:18 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.