fn parse_symbol<'a>(slice: &str, cx: &'a Context<'_>) -> Gc<ObjectType<'a>>
Expand description
Parse a symbol from a string. This will either by a true symbol or a number literal.
fn parse_symbol<'a>(slice: &str, cx: &'a Context<'_>) -> Gc<ObjectType<'a>>
Parse a symbol from a string. This will either by a true symbol or a number literal.