frames |
|
|
index.js |
|
392 |
mapScopes |
|
|
scopes.js |
Builds a tree of nodes representing all the variables and arguments
for the bindings from a scope.
Each binding => { variables: Array, arguments: Array }
Each binding argument => [name: string, contents: BindingContents]
@param {Array} bindings
@param {String} parentName
@returns
|
8570 |
why.js |
|
1189 |