From e544978224189ec47fe104c879ea6a7d63f8bcf0 Mon Sep 17 00:00:00 2001
From: Dave Tapuska
For the global object, create a new Window
object providing
- agent as the global object's agent.
For the agent, use agent. This pointer is not yet defined + in the JavaScript specification; see tc39/ecma262#1357.
For the global object, create a new Window
object.
For the global this binding, use browsingContext's
WindowProxy
object.