Searched refs:check_promise (Results 1 – 2 of 2) sorted by relevance
/third_party/jerryscript/tests/jerry/es2015/ |
D | function-async1.js | 17 function check_promise(p, value) function 32 check_promise(f(1), 1) 35 check_promise(f(2), 2) 38 check_promise(f(3), 3) 41 check_promise(f[0](4), 4) 53 check_promise(f(6), 6) 59 check_promise(f(8), 8) 65 check_promise(f[0](10), 10) 68 check_promise(f(10, 1), 11) 71 check_promise(f(10, 2), 12) [all …]
|
D | function-async2.js | 37 function check_promise(p, value) function 52 check_promise(o.f(), 1) 66 check_promise(c.f(), 3) 67 check_promise(C.f(), 4)
|