Home
last modified time | relevance | path

Searched refs:warn (Results 1 – 25 of 27) sorted by relevance

12

/sqlite-3.40.0/ext/wasm/api/
H A Dextern-post-js.js41 ? (...args)=>console.warn('sqlite3.debugModule:',...args)
88 console.warn("Replaced sqlite3InitModule()");
89 console.warn("self.location.href =",self.location.href);
91 console.warn("document.currentScript.src =",
H A Dsqlite3-api-opfs.js110 1:console.warn.bind(console),
117 const warn = (...args)=>logImpl(1, ...args); function
381 warn("Shutting down OPFS async listener. The OPFS VFS will no longer work.");
385 warn("Attempting to restart OPFS VFS async listener. Might work, might not.");
832 warn("OPFS xGetLastError() has nothing sensible to return.");
1231 warn("End of OPFS sanity checks.");
1264 warn("Running sanity checks because of opfs-sanity-check URL arg...");
1304 console.warn("Ignoring inability to install OPFS sqlite3_vfs:",e.message);
H A Dsqlite3-api-cleanup.js57 console.warn("Installing sqlite3 bits as global S for local dev/test purposes.");
66 console.warn("This is not running in an Emscripten module context, so",
H A Dsqlite3-opfs-async-proxy.js60 1:console.warn.bind(console),
67 const warn = (...args)=>logImpl(1, ...args); function
203 warn("Error getting sync handle. Waiting",ms,
252 warn("closeSyncHandleNoThrow() ignoring:",e,fh);
393 catch(e){ warn("Ignoring dirHandle.removeEntry() failure of",fh,e) }
819 warn("Restarting after opfs-async-shutdown. Might or might not work.");
H A Dsqlite3-api-worker1.js627 if(0) console.warn("Worker is propagating an exception to main thread.",
H A Dsqlite3-api-oo1.js1318 console.warn("Unsupported bind() argument type:",val);
1522 console.warn("sqlite3_step() rc=",rc,
H A Dsqlite3-api-prologue.js146 console.warn("sqlite3ApiBootstrap() called multiple times.",
H A Dsqlite3-api-glue.js117 console.warn("sqlite3_wasm_db_error() is not exported.",arguments);
/sqlite-3.40.0/ext/wasm/
H A Ddemo-worker1.js35 const warn = console.warn.bind(console);
302 warn("Unknown sqlite3-worker message type:",ev);
327 warn("Unknown sqlite3-api message type:",ev);
339 warn("Unknown sqlite3-api message type:",ev);
H A Dbatch-runner.js19 const warn = console.warn.bind(console);
57 warn("Unhandled db entry type:",type,'name =',name);
95 warn: console.warn.bind(console), property
H A Dscratchpad-wasmfs-main.js20 warn = console.warn.bind(console),
H A Ddemo-worker1-promiser.js20 const warn = console.warn.bind(console);
143 warn("Intentional error:",e);
H A Dtest-opfs-vfs.js20 const warn = (...args)=>console.warn(logPrefix,...args); function
H A Ddemo-123.js41 const warn = (...args)=>logHtml('warning',...args); function
185 warn("Got expected exception:",e.message);
H A Ddemo-jsstorage.js37 const warn = function(...args){ function
H A Dtester1.js114 const warn = (...args)=>{ function
115 console.warn(...args);
/sqlite-3.40.0/ext/wasm/fiddle/
H A Dfiddle.js280 console.warn("No handlers found for message type:",msg);
348 console.warn("Unexpected module-type message:",ev);
480 console.warn("Unhandled 'working' event:",ev.data);
H A Dfiddle-worker.js318 console.warn("Unknown fiddle-worker message type:",ev);
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.js268 console.warn("ondispose() for",ctor.structName,'@',
279 console.warn("ondispose() for",ctor.structName,'@',
/sqlite-3.40.0/autoconf/tea/win/
H A Drules.vc421 !if [nmakehlp -l -warn:3]
422 LINKERFLAGS = $(LINKERFLAGS) -warn:3
/sqlite-3.40.0/src/
H A DsqliteInt.h219 #pragma warn -rch /* unreachable code */
220 #pragma warn -ccc /* Condition is always true or false */
221 #pragma warn -aus /* Assigned value is never used */
222 #pragma warn -csu /* Comparing signed and unsigned */
223 #pragma warn -spa /* Suspicious pointer arithmetic */
/sqlite-3.40.0/
H A Daclocal.m41432 # The compiler can only warn and ignore the option if not recognized
1469 # The linker can only warn and ignore the option if not recognized
1886 # The compiler can only warn and ignore the option if not recognized
1930 need_locks=warn
H A Dltmain.sh1313 elif test "$need_locks" = warn; then
/sqlite-3.40.0/test/
H A Dfts1porter.test22763 warn warn
22764 warned warn
22765 warning warn
22766 warnings warn
22767 warns warn
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5porter.test11389 warmth warmth warn warn
11390 warned warn warning warn
11391 warnings warn warns warn

12