Home
last modified time | relevance | path

Searched refs:functionProxy (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/mjsunit/harmony/regress/
Dregress-405844.js11 var functionProxy = Proxy.createFunction({ fix: function() { return {}; } }, function(){}); variable
12 Object.preventExtensions(functionProxy);
13 Object.observe(functionProxy, function(){});