Package com.intuit.karate.graal
Class JsArray
java.lang.Object
com.intuit.karate.graal.JsArray
- All Implemented Interfaces:
org.graalvm.polyglot.proxy.Proxy,org.graalvm.polyglot.proxy.ProxyArray,org.graalvm.polyglot.proxy.ProxyIterable
- Author:
- pthomas3
-
Constructor Details
-
JsArray
-
-
Method Details
-
get
- Specified by:
getin interfaceorg.graalvm.polyglot.proxy.ProxyArray
-
set
public void set(long index, org.graalvm.polyglot.Value value) - Specified by:
setin interfaceorg.graalvm.polyglot.proxy.ProxyArray
-
getSize
public long getSize()- Specified by:
getSizein interfaceorg.graalvm.polyglot.proxy.ProxyArray
-