Nope. Do you mean a runtime error or a JSLint error ? I checked it in runtime & the func is available. If its JSLint error just ignore it& activate it. In case if it doesn't allow activation you can declare that as global directive in the first line of your xsjs file to let JSLint ignore it.
/* global Uint16Array */
-Sakthivel