blob: fb1323d2e6a3b115e58c3cba12e25717df9e0b4a [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Maps some objects/functions within an ordinary web renderer to a v8 one.
window = {};
window.setTimeout = () => {};
globalThis = window;
goog = {};
goog.provide = () => {};
goog.require = () => {};
goog.addDependency = () => {};
goog.isDef = val => val !== undefined;