Details

    Description

      Code

      import QtQuick
      
      Window {
          width: 640
          height: 480
          visible: foo()
      
          function foo(): bool {
              return /o/.test("Hello")
          }
      }
      

       

      Compiler output

      Warning: main.qml:9:9: Could not compile function foo: Instruction "generate_MoveRegExp" not implemented [compiler]
              return /o/.test("Hello")
              ^^^^^^
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              qtqmlteam Qt Qml Team User
              skoh-qt Sze Howe Koh
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes