JSCFunctionListEntryFunc constructor
JSCFunctionListEntryFunc(
- int length,
- int cproto,
- JSCFunctionType _type, {
- bool autoDispose = true,
Implementation
JSCFunctionListEntryFunc(
this.length,
this.cproto,
this._type, {
bool autoDispose = true,
}) : _ref =
calloc.call(sizeOf<JSCFunctionListEntryFunc_>())
..ref.length = length
..ref.cproto = cproto
..ref.cfunc = _type.ref.ref {
attach(calloc.nativeFree, _ref.cast(), autoDispose: autoDispose);
}