}
if (defineUnsupportedTypeFunctionMethod) {
// Some type/function combos are not supported, so we
// save space by defining only one method.
sharedStream.appendCodeBlock("unsupportedTypeFunction");
}
if (defineScalarDeleteMethod) {
// Types that share the scalarDelete() method, which does nothing.
// We use one method so as to reduce code size.