%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/.trash/vacivitta/node_modules/reflect.getprototypeof/
Upload File :
Create Path :
Current File : /home/vacivi36/.trash/vacivitta/node_modules/reflect.getprototypeof/shim.js

'use strict';

var define = require('define-properties');
var getPolyfill = require('./polyfill');

module.exports = function shimGetPrototypeOf() {
	define(
		global,
		{ Reflect: {} },
		{ Reflect: function () { return typeof Reflect !== 'object' || !Reflect; } }
	);

	var polyfill = getPolyfill();
	define(
		Reflect,
		{ getPrototypeOf: polyfill },
		{ getPrototypeOf: function () { return Reflect.getPrototypeOf !== polyfill; } }
	);

	return polyfill;
};

Zerion Mini Shell 1.0