Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js71 var bfoo = foo.bind(undefined, 1); variable
72 bfoo(2);
75 array.forEach(bfoo);