Home
last modified time | relevance | path

Searched refs:copyToResult (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js1251 const copyToResult = ['i8', 'i16', 'i32', 'int', variable
1253 if(target.bigIntEnabled) copyToResult.push('i64');
1254 for(const t of copyToResult){