You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/graalvm/api/graalvm.api
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4366,6 +4366,11 @@ public abstract interface class elide/runtime/intrinsics/js/node/ConsoleAPI : el
4366
4366
}
4367
4367
4368
4368
public abstract interface class elide/runtime/intrinsics/js/node/CryptoAPI : elide/runtime/intrinsics/js/node/NodeAPI {
4369
+
public abstract fun randomInt (JJ)J
4370
+
public abstract fun randomInt (JJLkotlin/jvm/functions/Function2;)V
4371
+
public abstract fun randomInt (Lorg/graalvm/polyglot/Value;)J
4372
+
public abstract fun randomInt (Lorg/graalvm/polyglot/Value;Lorg/graalvm/polyglot/Value;)J
4373
+
public abstract fun randomInt (Lorg/graalvm/polyglot/Value;Lorg/graalvm/polyglot/Value;Lorg/graalvm/polyglot/Value;)V
4369
4374
public abstract fun randomUUID (Lorg/graalvm/polyglot/Value;)Ljava/lang/String;
4370
4375
public static synthetic fun randomUUID$default (Lelide/runtime/intrinsics/js/node/CryptoAPI;Lorg/graalvm/polyglot/Value;ILjava/lang/Object;)Ljava/lang/String;
0 commit comments