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

        Activity

          People

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

            Dates

              Created:
              Updated: