blob: 778fa68a2e2e06ac05e608316495d53c39e31ec7 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/** @enum {number} */
blink.mojom.V8CacheOptions = {};
blink.mojom.V8CacheOptions.kDefault;
blink.mojom.V8CacheOptions.kNone;
blink.mojom.V8CacheOptions.kCode;
blink.mojom.V8CacheOptions.kCodeWithoutHeatCheck;
blink.mojom.V8CacheOptions.kFullCodeWithoutHeatCheck;