Searched refs:hashComment (Results 1 - 2 of 2) sorted by relevance

/openjdk10/nashorn/test/script/nosecurity/
H A Dparserapi_scripting.js44 var hashComment = "#comment\nprint('hello')"; variable
45 scriptingParser.parse("hashcomment.js", hashComment, print);
46 parser.parse("hashcomment1.js", hashComment, print);
H A Dparserapi_nse.js99 var hashComment = "#comment\nprint('hello')"; variable
100 noExtParser.parse("hashcomment.js", hashComment, print);
101 parser.parse("hashcomment1.js", hashComment, print);
102 scriptingParser.parse("hashcomment2.js", hashComment, print);

Completed in 25 milliseconds