aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/jsruntime.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2018-04-26 13:12:38 +0200
committerLars Knoll <lars.knoll@qt.io>2018-05-02 14:20:29 +0000
commit8761cbd4f7aada5a976831ff404b004f537a660b (patch)
tree5b5b258178c99e0d77cc84a2e8c31df41f98415b /src/qml/jsruntime/jsruntime.pri
parent7d46d7251032ea31f7e7dcef4855a0e5d669fed5 (diff)
Implement StringIterator
Add support for String.prototype[Symbol.iterator] and the StringIterator object. Change-Id: I72c4f988e4f363be1af51f9cc5f8e83af43cd151 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/jsruntime/jsruntime.pri')
-rw-r--r--src/qml/jsruntime/jsruntime.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/jsruntime/jsruntime.pri b/src/qml/jsruntime/jsruntime.pri
index aa33565851..d06e505c81 100644
--- a/src/qml/jsruntime/jsruntime.pri
+++ b/src/qml/jsruntime/jsruntime.pri
@@ -31,6 +31,7 @@ SOURCES += \
$$PWD/qv4objectproto.cpp \
$$PWD/qv4qmlcontext.cpp \
$$PWD/qv4regexpobject.cpp \
+ $$PWD/qv4stringiterator.cpp \
$$PWD/qv4stringobject.cpp \
$$PWD/qv4variantobject.cpp \
$$PWD/qv4objectiterator.cpp \
@@ -84,6 +85,7 @@ HEADERS += \
$$PWD/qv4qmlcontext_p.h \
$$PWD/qv4regexpobject_p.h \
$$PWD/qv4runtimecodegen_p.h \
+ $$PWD/qv4stringiterator_p.h \
$$PWD/qv4stringobject_p.h \
$$PWD/qv4variantobject_p.h \
$$PWD/qv4property_p.h \