1 2 3 4 5 6 7
<script> function main() { var object = { a:0, b:1, innerObject: { innerData: 0 } }; debugger; return 0; } </script>