bda2b3d2ff
- Give AwaitMarkerNode a token position. - Make it possible to provide a token position for SaveContext, RestoreContext, StoreContext, and CurrentContext. - Pass in a token position to internally generated StoreLocal and LoadLocal instructions for try-catch-finally. - Introduce a Context ClassifyingTokenPosition to be used when we can't attribute a context related instruction to a source position. R=rmacnak@google.com Review URL: https://codereview.chromium.org/1575953005 .