JSValue getPropertyStr(String prop, {bool autoDispose = true}) => JSValue.ptr( _ctx, JS_GetPropertyStr(_ctx.ref, _ref.ref, prop.toNativeUtf8()), autoDispose: autoDispose, );