| Modifier and Type | Class and Description |
|---|---|
class |
ES6Generator |
class |
ES6Iterator |
class |
ImporterTopLevel
Class ImporterTopLevel
This class defines a ScriptableObject that can be instantiated as a top-level ("global")
object to provide functionality similar to Java's "import" statement.
|
class |
NativeArrayIterator |
class |
NativeCall
This class implements the activation object.
|
class |
NativeCallSite
This class is used by the V8 extension "Error.prepareStackTrace."
|
class |
NativeCollectionIterator |
class |
NativeConsole |
class |
NativeContinuation |
class |
NativeGenerator
This class implements generator objects.
|
class |
NativeIterator
This class implements iterator objects.
|
class |
NativeStringIterator |
class |
TopLevel
A top-level scope object that provides special means to cache and preserve the initial values of
the built-in constructor properties for better ECMAScript compliance.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
ES6Iterator.init(ScriptableObject scope,
boolean sealed,
IdScriptableObject prototype,
String tag) |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleScope
A top-level module scope.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NativeRegExp
This class implements the RegExp native object.
|
class |
NativeRegExpStringIterator |
| Modifier and Type | Class and Description |
|---|---|
class |
Global
This class provides for sharing functions across multiple threads.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLObject
This Interface describes what all XML objects (XML, XMLList) should have in common.
|
Copyright © 2025 HtmlUnit. All rights reserved.