getValue method

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

Get JSValue index Array index

Implementation

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