Sha256: 97f9aa3ce2da751a25bd6908950c45541830ba1b930d6a97f26b7ea7706edad0
Contents?: true
Size: 395 Bytes
Versions: 308
Compression:
Stored size: 395 Bytes
Contents
// 26.1.1 Reflect.apply(target, thisArgument, argumentsList) var $export = require('./_export') , aFunction = require('./_a-function') , anObject = require('./_an-object') , _apply = Function.apply; $export($export.S, 'Reflect', { apply: function apply(target, thisArgument, argumentsList){ return _apply.call(aFunction(target), thisArgument, anObject(argumentsList)); } });
Version data entries
308 entries across 4 versions & 1 rubygems