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

/openjdk10/nashorn/test/script/nosecurity/
H A Dparservisitor.js252 function literalExpr(name, code) { function
261 literalExpr("bool.js", "true");
262 literalExpr("num.js", "3.14");
263 literalExpr("str.js", "'hello'");
264 literalExpr("null.js", "null");

Completed in 127 milliseconds