Home
last modified time | relevance | path

Searched refs:stringIsCompilableUnit (Results 1 – 5 of 5) sorted by relevance

/dports/lang/rhino/rhino1_7R4/examples/
H A DShell.java238 if (cx.stringIsCompilableUnit(source)) in processSource()
/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/debugger/
H A DDim.java602 public boolean stringIsCompilableUnit(String str) { in stringIsCompilableUnit() method in Dim
966 booleanResult = cx.stringIsCompilableUnit(text); in run()
H A DSwingGui.java1051 if (debugGui.dim.stringIsCompilableUnit(text)) { in returnPressed()
/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/shell/
H A DMain.java495 if (cx.stringIsCompilableUnit(source)) in processSource()
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DContext.java1235 public final boolean stringIsCompilableUnit(String source)