Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium |
Main package of ChromDevTools SDK API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JsArray
Extends
JsObject interface by adding methods for handling array elements. |
interface |
JsFunction
Extends
JsObject interface with the methods for function-specific properties. |
Modifier and Type | Method and Description |
---|---|
JsObject |
JsValue.asObject()
Return this value cast to
JsObject or null if this value
is not an object. |
JsObject |
JsScope.ObjectBased.getScopeObject() |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.