newContextRaw method

JSContext newContextRaw({
  1. bool autoDispose = true,
})

Implementation

JSContext newContextRaw({bool autoDispose = true}) =>
    JSContext(JS_NewContextRaw(_ref), autoDispose: autoDispose);