MCPcopy Create free account
hub / github.com/mozilla/rhino / compile

Method compile

rhino/src/main/java/org/mozilla/javascript/Context.java:2640–2640  ·  view source on GitHub ↗
(
                Evaluator evaluator, CompilerEnvirons env, ScriptNode tree, String rawSource)

Source from the content-addressed store, hash-verified

2638 @FunctionalInterface
2639 private interface CompileFn<T extends ScriptOrFn<T>> {
2640 CompilationResult<T> compile(
2641 Evaluator evaluator, CompilerEnvirons env, ScriptNode tree, String rawSource);
2642 }
2643

Callers 15

compiledMethod · 0.65
compiled2Method · 0.65
compiledThrowsMethod · 0.65
cantCompileMethod · 0.65
BazelResolverClass · 0.65
compileImplMethod · 0.65
NativeConsoleClass · 0.65
RhinoExceptionClass · 0.65
lookupMethod · 0.65
js_compileMethod · 0.65
BootstrapperClass · 0.65
CodegenClass · 0.65

Implementers 6

RhinoScriptEnginerhino-engine/src/main/java/org/mozilla
Actionrhino/src/test/java/org/mozilla/javasc
Bug782363Testrhino/src/test/java/org/mozilla/javasc
CodeGeneratorrhino/src/main/java/org/mozilla/javasc
NativeScriptrhino/src/main/java/org/mozilla/javasc
NativeRegExprhino/src/main/java/org/mozilla/javasc

Calls

no outgoing calls

Tested by 12

compiledMethod · 0.52
compiled2Method · 0.52
compiledThrowsMethod · 0.52
cantCompileMethod · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
timeMethod · 0.52