getValue method

JSObject getValue(
  1. JSContext context, [
  2. int index = 0
])

Get JSValue index Array index

Implementation

JSObject getValue(JSContext context, [int index = 0]) {
  return JSObject(context, pointer[index]);
}