public final class Exports extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Method and Description |
---|---|
static Context |
createContext() |
static Context |
createContext(Context sandbox) |
static Boolean |
isContext(Context sandbox) |
static Object |
runInContext(String code,
Context contextifiedSandbox) |
static Object |
runInContext(String code,
Context contextifiedSandbox,
RunningScriptOptions options) |
static Object |
runInDebugContext(String code) |
static Object |
runInNewContext(String code) |
static Object |
runInNewContext(String code,
Context sandbox) |
static Object |
runInNewContext(String code,
Context sandbox,
RunningScriptOptions options) |
static Object |
runInThisContext(String code) |
static Object |
runInThisContext(String code,
RunningScriptOptions options) |
$as, $as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public static Context createContext()
public static Object runInContext(String code, Context contextifiedSandbox, RunningScriptOptions options)
public static Object runInNewContext(String code, Context sandbox, RunningScriptOptions options)
public static Object runInThisContext(String code, RunningScriptOptions options)
Copyright © 2018. All rights reserved.