Name Description Size
bytecode_offset.rs 1679
copy
env_coord.rs (EnvironmentSlot,EnvironmentHops) pair represent the reference to a slot in an environment object in the environment chain. See the SMDOC comment in m-c/js/src/vm/EnvironmentObject.h for the details about environment object and environment chain. 1170
frame_slot.rs 371
function.rs 6427
gcthings.rs 1954
lib.rs 257
opcode.rs 26709
opcode_info.rs 1140
regexp.rs 1044
result.rs 872
scope.rs Types for the output of scope analysis. The top-level output of this analysis is the `ScopeDataMap`, which holds the following: * `LexicalScopeData` for each lexial scope in the AST * `GlobalScopeData` for the global scope * `VarScopeData` for extra body var scope in function * `FunctionScopeData` for the function scope Each scope contains a list of bindings (`BindingName`). 17790
scope_notes.rs 1934
script.rs The result of emitter 16615