public class JsInliner extends Object
JsStaticEval
migrate other stuff to that class perhaps.Modifier and Type | Field and Description |
---|---|
static int |
MAX_INLINE_FN_SIZE
The maximum number of statements a function can have to be actually considered for inlining.
|
Modifier and Type | Method and Description |
---|---|
static OptimizerStats |
exec(JsProgram program,
Collection<JsNode> toInline)
Static entry point used by JavaToJavaScriptCompiler.
|
public static final int MAX_INLINE_FN_SIZE
public static OptimizerStats exec(JsProgram program, Collection<JsNode> toInline)
Copyright © 2018. All rights reserved.