UNPKG

core-js

Version:
9 lines (8 loc) 279 B
// 26.1.1 Reflect.apply(target, thisArgument, argumentsList) var $def = require('./$.def') , _apply = Function.apply; $def($def.S, 'Reflect', { apply: function apply(target, thisArgument, argumentsList){ return _apply.call(target, thisArgument, argumentsList); } });