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")
              ^^^^^^
      

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

            olivier.decanniere Olivier De Cannière
            skoh-qt Sze Howe Koh
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes