THING = THING || {}; THING.somefunc = function () ...
# suitescript
s
THING = THING || {}; THING.somefunc = function () { do stuff }; ?