Doing room_pack_eval_script = method(undefined, txr_eval_script)
might help..?
Or changing the line to be
var _m = method(undefined, room_pack_eval_script);
_m(l_ccRaw, l_ccPath);
Usually GML only binds self
for functions when using v = function(...){...}