Sign in
webkit
/
WebKit
/
bc3bd7331f8afd107c43880ce2c020876d9bce51
/
.
/
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"
);