func (cs ContextScope) Global() *Object { return newValue(C.V8_Context_Global(cs.context.self)).ToObject() }
func (c *Context) Global() *Object { return newValue(c.GetEngine(), C.V8_Context_Global(c.self)).ToObject() }