Is it a 'fake' stack representing execution contexts of lexical environments required to run the currently executing task?
example:
Code that follows await _expression_
is placed into the microtask queue.
When it is placed onto the stack for execution, does the chrome debugger represent this task's lex. environments execution contexts in a stack above the line?
i.e. the ---------await in f2 (async)------ line?