Currently the `Error.callstack` is hidden behind `CALLSTACKTOSTRING` compile flag. For easier debugging, i like to have it visible to see where an error is happening. Also that property should be named `stack` like other javascript engines do.
Currently the
Error.callstackis hidden behindCALLSTACKTOSTRINGcompile flag.For easier debugging, i like to have it visible to see where an error is happening.
Also that property should be named
stacklike other javascript engines do.