Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 42) sorted by relevance

12

/sqlite-3.40.0/test/
H A Dmalloc_common.tcl121 proc do_faultsim_test {name args} {
169 proc faultsim_save {args} { uplevel db_save $args } argument
170 proc faultsim_save_and_close {args} { uplevel db_save_and_close $args } argument
171 proc faultsim_restore {args} { uplevel db_restore $args } argument
172 proc faultsim_restore_and_reopen {args} { argument
177 proc faultsim_delete_and_reopen {args} { argument
291 proc faultsim_test_result_int {args} { argument
326 proc do_one_faultsim_test {testname args} {
416 proc do_malloc_test {tn args} {
H A Dtester.tcl248 proc test_pwd { args } { argument
268 proc delete_file {args} { argument
272 proc forcedelete {args} { argument
276 proc do_delete_file {force args} {
373 proc execpresql {handle args} {
708 proc output1 {args} { argument
716 proc output2 {args} { argument
733 proc puts_override {args} { argument
956 proc do_execsql_test {args} { argument
1728 proc crashsql {args} { argument
[all …]
H A Dreleasetest_data.tcl410 proc main_script {args} { argument
573 proc main_tests {args} { argument
H A Drandexpr1.tcl217 proc inop {lhs args} {
233 proc one {args} { argument
H A Dpg_common.tcl158 proc -- {args} { argument
162 proc ========== {args} { argument
H A Dmalloctraceviewer.tcl9 proc scrollable {widget path args} {
28 proc scrollcommand {grid sb args} {
H A Dfts3_common.tcl57 proc fts3_build_db_1 {args} { argument
105 proc fts3_build_db_2 {args} { argument
H A Dthread_common.tcl82 proc thread_spawn {varname args} {
/sqlite-3.40.0/ext/wasm/
H A Ddemo-jsstorage.js20 const toss = function(...args){throw new Error(args.join(' '))};
27 const logHtml = function(cssClass,...args){
33 const log = function(...args){
37 const warn = function(...args){
40 const error = function(...args){
H A Dtest-opfs-vfs.js17 const toss = function(...args){throw new Error(args.join(' '))};
19 const log = (...args)=>console.log(logPrefix,...args);
20 const warn = (...args)=>console.warn(logPrefix,...args);
21 const error = (...args)=>console.error(logPrefix,...args);
H A Dtester1.js67 const normalizeArgs = (args)=>args.map(mapToString); argument
71 logClass = function(cssClass,...args){
110 const log = (...args)=>{
114 const warn = (...args)=>{
118 const error = (...args)=>{
123 const toss = (...args)=>{
127 const tossQuietly = (...args)=>{
799 return function(...args){
1362 xFunc: (pCx,...args)=>{
1437 xStep: (pCtx, ...args)=>{
H A Dbatch-runner.js18 const toss = function(...args){throw new Error(args.join(' '))};
97 logHtml2: function(cssClass,...args){
104 logHtml: function(...args){
108 logErr: function(...args){
H A Ddemo-123.js25 logHtml = function(cssClass,...args){
40 const log = (...args)=>logHtml('',...args);
41 const warn = (...args)=>logHtml('warning',...args);
42 const error = (...args)=>logHtml('error',...args);
H A Dspeedtest1-worker.js48 const log = (...args)=>logMsg('stdout',args);
49 const logErr = (...args)=>logMsg('stderr',args);
H A Ddemo-worker1.js28 const logHtml = function(cssClass,...args){
37 const toss = (...args)=>{throw new Error(args.join(' '))};
94 args: eventArgs, property
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5_common.tcl224 proc nearset {aCol args} {
370 proc AND {args} { argument
376 proc OR {args} { argument
580 proc nearset_rf {aCol args} {
589 proc nearset_rc {aCol args} {
610 proc tclnum_create {args} { argument
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-opfs.js113 const logImpl = (level,...args)=>{
116 const log = (...args)=>logImpl(2, ...args);
117 const warn = (...args)=>logImpl(1, ...args);
118 const error = (...args)=>logImpl(0, ...args);
119 const toss = function(...args){throw new Error(args.join(' '))};
356 const opRun = (op,...args)=>{
517 state.s11n.serialize = function(...args){
604 return function(...args){
1244 W.postMessage({type: 'opfs-async-init',args: state}); property
H A Dsqlite3-opfs-async-proxy.js34 const toss = function(...args){throw new Error(args.join(' '))};
63 const logImpl = (level,...args)=>{
66 const log = (...args)=>logImpl(2, ...args);
67 const warn = (...args)=>logImpl(1, ...args);
68 const error = (...args)=>logImpl(0, ...args);
403 xDelete: async function(...args){
689 state.s11n.serialize = function(...args){
H A Dsqlite3-api-oo1.js18 const toss = (...args)=>{throw new Error(args.join(' '))};
19 const toss3 = (...args)=>{throw new sqlite3.SQLite3Error(...args)};
104 const dbCtorHelper = function ctor(...args){
281 const DB = function(...args){
368 const parseExecArgs = function(db, args){ argument
H A Dsqlite3-worker1-promiser.js145 const toss = (...args)=>{throw new Error(args.join(' '))};
192 args: arguments[1] property
H A Dsqlite3-api-prologue.js239 constructor(...args){
260 SQLite3Error.toss = (...args)=>{
410 constructor(...args){
429 WasmAllocError.toss = (...args)=>{
1162 capi.sqlite3_randomness = (...args)=>{
/sqlite-3.40.0/ext/wasm/fiddle/
H A Dfiddle-worker.js100 const stdout = (...args)=>wMsg('stdout', args);
101 const stderr = (...args)=>wMsg('stderr', args);
102 const toss = (...args)=>{
/sqlite-3.40.0/tool/
H A Dmerge-test.tcl29 proc safeexec {args} { argument
37 proc mustbeok {args} { argument
/sqlite-3.40.0/ext/wasm/common/
H A DSqliteTestUtil.js175 print: (...args)=>{console.log(...args)},
177 printErr: (...args)=>{console.error(...args)},
H A Dwhwasmutil.js182 const toss = (...args)=>{throw new Error(args.join(' '))};
1216 target.xCall = function(fname, ...args){
1488 return function(...args){
1599 target.xCallWrapped = function(fname, resultType, argTypes, ...args){
1666 const toss = (...args)=>{throw new Error(args.join(' '))};

12