mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
Internal JS cleanups. Correct part of [ac136925a645] to account for the eTextRep flag being able to hold flags other than the encoding.
FossilOrigin-Name: 1dfc03ab1e0269807beef27bf884ab9ead7553d4a5f6ed213f812d7fa052045f
This commit is contained in:
@ -2026,9 +2026,12 @@ self.WhWasmUtilInstaller = function(target){
|
||||
It throws if no adapter is found.
|
||||
|
||||
ACHTUNG: the adapter may require that a scopedAllocPush() is
|
||||
active and it may allocate memory within that scope.
|
||||
active and it may allocate memory within that scope. It may also
|
||||
require additional arguments, depending on the type of
|
||||
conversion.
|
||||
*/
|
||||
target.xWrap.testConvertArg = cache.xWrap.convertArg;
|
||||
|
||||
/**
|
||||
This function is ONLY exposed in the public API to facilitate
|
||||
testing. It should not be used in application-level code, only
|
||||
|
Reference in New Issue
Block a user