Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/jerry/es2015/
Dfunction-async1.js17 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 …]
Dfunction-async2.js37 function check_promise(p, value) function
52 check_promise(o.f(), 1)
66 check_promise(c.f(), 3)
67 check_promise(C.f(), 4)