| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5faultD.test | 47 faultsim_test_result {0 180} {1 {vtable constructor failed: o1}} 56 faultsim_test_result {0 1} {1 {vtable constructor failed: o1}} 65 faultsim_test_result {0 1} {1 {vtable constructor failed: o1}} 74 faultsim_test_result {0 1} {1 {vtable constructor failed: o1}} 83 faultsim_test_result {0 1} {1 {vtable constructor failed: o1}}
|
| H A D | fts5tokenizer.test | 52 } {1 {error in tokenizer constructor}} 78 " {1 {error in tokenizer constructor}} 138 } {1 {error in tokenizer constructor}} 141 } {1 {error in tokenizer constructor}} 186 } {1 {error in tokenizer constructor}} 189 } {1 {error in tokenizer constructor}} 194 } {1 {error in tokenizer constructor}} 199 } {1 {error in tokenizer constructor}}
|
| H A D | fts5faultE.test | 31 faultsim_test_result {0 {}} {1 {vtable constructor failed: t1}} 48 faultsim_test_result {0 1} {1 {vtable constructor failed: t1}} 65 faultsim_test_result {0 1} {1 {vtable constructor failed: t1}}
|
| H A D | fts5fault1.test | 40 faultsim_test_result {0 {}} {1 {vtable constructor failed: t1}} 55 faultsim_test_result {0 {}} {1 {vtable constructor failed: t1}} 69 faultsim_test_result {0 {}} {1 {vtable constructor failed: t1}} 105 faultsim_test_result {[list 0 $res]} {1 {vtable constructor failed: t2}}
|
| H A D | fts5trigram.test | 128 } {1 {error in tokenizer constructor}} 131 } {1 {error in tokenizer constructor}}
|
| H A D | fts5tok1.test | 107 } {1 {vtable constructor failed: tX}}
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-prologue.js | 239 constructor(...args){ method in self.sqlite3ApiBootstrap.SQLite3Error 311 return (v && v.constructor && isInt32(v.constructor.BYTES_PER_ELEMENT)) ? v : false; 346 return v && v.constructor && (1===v.constructor.BYTES_PER_ELEMENT); 359 return v && v.constructor && (1===v.constructor.BYTES_PER_ELEMENT); 410 constructor(...args){ method in self.sqlite3ApiBootstrap.WasmAllocError 781 wasm.heapForSize(srcTypedArray.constructor).set(
|
| H A D | sqlite3-api-glue.js | 45 if(v && v.constructor && v instanceof StructBinder.StructType){
|
| H A D | sqlite3-opfs-async-proxy.js | 161 constructor(errorObject, ...msg){ method in GetSyncHandleError
|
| /sqlite-3.40.0/test/ |
| H A D | fuzzerfault.test | 41 {1 {vtable constructor failed: x1}} 65 faultsim_test_result {0 8} {1 {vtable constructor failed: x2}} 88 faultsim_test_result {0 2} {1 {vtable constructor failed: x1}}
|
| H A D | fts3comp1.test | 110 } {1 {missing uncompress parameter in fts4 constructor}} 113 } {1 {missing compress parameter in fts4 constructor}}
|
| H A D | fts3aux1.test | 358 } {1 {invalid arguments to fts4aux constructor}} 361 } {1 {invalid arguments to fts4aux constructor}} 455 # the argument to the fts4aux constructor is properly dequoted before use. 524 } {1 {invalid arguments to fts4aux constructor}}
|
| H A D | fts3fault.test | 151 {1 {vtable constructor failed: t1}} \ 160 {1 {vtable constructor failed: t1}} \
|
| H A D | vtab1.test | 88 } {1 {vtable constructor did not declare schema: t1}} 93 } {1 {vtable constructor did not declare schema: t1}} 108 } {1 {vtable constructor failed: t1}} 113 } {1 {vtable constructor failed: t1}} 215 # Test an error message returned from a v-table constructor. 952 } {1 {vtable constructor failed: e2}} 1273 } {1 {vtable constructor failed: t4}}
|
| H A D | altermalloc.test | 62 if {$msg eq "vtable constructor failed: t1echo"} {
|
| H A D | unionvtabfault.test | 50 {1 {vtable constructor failed: uuu}} \
|
| H A D | upfromfault.test | 82 faultsim_test_result {0 {}} {1 {vtable constructor failed: t1}}
|
| H A D | stat.test | 238 # Test that the argument passed to the dbstat constructor is dequoted
|
| H A D | zipfile.test | 463 } {1 {zipfile constructor requires one argument}} 466 } {1 {zipfile constructor requires one argument}}
|
| H A D | fts4content.test | 635 } {1 {vtable constructor called recursively: x1}}
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtreeD.test | 12 # Miscellaneous tests for errors in the rtree constructor. 30 # constructor, a relevant error message is returned.
|
| H A D | rtree1.test | 168 # Force the r-tree constructor to fail.
|
| /sqlite-3.40.0/ext/wasm/jaccwabyt/ |
| H A D | jaccwabyt.md | 364 That creates a new constructor function, `MyStruct`, which can be used 380 Now that we have our constructor... 533 The returned object is a constructor for instances of the struct 561 constructor. It cannot return instances created via a different 572 Each constructor created by a [StructBinder][] inherits from _its own 579 The StructType constructor cannot be called from client code. It is 583 individual instances via `theInstance.constructor`.): 615 by the constructor. If this is not called before the JS engine 757 Returns true if its argument was created by this constructor. 776 constructor was generated. [all …]
|
| H A D | jaccwabyt.js | 526 dispose: rop(function(){__freeStruct(this.constructor, this)}), 729 constructor: rop(StructCtor) property
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | tester1.js | 390 assert(w.heapForSize(s.constructor) === s); 394 assert(w.heapForSize(u.constructor) === u); 629 T.assert(k1.constructor === K). 703 T.assert(wts.constructor === WTStruct).
|