Sign in
webkit
/
WebKit
/
6fd57f0545e2ab789319dc828ca2e5959d39c256
/
.
/
JSTests
/
es6
/
Unicode_code_point_escapes_in_identifiers.js
blob: ca88fbfd6b555bc765c0a26d71ab9126d9c5bff2 [
file
] [
log
] [
blame
]
function
test
()
{
var
\u
{
102C0
}
=
{
\u
{
102C0
}
:
2
};
return
\u
{
102C0
}[
'\ud800\udec0'
]
===
2
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);