10f7bd1ab6
Reviewed-by: sundar, hannesw
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
jjs> var x = Object.create(null);
|
|
jjs> x;
|
|
jjs> print('PASSED');
|
|
PASSED
|
|
jjs> exit(0)
|
|
exit code = 0
|