findBestMatchExpression.js |
|
1443 |
findOutOfScopeLocations.js |
Returns the location for a given function path. If the path represents a
function declaration, the location will begin after the function identifier
but before the function parameters.
|
3813 |
getScopes |
|
|
getSymbols.js |
|
14905 |
index.js |
Reports if the location's source can be parsed by this worker.
@param {Object} location
A debugger frontend location object. See createLocation().
@return {Boolean}
True, if the worker may be able to parse this source.
|
1882 |
mapAwaitExpression.js |
Given an AST, modify it to return the last evaluated statement's expression value if possible.
This is to preserve existing console behavior of displaying the last executed expression value.
|
6461 |
mapBindings.js |
|
3028 |
mapExpression.js |
|
1452 |
mapOriginalExpression.js |
|
2996 |
moz.build |
|
275 |
sources.js |
|
638 |
tests |
|
|
utils |
|
|
worker.js |
|
1140 |