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
+14-1
Original file line number
Diff line number
Diff line change
@@ -263,7 +263,8 @@ mut:
263
263
has_debugger bool// $dbg has been used in the code
264
264
reflection_strings &map[string]int
265
265
defer_return_tmp_var string
266
-
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
266
+
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
267
+
export_funcs []string// for .dll export function names
0 commit comments