public final class V8Engine extends Object implements jjbridge.api.JSEngine
JSEngine implemented using V8 JavaScript Engine.| Constructor and Description |
|---|
V8Engine() |
| Modifier and Type | Method and Description |
|---|---|
jjbridge.api.inspector.JSInspector |
newInspector(int port) |
jjbridge.api.runtime.JSRuntime |
newRuntime() |
static void |
setFlags(String[] flags)
Pass additional flags to V8 engine.
|
public static void setFlags(String[] flags)
flags - the list of flagspublic final jjbridge.api.runtime.JSRuntime newRuntime()
newRuntime in interface jjbridge.api.JSEnginepublic final jjbridge.api.inspector.JSInspector newInspector(int port)
newInspector in interface jjbridge.api.JSEngineCopyright © 2020. All rights reserved.