Skip to content

Commit

Permalink
Merge pull request #5 from pzuraq/remove-dynamic-home-object
Browse files Browse the repository at this point in the history
Remove dynamic [[HomeObject]] from decorator return values
  • Loading branch information
pzuraq authored Apr 12, 2023
2 parents f604983 + bcd170c commit e86128e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -24357,7 +24357,6 @@ <h1>
1. Else if _newValue_ is not *undefined*, throw a *TypeError* exception.
1. Else,
1. If IsCallable(_newValue_) is *true*, then
1. Perform MakeMethod(_newValue_, _homeObject_).
1. If _kind_ is ~getter~, then
1. Perform SetFunctionName(_newValue_, _key_, *"get"*).
1. Set _elementRecord_.[[Get]] to _newValue_.
Expand Down

0 comments on commit e86128e

Please sign in to comment.