diff options
Diffstat (limited to 'js/src/builtin/Set.js')
-rw-r--r-- | js/src/builtin/Set.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/builtin/Set.js b/js/src/builtin/Set.js index d1d877ba44..1dbd13cf93 100644 --- a/js/src/builtin/Set.js +++ b/js/src/builtin/Set.js @@ -120,7 +120,6 @@ function SetIteratorNext() { return retVal; } -#ifdef NIGHTLY_BUILD // GetSetRecord ( obj ) // // https://tc39.es/proposal-set-methods/#sec-getsetrecord @@ -564,4 +563,3 @@ function SetIsDisjointFrom(other) { // Step 7. return true; } -#endif |