Searched refs:TS_EXPORT (Results 1 – 5 of 5) sorted by relevance
23 TS_EXPORT("publicFunction2(input: string): void") in EMSCRIPTEN_BINDINGS()36 TS_EXPORT("new(name: string): Something") in EMSCRIPTEN_BINDINGS()41 TS_EXPORT("getName(): string") in EMSCRIPTEN_BINDINGS()50 TS_EXPORT("new(): AnotherClass") in EMSCRIPTEN_BINDINGS()57 TS_EXPORT("new(name: string, thing: Something): AnotherClass") in EMSCRIPTEN_BINDINGS()62 TS_EXPORT("get(): Something") in EMSCRIPTEN_BINDINGS()90 TS_EXPORT("publicFunction1(): boolean;") in EMSCRIPTEN_BINDINGS()
37 TS_EXPORT("publicFunction(input: string): void") in EMSCRIPTEN_BINDINGS()50 TS_EXPORT("new(name: string): Something") in EMSCRIPTEN_BINDINGS()55 TS_EXPORT("getName(): string") in EMSCRIPTEN_BINDINGS()
75 TS_EXPORT("new(name?: string): Extension") in EMSCRIPTEN_BINDINGS()80 TS_EXPORT("getProp(): string") in EMSCRIPTEN_BINDINGS()
45 #define TS_EXPORT(ts_code) macro
56 publicExportLine = regexp.MustCompile(`TS_EXPORT\("(?P<export>.+)"\)`)