Home
last modified time | relevance | path

Searched refs:arrow_func (Results 1 – 1 of 1) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
Dlength-property.js112 var arrow_func = () => {}; function
114 var nested_bound_func = arrow_func.bind().bind(1);
116 var functions = [normal_func, arrow_func, bound_func, nested_bound_func];