throwOutOfMemory method

JSValue throwOutOfMemory(
  1. String fmt, {
  2. bool autoDispose = true,
})

Implementation

JSValue throwOutOfMemory(String fmt, {bool autoDispose = true}) =>
    JSValue.ptr(this, JS_ThrowOutOfMemory(_ref), autoDispose: autoDispose);