File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 13
13
UTF8ToString
14
14
stringToUTF8
15
15
lengthBytesUTF8
16
+ allocate
17
+ ALLOC_NORMAL
18
+ allocateUTF8OnStack
19
+ removeFunction
20
+ addFunction
16
21
*/
17
22
18
23
"use strict" ;
19
24
20
- /** @external @const @global */ var addFunction ;
21
- /** @external @const @global */ var allocate ;
22
- /** @external @const @global */ var ALLOC_NORMAL ;
23
- /** @external @const @global */ var allocateUTF8OnStack ;
24
- /** @external @const @global */ var removeFunction ;
25
-
26
25
/**
27
26
* @typedef {{Database:Database, Statement:Statement} } SqlJs
28
27
* @property {Database } Database A class that represents an SQLite database
Original file line number Diff line number Diff line change 3
3
" stackAlloc" ,
4
4
" stackSave" ,
5
5
" stackRestore" ,
6
- " UTF8ToString"
6
+ " UTF8ToString" ,
7
+
8
+ " allocate" ,
9
+ " ALLOC_NORMAL" ,
10
+ " allocateUTF8OnStack" ,
11
+ " removeFunction" ,
12
+ " addFunction"
7
13
]
You can’t perform that action at this time.
0 commit comments