Pattern
Execution Context Semantics
execution-context-semantics-mismatch
Code is evaluated in the wrong execution context—e.g., JS in Function is only parsed/compiled, browser-side navigation happens but remaining logic is ignored, or subprocess calls avoid shell parsing—so developers misjudge side effects, ordering, or network behavior.