// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- info: The RegExp has property prototype es5id: 15.10.5.1_A1 description: Checking RegExp.prototype property ---*/ assert.sameValue(RegExp.hasOwnProperty('prototype'), true, 'RegExp.hasOwnProperty(\'prototype\') must return true'); reportCompare(0, 0);