Searched refs:exception_pending (Results 1 – 1 of 1) sorted by relevance
39 const exception_pending = test_exception.wasPending(); constant40 assert.strictEqual(exception_pending, true,42 ` .wasPending() returned ${exception_pending}`);67 const exception_pending = test_exception.wasPending(); constant68 assert.strictEqual(exception_pending, true,70 ` .wasPending() returned ${exception_pending}`);92 const exception_pending = test_exception.wasPending(); constant93 assert.strictEqual(exception_pending, false,95 ` .wasPending() returned ${exception_pending}`);111 const exception_pending = test_exception.wasPending(); constant[all …]