From f224763f81be3e3e7213c1f33e830749b85baa50 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 31 Jan 2023 23:24:15 -0800 Subject: [PATCH] Streamline GetDisposeMethod and Dispose AOs --- spec.emu | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/spec.emu b/spec.emu index e83234a..1fc5500 100644 --- a/spec.emu +++ b/spec.emu @@ -1049,9 +1049,7 @@ contributors: Ron Buckton, Ecma International
- 1. Assert: _hint_ is ~sync-dispose~. - 1. Let _method_ be ? GetMethod(_V_, @@dispose). - 1. Return _method_. + 1. Return ? GetMethod(_V_, @@dispose). @@ -1065,7 +1063,6 @@ contributors: Ron Buckton, Ecma International
- 1. Assert: _hint_ is ~sync-dispose~. 1. Perform ? Call(_method_, _V_). 1. Return *undefined*.