Home | History | Annotate | Download | only in Script

Lines Matching refs:Script

23     File Name:          script-001.js
34 js> s = new Script
39 js> s = new Script()
51 [object Script]
93 js> s = new Script("3+4")
100 js> s2 = new Script();
124 var SECTION = "script-001";
133 var s = new Script();
137 "var s = new Script(); typeof s",
143 "[object Script]",