public final class ScriptEnvironment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptEnvironment.Builder |
static class |
ScriptEnvironment.FunctionStatementBehavior
Behavior when encountering a function declaration in a lexical context where only statements
are acceptable (function declarations are source elements, but not statements).
|
| Modifier and Type | Method and Description |
|---|---|
static ScriptEnvironment.Builder |
builder() |
boolean |
isStrict() |
public boolean isStrict()
public static ScriptEnvironment.Builder builder()