For the record:
I have an Object which is a textbox, that is called jsTxt in the objects panel.
Layout is designed with exactly one of this Object as part of the layout.
I have used the call javascript action and the myFubar() function is triggered correctly, posts "fubar" to the console. This errors follows immediately:
Uncaught (in promise) TypeError: this._bbstr.includes is not a function
at new C3.BBString (bbstring.js:1)
at C3.Gfx.WebGLText._MaybeWrapText (text.js:1)
at C3.Gfx.WebGLText._DoUpdate (text.js:1)
at C3.Gfx.WebGLText._MaybeUpdate (text.js:1)
at C3.Gfx.WebGLText.GetTexture (text.js:1)
at C3.Plugins.Text.Instance.Draw (instance.js:1)
at C3.Instance.Draw (instance.js:1)
at C3.Layer._DrawInstance (layer.js:1)
at C3.Layer._DrawInstances (layer.js:1)
at C3.Layer.Draw (layer.js:1)