Lines Matching defs:module
28 #include "src/objects/source-text-module.h"
763 // Load the contents of a module variable into the accumulator. The variable is
765 // relative to the module context.
771 TNode<SourceTextModule> module =
781 module, SourceTextModule::kRegularExportsOffset);
793 module, SourceTextModule::kRegularImportsOffset);
808 // Store accumulator to the module variable identified by <cell_index>.
809 // <depth> is the depth of the current context relative to the module context.
816 TNode<SourceTextModule> module =
826 module, SourceTextModule::kRegularExportsOffset);