JSValue evalFunction(JSValue funObj, {bool autoDispose = true}) => JSValue.ptr( this, JS_EvalFunction(_ref, funObj.ref.ref), autoDispose: autoDispose, );