JSImportScope Class
(QmlJS::JSImportScope)Inherits: | QmlJS::ObjectValue |
Public Functions
JSImportScope(const QmlJS::Imports *imports, QmlJS::ValueOwner *valueOwner) |
Reimplemented Public Functions
virtual const QmlJS::JSImportScope * | asJSImportScope() const override |
virtual const QmlJS::Value * | lookupMember(const QString &name, const QmlJS::Context *context, const QmlJS::ObjectValue **foundInObject = 0, bool examinePrototypes = true) const override |
virtual void | processMembers(QmlJS::MemberProcessor *processor) const override |
- 16 public functions inherited from QmlJS::ObjectValue
- 29 public functions inherited from QmlJS::Value
Member Function Documentation
JSImportScope::JSImportScope(const QmlJS::Imports *imports, QmlJS::ValueOwner *valueOwner)
Default constructs an instance of JSImportScope.