Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8029964

instanceof Array is failing for mirrored arrays

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • None
    • None
    • core-libs

      Example:
      var arr = ['coucou','b','c'];
      print(arr[0] + " " + (arr instanceof Array));
      var remoteArray = loadWithNewGlobal({ name: "new_scope.js",
          script: "print(arguments[0][0] + ' ' + (arguments[0] instanceof Array)); var x = ['kiki']; x"}, arr);
      print(remoteArray[0] + " " + (remoteArray instanceof Array));

            sundar Sundararajan Athijegannathan
            jfdenise Jean-Francois Denise (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: