Lines Matching defs:promise_test
636 msg += ' Consider using `promise_test` instead when ' +
680 // clear this is invalid, and point authors to promise_test if it
692 msg += ' Consider using `promise_test` instead when ' +
717 function promise_test(func, name, properties) {
736 assert(!!promise, "promise_test", null,
739 assert(typeof promise.then === "function", "promise_test", null,
745 // `promise_test` even though this reflects a mixture of
759 assert(false, "promise_test", null,
1079 * before running any `promise_test` tests.
1092 "promise_test invoked without a function");
1217 expose(promise_test, 'promise_test');
2440 * :js:func:`test`, :js:func:`async_test` or :js:func:`promise_test` functions.
2808 * promise_test(async t => {
2999 * `promise_test` may alternatively return "thenable" object values.
3834 * :js:func:`test`, :js:func:`async_test`, and :js:func:`promise_test` in