[][src]Function boa::builtins::symbol::call_symbol

pub fn call_symbol(
    _: &Value,
    args: &[Value],
    ctx: &mut Interpreter
) -> ResultValue

https://tc39.es/ecma262/#sec-symbol-description Creates Symbol instances.

Symbol instances are ordinary objects that inherit properties from the Symbol prototype object. Symbol instances have a [[SymbolData]] internal slot. The [[SymbolData]] internal slot is the Symbol value represented by this Symbol object.