DescriptionMake sure to use the correct context for eval checks
We can't assume that there's no entered context during microtask
execution. We also can't assume that we'll never enter an context during
microtask execution either.
We can however assume that we don't execute microtasks recursively, so
remembering the length of the entered context stack is enough to decide
which context to use.
BUG=chromium:635769
R=verwaest@chromium.org
Committed: https://crrev.com/d008b9efcbddf299feefe7b420fd7e1601512ba5
Cr-Commit-Position: refs/heads/master@{#39627}
Patch Set 1 #Patch Set 2 : updates #Messages
Total messages: 13 (8 generated)
|