Constructor
new Bound(parent, names)
Parameters:
| Name | Type | Description |
|---|---|---|
parent |
Bound | null | The enclosing binding set. |
names |
Array:.<string:> | Names this level binds. |
Methods
has(name) → {boolean}
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string | The name to test. |
Returns:
Whether any enclosing level binds it.
- Type
- boolean