UNPKG

2.31 kBJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.setCreate = setCreate;
7exports.setEnvironment = setEnvironment;
8exports.setFunctions = setFunctions;
9exports.setHavoc = setHavoc;
10exports.setJoin = setJoin;
11exports.setPath = setPath;
12exports.setProperties = setProperties;
13exports.setTo = setTo;
14exports.setWiden = setWiden;
15exports.setConcretize = setConcretize;
16exports.setUtils = setUtils;
17exports.Utils = exports.concretize = exports.Widen = exports.To = exports.Properties = exports.Path = exports.Join = exports.Havoc = exports.Functions = exports.Environment = exports.Create = void 0;
18
19/**
20 * Copyright (c) 2017-present, Facebook, Inc.
21 * All rights reserved.
22 *
23 * This source code is licensed under the BSD-style license found in the
24 * LICENSE file in the root directory of this source tree. An additional grant
25 * of patent rights can be found in the PATENTS file in the same directory.
26 */
27let Create = null;
28exports.Create = Create;
29let Environment = null;
30exports.Environment = Environment;
31let Functions = null;
32exports.Functions = Functions;
33let Havoc = null;
34exports.Havoc = Havoc;
35let Join = null;
36exports.Join = Join;
37let Path = null;
38exports.Path = Path;
39let Properties = null;
40exports.Properties = Properties;
41let To = null;
42exports.To = To;
43let Widen = null;
44exports.Widen = Widen;
45let concretize = null;
46exports.concretize = concretize;
47let Utils = null;
48exports.Utils = Utils;
49
50function setCreate(singleton) {
51 exports.Create = Create = singleton;
52}
53
54function setEnvironment(singleton) {
55 exports.Environment = Environment = singleton;
56}
57
58function setFunctions(singleton) {
59 exports.Functions = Functions = singleton;
60}
61
62function setHavoc(singleton) {
63 exports.Havoc = Havoc = singleton;
64}
65
66function setJoin(singleton) {
67 exports.Join = Join = singleton;
68}
69
70function setPath(singleton) {
71 exports.Path = Path = singleton;
72}
73
74function setProperties(singleton) {
75 exports.Properties = Properties = singleton;
76}
77
78function setTo(singleton) {
79 exports.To = To = singleton;
80}
81
82function setWiden(singleton) {
83 exports.Widen = Widen = singleton;
84}
85
86function setConcretize(singleton) {
87 exports.concretize = concretize = singleton;
88}
89
90function setUtils(singleton) {
91 exports.Utils = Utils = singleton;
92}
93//# sourceMappingURL=singletons.js.map
\No newline at end of file