Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium |
Main package of ChromDevTools SDK API.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
JsScope.Declarative
Mirrors declarative scope.
|
static interface |
JsScope.ObjectBased
Mirrors object scope, i.e. the one built above a JavaScript object.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends JsScope> |
FunctionScopeExtension.getScopes(JsFunction function) |
java.util.List<? extends JsScope> |
CallFrame.getVariableScopes() |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.