test262/test/staging/explicit-resource-management
Meghan Denny 60963bf468
chore: convert many tests to use verifyProperty (#4263)
Co-authored-by: André Bargull <andre.bargull@gmail.com>
2024-10-14 11:25:05 +02:00
..
Symbol/dispose chore: convert many tests to use verifyProperty (#4263) 2024-10-14 11:25:05 +02:00
async-disposable-stack-adopt-and-defer-not-callable.js [explicit-resource-management] Add AsyncDisposableStack builtins 2024-08-27 21:23:09 +02:00
async-disposable-stack-adopt-on-disposed-stack.js [explicit-resource-management] Add AsyncDisposableStack builtins 2024-08-27 21:23:09 +02:00
async-disposable-stack-adopt.js [explicit-resource-management] Add AsyncDisposableStack builtins 2024-08-27 21:23:09 +02:00
async-disposable-stack-async-dispose-symbol-throws.js [explicit-resource-management] Add AsyncDisposableStack builtins 2024-08-27 21:23:09 +02:00
async-disposable-stack-constructor-and-prototype.js [explicit-resource-management] Add AsyncDisposableStack builtins 2024-08-27 21:23:09 +02:00
async-disposable-stack-defer-on-disposed-stack.js [explicit-resource-management] Add AsyncDisposableStack builtins 2024-08-27 21:23:09 +02:00
async-disposable-stack-defer.js [explicit-resource-management] Add AsyncDisposableStack builtins 2024-08-27 21:23:09 +02:00
async-disposable-stack-dispose-on-disposed-stack.js [explicit-resource-management] Add AsyncDisposableStack builtins 2024-08-27 21:23:09 +02:00
async-disposable-stack-dispose-sync-calls.js [explicit-resource-management] Add AsyncDisposableStack builtins 2024-08-27 21:23:09 +02:00
async-disposable-stack-dispose-throws-suppressed-error.js [explicit-resource-management] Add AsyncDisposableStack builtins 2024-08-27 21:23:09 +02:00
async-disposable-stack-dispose.js [explicit-resource-management] Add AsyncDisposableStack builtins 2024-08-27 21:23:09 +02:00
async-disposable-stack-disposed-getter.js [explicit-resource-management] Add AsyncDisposableStack builtins 2024-08-27 21:23:09 +02:00
async-disposable-stack-move-on-disposed-stack.js [explicit-resource-management] Add AsyncDisposableStack builtins 2024-08-27 21:23:09 +02:00
async-disposable-stack-move.js [explicit-resource-management] Add AsyncDisposableStack builtins 2024-08-27 21:23:09 +02:00
async-disposable-stack-use-on-disposed-stack.js [explicit-resource-management] Add AsyncDisposableStack builtins 2024-08-27 21:23:09 +02:00
async-disposable-stack-use.js [explicit-resource-management] Add AsyncDisposableStack builtins 2024-08-27 21:23:09 +02:00
await-using-dispose-method-throws-after-await.js [explicit-resource-management] Complete exception handling 2024-08-28 19:39:52 +02:00
await-using-dispose-method-throws.js [explicit-resource-management] Complete exception handling 2024-08-28 19:39:52 +02:00
await-using-in-async-function-call-with-await.js [explicit-resource-management] Add await using to the bytecode generator 2024-07-10 10:19:19 -07:00
await-using-in-async-function-call-without-await.js [explicit-resource-management] Add await using to the bytecode generator 2024-07-10 10:19:19 -07:00
await-using-in-async-generator-body.js [explicit-resource-management] Add test for async generator body 2024-09-17 22:20:04 +02:00
await-using-in-block.js [explicit-resource-management] Add await using to the bytecode generator 2024-07-10 10:19:19 -07:00
await-using-in-for-in-statement.js [explicit-resource-management] Add await using to the bytecode generator 2024-07-10 10:19:19 -07:00
await-using-in-for-of-statement.js [explicit-resource-management] Add await using to the bytecode generator 2024-07-10 10:19:19 -07:00
await-using-in-for-statement.js [explicit-resource-management] Add await using to the bytecode generator 2024-07-10 10:19:19 -07:00
await-using-in-switch-case-block.js [explicit-resource-management] Add await using to the bytecode generator 2024-07-10 10:19:19 -07:00
await-using-mixed-async-throws.js [explicit-resource-management] Complete exception handling 2024-08-28 19:39:52 +02:00
await-using-mixed-sync-throws.js [explicit-resource-management] Complete exception handling 2024-08-28 19:39:52 +02:00
await-using-mixed-throws-suppressed-error-from-sync-and-async-disposals.js [explicit-resource-management] Complete exception handling 2024-08-28 19:39:52 +02:00
await-using-mixed-throws-suppressed-error.js [explicit-resource-management] Complete exception handling 2024-08-28 19:39:52 +02:00
await-using-throws-from-symbol-dispose.js [explicit-resource-management] Complete exception handling 2024-08-28 19:39:52 +02:00
await-using-throws-suppressed-error-from-disposals.js [explicit-resource-management] Complete exception handling 2024-08-28 19:39:52 +02:00
await-using-throws-suppressed-error-from-try-and-disposal.js [explicit-resource-management] Complete exception handling 2024-08-28 19:39:52 +02:00
await-using-throws-suppressed-error-of-undefined.js [explicit-resource-management] Complete exception handling 2024-08-28 19:39:52 +02:00
await-using-user-code-throws-after.js [explicit-resource-management] Complete exception handling 2024-08-28 19:39:52 +02:00
await-using-user-code-throws-before.js [explicit-resource-management] Complete exception handling 2024-08-28 19:39:52 +02:00
await-using-with-no-async-dispose-method.js [explicit-resource-management] Complete exception handling 2024-08-28 19:39:52 +02:00
await-using-with-sync-dispose-method.js [explicit-resource-management] Add await using to the bytecode generator 2024-07-10 10:19:19 -07:00
call-dispose-methods.js [explicit-resource-management] Add using in bytecode generator 2024-03-25 19:18:58 +01:00
disposable-stack-adopt-and-defer.js [explicit-resource-management] Add adopt and defer 2024-05-15 23:18:28 +02:00
disposable-stack-constructor-and-prototype.js [explicit-resource-management] Add move and disposed getter 2024-05-15 13:19:32 -07:00
disposable-stack-disposed-getter.js [explicit-resource-management] Add move and disposed getter 2024-05-15 13:19:32 -07:00
disposable-stack-move.js [explicit-resource-management] Add move and disposed getter 2024-05-15 13:19:32 -07:00
disposable-stack-use-and-dispose.js [explicit-resource-management] Add DisposableStack constructor, use 2024-05-09 00:18:17 +02:00
exception-handling.js [explicit-resource-management]Add exception handling to sync ERM 2024-04-26 20:18:23 +02:00
mixed-call-dispose-methods.js [explicit-resource-management] Add await using to the bytecode generator 2024-07-10 10:19:19 -07:00
using-with-null-or-undefined.js [explicit-resource-management] Add DisposableStack constructor, use 2024-05-09 00:18:17 +02:00