You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lexical-scopes.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,12 +65,11 @@ with (object.from.somewhere)
65
65
66
66
### Activation
67
67
68
-
Method bodies create an activation as scope. The filter operator creates an activation specifying a \[\[*FilterBase*]] to create a wildcard **\*** binding.
68
+
Method bodies create an activation as scope.
69
69
70
70
#### Added internal properties
71
71
72
72
| Name | Description |
73
73
| ------------------------- | ----------- |
74
74
|\[\[*This*]]| The `this` object. |
75
-
|\[\[*Method*]]| Method. |
76
-
|\[\[*FilterBase*]]| Base object of the filter operator. |
0 commit comments