[ignition,modules] Introduce bytecodes for loading/storing module variables.
This introduces two new bytecodes LdaModuleVariable and StaModuleVariable,
replacing the corresponding runtime calls.
Support in the bytecode graph builder exists only in the form of runtime calls.
BUG=
v8:1569
Committed:
https://crrev.com/dd155e47bd167b4bb536493579366f8035896233
Cr-Commit-Position: refs/heads/master@{#40825}