Searched refs:arrow_func (Results 1 – 1 of 1) sorted by relevance
112 var arrow_func = () => {}; function114 var nested_bound_func = arrow_func.bind().bind(1);116 var functions = [normal_func, arrow_func, bound_func, nested_bound_func];