Home Reference Source

packages/remote-environment/src/es6/Symbol.js

/**
 * Copyright 2017 Moshe Simantov
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* eslint-disable prettier/prettier */

export default {
  'Symbol': Symbol,
  'Symbol.for': Symbol.for,
  'Symbol.hasInstance': Symbol.hasInstance,
  'Symbol.isConcatSpreadable': Symbol.isConcatSpreadable,
  'Symbol.iterator': Symbol.iterator,
  'Symbol.keyFor': Symbol.keyFor,
  'Symbol.match': Symbol.match,
  'Symbol.prototype': Symbol.prototype,
  'Symbol.prototype.toString': Symbol.prototype.toString,
  'Symbol.prototype.valueOf': Symbol.prototype.valueOf,
  'Symbol.prototype[Symbol.toPrimitive]': Symbol.prototype[Symbol.toPrimitive],
  'Symbol.replace': Symbol.replace,
  'Symbol.search': Symbol.search,
  'Symbol.species': Symbol.species,
  'Symbol.split': Symbol.split,
  'Symbol.toPrimitive': Symbol.toPrimitive,
  'Symbol.toStringTag': Symbol.toStringTag,
  'Symbol.unscopables': Symbol.unscopables,
};