Module qtjambi.qml
Package io.qt.qml

Class QJSEngine

All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface
Direct Known Subclasses:
QQmlEngine

public class QJSEngine extends QObject

Environment for evaluating JavaScript code

Java wrapper for Qt class QJSEngine

Either the QJSEngine object or each associated QJSValue and QJSManagedValue object should be explicitly disposed by calling dispose() to avoid crashes during garbage collection.