blob: 50cf7a7993dfeb23a2fbe383dc1c3d449db89483 [file] [log] [blame] [raw]
/** @constructor */
function DynamicTranslator(something)
{
// TODO
dbg_assert(false);
this.clear_cache = function() {};
this.cycle_translated = function() {};
}