summaryrefslogtreecommitdiffstats
path: root/toolkit/components/uniffi-bindgen-gecko-js/src/templates/js/wrapper.jsm
blob: 9cd95893a387707d7a3dc372d0d52ff42bb870c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// This file was autogenerated by the `uniffi-bindgen-gecko-js` crate.
// Trust me, you don't want to mess with it!

{% import "macros.jsm" as js %}

"use strict";

// Objects intended to be used in the unit tests
var UnitTestObjs = {};

var EXPORTED_SYMBOLS = ["UnitTestObjs"];

{% include "Helpers.jsm" %}

{% include "Types.jsm" %}

{% include "TopLevelFunctions.jsm" %}