Home
last modified time | relevance | path

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

12

/sqlite-3.40.0/ext/fts5/test/
H A Dfts5faultD.test47 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 Dfts5tokenizer.test52 } {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 Dfts5faultE.test31 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 Dfts5fault1.test40 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 Dfts5trigram.test128 } {1 {error in tokenizer constructor}}
131 } {1 {error in tokenizer constructor}}
H A Dfts5tok1.test107 } {1 {vtable constructor failed: tX}}
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-prologue.js239 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 Dsqlite3-api-glue.js45 if(v && v.constructor && v instanceof StructBinder.StructType){
H A Dsqlite3-opfs-async-proxy.js161 constructor(errorObject, ...msg){ method in GetSyncHandleError
/sqlite-3.40.0/test/
H A Dfuzzerfault.test41 {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 Dfts3comp1.test110 } {1 {missing uncompress parameter in fts4 constructor}}
113 } {1 {missing compress parameter in fts4 constructor}}
H A Dfts3aux1.test358 } {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 Dfts3fault.test151 {1 {vtable constructor failed: t1}} \
160 {1 {vtable constructor failed: t1}} \
H A Dvtab1.test88 } {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 Daltermalloc.test62 if {$msg eq "vtable constructor failed: t1echo"} {
H A Dunionvtabfault.test50 {1 {vtable constructor failed: uuu}} \
H A Dupfromfault.test82 faultsim_test_result {0 {}} {1 {vtable constructor failed: t1}}
H A Dstat.test238 # Test that the argument passed to the dbstat constructor is dequoted
H A Dzipfile.test463 } {1 {zipfile constructor requires one argument}}
466 } {1 {zipfile constructor requires one argument}}
H A Dfts4content.test635 } {1 {vtable constructor called recursively: x1}}
/sqlite-3.40.0/ext/rtree/
H A DrtreeD.test12 # Miscellaneous tests for errors in the rtree constructor.
30 # constructor, a relevant error message is returned.
H A Drtree1.test168 # Force the r-tree constructor to fail.
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md364 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 Djaccwabyt.js526 dispose: rop(function(){__freeStruct(this.constructor, this)}),
729 constructor: rop(StructCtor) property
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js390 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).

12