You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vlib/v/gen/c/cgen.v
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -270,6 +270,8 @@ mut:
270
270
defer_return_tmp_var string
271
271
vweb_filter_fn_name string// vweb__filter or x__vweb__filter, used by $vweb.html() for escaping strings in the templates, depending on which `vweb` import is used
272
272
export_funcs []string// for .dll export function names
0 commit comments