[interpreter] Add a fast path for dynamic local load
Adds a fast path for loading DYNAMIC_LOCAL variables, which are lookup
variables that can be context loaded, without calling the runtime, as
long as there was no context extension by a sloppy eval along their
context chain.
BUG=
v8:5263
Committed:
https://crrev.com/66d2e1fc22398f24ee43d65010b80441a0a33c80
Cr-Commit-Position: refs/heads/master@{#39473}