Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aurelia/binding
/ visitAccessKeyed
Method
visitAccessKeyed
src/unparser.js:99–104 ·
view source on GitHub ↗
(access)
Source
from the content-addressed store, hash-verified
97
}
98
99
visitAccessKeyed(access) {
100
access.object.accept(this);
101
this.write(
'['
);
102
access.key.accept(this);
103
this.write(
']'
);
104
}
105
106
visitCallScope(call) {
107
let
i = call.ancestor;
Callers
3
accept
Method · 0.45
aurelia-binding.js
File · 0.45
aurelia-binding.js
File · 0.45
Calls
2
write
Method · 0.80
accept
Method · 0.45
Tested by
no test coverage detected