public class com.oracle.truffle.js.test.runtime.PrivateClassMemberTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.js.test.runtime.PrivateClassMemberTest
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.runtime.PrivateClassMemberTest this
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.test.runtime.PrivateClassMemberTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/runtime/PrivateClassMemberTest;

  public void testPrivateStaticMethod();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.oracle.truffle.js.test.runtime.PrivateClassMemberTest this
         0: .line 59
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: iconst_0
            anewarray java.lang.String
            invokestatic com.oracle.truffle.js.test.JSTest.newContextBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            ldc "js.ecmascript-version"
            sipush 2021
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokevirtual org.graalvm.polyglot.Context$Builder.option:(Ljava/lang/String;Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
            astore 3 /* context */
        start local 3 // org.graalvm.polyglot.Context context
         2: .line 60
            aload 3 /* context */
            ldc "js"
            ldc "class C { static #m() {} t() { class D { d() { return C.#m(); } } return new D().d(); }}\nnew C().t();"
            invokevirtual org.graalvm.polyglot.Context.eval:(Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Value;
            pop
         3: .line 62
            aload 3 /* context */
            ifnull 9
            aload 3 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
            goto 9
      StackMap locals: com.oracle.truffle.js.test.runtime.PrivateClassMemberTest java.lang.Throwable java.lang.Throwable org.graalvm.polyglot.Context
      StackMap stack: java.lang.Throwable
         4: astore 1
            aload 3 /* context */
            ifnull 5
            aload 3 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
        end local 3 // org.graalvm.polyglot.Context context
      StackMap locals:
      StackMap stack:
         5: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2
            aload 1
            ifnonnull 7
            aload 2
            astore 1
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 1
            aload 2
            if_acmpeq 8
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
         8: aload 1
            athrow
         9: .line 63
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.oracle.truffle.js.test.runtime.PrivateClassMemberTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lcom/oracle/truffle/js/test/runtime/PrivateClassMemberTest;
            2    5     3  context  Lorg/graalvm/polyglot/Context;
      Exception table:
        from    to  target  type
           2     3       4  any
           1     6       6  any
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testPrivateStaticMethodWrongReceiver1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.oracle.truffle.js.test.runtime.PrivateClassMemberTest this
         0: .line 67
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: iconst_0
            anewarray java.lang.String
            invokestatic com.oracle.truffle.js.test.JSTest.newContextBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            ldc "js.ecmascript-version"
            sipush 2021
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokevirtual org.graalvm.polyglot.Context$Builder.option:(Ljava/lang/String;Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
            astore 3 /* context */
        start local 3 // org.graalvm.polyglot.Context context
         2: .line 68
            aload 3 /* context */
            ldc "js"
            ldc "class C { static #m() {} t() { class D { d() { return D.#m(); } } return new D().d(); }}\nnew C().t();"
            invokevirtual org.graalvm.polyglot.Context.eval:(Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Value;
            pop
         3: .line 70
            ldc "should have thrown a TypeError"
            invokestatic org.junit.Assert.fail:(Ljava/lang/String;)V
         4: .line 71
            aload 3 /* context */
            ifnull 13
            aload 3 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
            goto 13
      StackMap locals: com.oracle.truffle.js.test.runtime.PrivateClassMemberTest java.lang.Throwable java.lang.Throwable org.graalvm.polyglot.Context
      StackMap stack: java.lang.Throwable
         5: astore 1
            aload 3 /* context */
            ifnull 6
            aload 3 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
        end local 3 // org.graalvm.polyglot.Context context
      StackMap locals:
      StackMap stack:
         6: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: astore 2
            aload 1
            ifnonnull 8
            aload 2
            astore 1
            goto 9
      StackMap locals:
      StackMap stack:
         8: aload 1
            aload 2
            if_acmpeq 9
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
         9: aload 1
            athrow
      StackMap locals: com.oracle.truffle.js.test.runtime.PrivateClassMemberTest
      StackMap stack: org.graalvm.polyglot.PolyglotException
        10: astore 1 /* e */
        start local 1 // org.graalvm.polyglot.PolyglotException e
        11: .line 72
            aload 1 /* e */
            invokevirtual org.graalvm.polyglot.PolyglotException.isGuestException:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        12: .line 73
            aload 1 /* e */
            invokevirtual org.graalvm.polyglot.PolyglotException.getMessage:()Ljava/lang/String;
            ldc "TypeError"
            invokestatic org.hamcrest.CoreMatchers.startsWith:(Ljava/lang/String;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
        end local 1 // org.graalvm.polyglot.PolyglotException e
        13: .line 75
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.oracle.truffle.js.test.runtime.PrivateClassMemberTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lcom/oracle/truffle/js/test/runtime/PrivateClassMemberTest;
            2    6     3  context  Lorg/graalvm/polyglot/Context;
           11   13     1        e  Lorg/graalvm/polyglot/PolyglotException;
      Exception table:
        from    to  target  type
           2     4       5  any
           1     7       7  any
           0    10      10  Class org.graalvm.polyglot.PolyglotException
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testPrivateStaticMethodWrongReceiver2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.oracle.truffle.js.test.runtime.PrivateClassMemberTest this
         0: .line 79
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: iconst_0
            anewarray java.lang.String
            invokestatic com.oracle.truffle.js.test.JSTest.newContextBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            ldc "js.ecmascript-version"
            sipush 2021
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokevirtual org.graalvm.polyglot.Context$Builder.option:(Ljava/lang/String;Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
            astore 3 /* context */
        start local 3 // org.graalvm.polyglot.Context context
         2: .line 80
            aload 3 /* context */
            ldc "js"
            ldc "class C { static #m() {} t() { class D { static #w(){} d(){ return D.#m(); } } return new D().d(); }}\nnew C().t();"
            invokevirtual org.graalvm.polyglot.Context.eval:(Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Value;
            pop
         3: .line 82
            ldc "should have thrown a TypeError"
            invokestatic org.junit.Assert.fail:(Ljava/lang/String;)V
         4: .line 83
            aload 3 /* context */
            ifnull 13
            aload 3 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
            goto 13
      StackMap locals: com.oracle.truffle.js.test.runtime.PrivateClassMemberTest java.lang.Throwable java.lang.Throwable org.graalvm.polyglot.Context
      StackMap stack: java.lang.Throwable
         5: astore 1
            aload 3 /* context */
            ifnull 6
            aload 3 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
        end local 3 // org.graalvm.polyglot.Context context
      StackMap locals:
      StackMap stack:
         6: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: astore 2
            aload 1
            ifnonnull 8
            aload 2
            astore 1
            goto 9
      StackMap locals:
      StackMap stack:
         8: aload 1
            aload 2
            if_acmpeq 9
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
         9: aload 1
            athrow
      StackMap locals: com.oracle.truffle.js.test.runtime.PrivateClassMemberTest
      StackMap stack: org.graalvm.polyglot.PolyglotException
        10: astore 1 /* e */
        start local 1 // org.graalvm.polyglot.PolyglotException e
        11: .line 84
            aload 1 /* e */
            invokevirtual org.graalvm.polyglot.PolyglotException.isGuestException:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        12: .line 85
            aload 1 /* e */
            invokevirtual org.graalvm.polyglot.PolyglotException.getMessage:()Ljava/lang/String;
            ldc "TypeError"
            invokestatic org.hamcrest.CoreMatchers.startsWith:(Ljava/lang/String;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
        end local 1 // org.graalvm.polyglot.PolyglotException e
        13: .line 87
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.oracle.truffle.js.test.runtime.PrivateClassMemberTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lcom/oracle/truffle/js/test/runtime/PrivateClassMemberTest;
            2    6     3  context  Lorg/graalvm/polyglot/Context;
           11   13     1        e  Lorg/graalvm/polyglot/PolyglotException;
      Exception table:
        from    to  target  type
           2     4       5  any
           1     7       7  any
           0    10      10  Class org.graalvm.polyglot.PolyglotException
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "PrivateClassMemberTest.java"
InnerClasses:
  public final Builder = org.graalvm.polyglot.Context$Builder of org.graalvm.polyglot.Context