[][src]Function boa::builtins::string::value_of

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

String.prototype.valueOf()

The valueOf() method returns the primitive value of a String object.

More information: