blob: 3c6664108aa438f79c14fde26009e3087dff36b6 [file] [log] [blame]
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