Bug 1806136 - Part 3: Create one ModuleRequestObject per StencilModuleRequest r=arai
commit340a9375e490309d1cabc3b072da9369cb4e869c
authorJon Coppeard <jcoppeard@mozilla.com>
Mon, 19 Dec 2022 11:56:36 +0000 (19 11:56 +0000)
committerJon Coppeard <jcoppeard@mozilla.com>
Mon, 19 Dec 2022 11:56:36 +0000 (19 11:56 +0000)
tree6176c7d45dc74893b2378a51ca119603d8af363a
parent2d51f0891fb12349e025a9c60abde91c45b81573
Bug 1806136 - Part 3: Create one ModuleRequestObject per StencilModuleRequest r=arai

Finally, this creates a vector of ModuleRequestObjects at the start of
StencilModuleMetadata::initModule so we can use the index from the stencil data
to get the right one.

Differential Revision: https://phabricator.services.mozilla.com/D164917
js/src/builtin/ModuleObject.cpp
js/src/builtin/ModuleObject.h
js/src/frontend/Stencil.h