const sum = new Function('a', 'b', 'return a + b'); console.log(sum(1, 2));//3let search_data_line = (new Function('', "return (" + dataSource.fetchFun + ")('" + line + "')"))();