Sha256: 858eb6e6b3f02afe1a429a8d6ed996c2ce6063e2d379a27171752e82850581fc

Contents?: true

Size: 362 Bytes

Versions: 9

Compression:

Stored size: 362 Bytes

Contents

'use strict';

var define = require('define-properties');

var implementation = require('./implementation');
var getPolyfill = require('./polyfill');
var shim = require('./shim');

var flagsBound = Function.call.bind(implementation);

define(flagsBound, {
	getPolyfill: getPolyfill,
	implementation: implementation,
	shim: shim
});

module.exports = flagsBound;

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
disco_app-0.18.0 test/dummy/node_modules/regexp.prototype.flags/index.js
disco_app-0.18.2 test/dummy/node_modules/regexp.prototype.flags/index.js
disco_app-0.16.1 test/dummy/node_modules/regexp.prototype.flags/index.js
disco_app-0.15.2 test/dummy/node_modules/regexp.prototype.flags/index.js
disco_app-0.18.4 test/dummy/node_modules/regexp.prototype.flags/index.js
disco_app-0.18.1 test/dummy/node_modules/regexp.prototype.flags/index.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/regexp.prototype.flags/index.js
disco_app-0.14.0 test/dummy/node_modules/regexp.prototype.flags/index.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/regexp.prototype.flags/index.js