blob: ced47ecdac5eff9a5773a52452a3e61035fbb7db [file] [log] [blame]
function globalPrototypeChainIsMutable()
{
if (typeof immutablePrototypesEnabled !== "function")
return true;
return !immutablePrototypesEnabled();
}