Sha256: d64608978c8a5a3ebe5ba2a4428675f109f3f7d445ab66410ca043d52277d595
Contents?: true
Size: 290 Bytes
Versions: 20
Compression:
Stored size: 290 Bytes
Contents
// 26.1.1 Reflect.apply(target, thisArgument, argumentsList) var $export = require('./$.export') , _apply = Function.apply; $export($export.S, 'Reflect', { apply: function apply(target, thisArgument, argumentsList){ return _apply.call(target, thisArgument, argumentsList); } });
Version data entries
20 entries across 10 versions & 3 rubygems