trait SymbolConstructor extends scala.scalajs.js.Object with StObject
- Annotations
- @JSType() @native()
- Source
- SymbolConstructor.scala
- Alphabetic
- By Inheritance
- SymbolConstructor
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- def apply(description: Double): scala.scalajs.js.Symbol
- def apply(description: java.lang.String): scala.scalajs.js.Symbol
- def apply(): scala.scalajs.js.Symbol
Returns a new unique Symbol value.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val asyncIterator: scala.scalajs.js.Symbol
A method that returns the default async iterator for an object.
A method that returns the default async iterator for an object. Called by the semantics of the for-await-of statement.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- def for(key: java.lang.String): scala.scalajs.js.Symbol
Returns a Symbol object from the global symbol registry matching the given key if found.
Returns a Symbol object from the global symbol registry matching the given key if found. Otherwise, returns a new symbol with this key.
- key
key to search for.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val hasInstance: scala.scalajs.js.Symbol
A method that determines if a constructor object recognizes an object as one of the constructor’s instances.
A method that determines if a constructor object recognizes an object as one of the constructor’s instances. Called by the semantics of the instanceof operator.
- def hasOwnProperty(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val isConcatSpreadable: scala.scalajs.js.Symbol
A Boolean value that if true indicates that an object should flatten to its array elements by Array.prototype.concat.
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: scala.scalajs.js.Object): scala.Boolean
- Definition Classes
- Object
- val iterator: scala.scalajs.js.Symbol
A method that returns the default iterator for an object.
A method that returns the default iterator for an object. Called by the semantics of the for-of statement.
- def keyFor(sym: scala.scalajs.js.Symbol): UndefOr[java.lang.String]
Returns a key from the global symbol registry matching the given Symbol if found.
Returns a key from the global symbol registry matching the given Symbol if found. Otherwise, returns a undefined.
- sym
Symbol to find the key for.
- val match: scala.scalajs.js.Symbol
A regular expression method that matches the regular expression against a string.
A regular expression method that matches the regular expression against a string. Called by the String.prototype.match method.
- val matchAll: scala.scalajs.js.Symbol
A regular expression method that matches the regular expression against a string.
A regular expression method that matches the regular expression against a string. Called by the String.prototype.matchAll method.
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def propertyIsEnumerable(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- val replace: scala.scalajs.js.Symbol
A regular expression method that replaces matched substrings of a string.
A regular expression method that replaces matched substrings of a string. Called by the String.prototype.replace method.
- val search: scala.scalajs.js.Symbol
A regular expression method that returns the index within a string that matches the regular expression.
A regular expression method that returns the index within a string that matches the regular expression. Called by the String.prototype.search method.
- val species: scala.scalajs.js.Symbol
A function valued property that is the constructor function that is used to create derived objects.
- val split: scala.scalajs.js.Symbol
A regular expression method that splits a string at the indices that match the regular expression.
A regular expression method that splits a string at the indices that match the regular expression. Called by the String.prototype.split method.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- val toPrimitive: scala.scalajs.js.Symbol
A method that converts an object to a corresponding primitive value.
A method that converts an object to a corresponding primitive value. Called by the ToPrimitive abstract operation.
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- val toStringTag: scala.scalajs.js.Symbol
A String value that is used in the creation of the default string description of an object.
A String value that is used in the creation of the default string description of an object. Called by the built-in method Object.prototype.toString.
- val unscopables: scala.scalajs.js.Symbol
An Object whose own property names are property names that are excluded from the 'with' environment bindings of the associated objects.
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated