summaryrefslogtreecommitdiffstats
path: root/toolkit/components/uniffi-bindgen-gecko-js/src/templates/js/TopLevelFunctions.sys.mjs
blob: 601eb74d7cb9dc8ea8ef4d42c74bc44ab1109819 (plain)
1
2
3
4
5
6
{%- for func in ci.function_definitions() %}

export function {{ func.nm() }}({{ func.arg_names() }}) {
{% call js::call_scaffolding_function(func) %}
}
{%- endfor %}