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

Since:
This class was introduced in Qt 5.0.

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