Lines Matching defs:module
78 GetV8Module(sp_ctx); // Will force the correct module to load
105 // Returns whether the given module appears to have symbols for V8 code.
106 bool IsV8Module(IDebugHostModule* module) {
108 // The below symbol is specific to the main V8 module and is specified with
110 if (FAILED(module->FindSymbolByName(
144 // Search first for a few known module names, to avoid loading symbols for
146 // module is fast but failing to find a symbol within a module is slow. Note
148 // module if it exists. The others might include V8 symbols depending on the
189 // This will be the located module, or still nullptr if above fails