You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownew$TypeError('Assertion failed: `S` must be a String');
}
varS=$Object(value);
if(S!==$StringPrototype){
if(setProto){
setProto(S,prototype);
}else{
thrownew$SyntaxError('StringCreate: a `proto` argument that is not `String.prototype` is not supported in an environment that does not support setting the [[Prototype]]');