JSContext constructor
JSContext(
- JSContextRef _ref, {
- bool autoDispose = true,
Implementation
JSContext(this._ref, {bool autoDispose = true}) {
attach(
JSGlobalContextReleaseAddress.cast(),
_ref.cast(),
autoDispose: autoDispose,
);
}