MCPcopy Create free account
hub / github.com/dop251/goja / SameAs

Method SameAs

string_unicode.go:416–418  ·  view source on GitHub ↗
(other Value)

Source from the content-addressed store, hash-verified

414}
415
416func (s unicodeString) SameAs(other Value) bool {
417 return s.StrictEquals(other)
418}
419
420func (s unicodeString) Equals(other Value) bool {
421 if s.StrictEquals(other) {

Callers

nothing calls this directly

Calls 1

StrictEqualsMethod · 0.95

Tested by

no test coverage detected