910e62b5创建于 1月15日历史提交
Tests that opening inspector front-end doesn't change methods defined by the inspected application.

myImpl() => my value
Object.type === myImpl => true
Object.hasProperties === myImpl => true
Object.describe === myImpl => true
Object.className === myImpl => true
String.prototype.testStringProtoFunc === myImpl => true
JSON.stringify === myImpl => true