Modifier and Type | Method and Description |
---|---|
ScriptObjectMirror |
ScriptObjectMirror.freeze()
ECMA 15.2.39 - freeze implementation.
|
ScriptObjectMirror |
ScriptObjectMirror.preventExtensions()
Flag this script object as non extensible
|
ScriptObjectMirror |
ScriptObjectMirror.seal()
ECMAScript 15.2.3.8 - seal implementation
|
static ScriptObjectMirror |
ScriptUtils.wrap(jdk.nashorn.internal.runtime.ScriptObject obj)
Make a script object mirror on given object if needed.
|
Copyright © 2014, 2015, Oracle and/or its affiliates. All rights reserved.