index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
eliminator
/
node_modules
/
uglify-js
/
test
/
unit
/
compress
/
expected
/
issue14.js
blob: 1ca8eef030f1999df11bc5cbfb641e5e8724ece5 (
plain
)
1
var
a
=
{
"\b"
:
"\\b"
,
"\t"
:
"\\t"
,
"\n"
:
"\\n"
,
"\f"
:
"\\f"
,
"\r"
:
"\\r"
,
'"'
:
'\\"'
,
"\\"
:
"\\\\"
}