Regression test for crbug/1207867 Running test: testFunctionDescription { className : Function description : function fun(x) { return x; } objectId : type : function } Running test: testArrowFunctionDescription { className : Function description : x => x objectId : type : function } Running test: testBoundFunctionDescription { className : Function description : function () { [native code] } objectId : type : function } Running test: testAsyncFunctionDescription { className : AsyncFunction description : async function afun(x) { await x; } objectId : type : function } Running test: testNativeFunctionDescription { className : Function description : function map() { [native code] } objectId : type : function }