In tc39 they mentioned - "ECMAScript source text is a sequence of Unicode code points"
In ECMA & JS, whether all source character, source character are unicode code points?.
For example,in single line comment they mentioned,
//source character . My question is even the two forward slashes ->"// " are also unicode code points as per specification?