Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ parseNonComputedMember
Function
parseNonComputedMember
docs/tests/v2/es6/js/sanddance.js:129114–129117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129112
}
129113
129114
function
parseNonComputedMember() {
129115
expect(
'.'
);
129116
return
parseNonComputedProperty();
129117
}
129118
129119
function
parseComputedMember() {
129120
var
expr;
Callers
1
parseLeftHandSideExpressionAllowCall
Function · 0.70
Calls
2
expect
Function · 0.70
parseNonComputedProperty
Function · 0.70
Tested by
no test coverage detected