Add uncloneable Proxy constructor test.

This commit is contained in:
John-David Dalton
2016-10-27 12:36:47 -07:00
parent 7d4c3ed404
commit daf6de6a46

View File

@@ -2723,7 +2723,8 @@
'DOM elements': body, 'DOM elements': body,
'functions': Foo, 'functions': Foo,
'async functions': asyncFunc, 'async functions': asyncFunc,
'generator functions': genFunc 'generator functions': genFunc,
'the `Proxy` constructor': Proxy
}; };
lodashStable.each(errors, function(error) { lodashStable.each(errors, function(error) {