| Modifier and Type | Method and Description |
|---|---|
RemoteObject |
HeapProfiler.getObjectByHeapObjectId(String objectId) |
RemoteObject |
HeapProfiler.getObjectByHeapObjectId(String objectId,
String objectGroup) |
RemoteObject |
Runtime.queryObjects(String prototypeObjectId) |
RemoteObject |
Runtime.queryObjects(String prototypeObjectId,
String objectGroup) |
RemoteObject |
Animation.resolveAnimation(String animationId)
Gets the remote object of the Animation.
|
RemoteObject |
DOM.resolveNode()
Resolves the JavaScript node object for a given NodeId or BackendNodeId.
|
RemoteObject |
DOM.resolveNode(Integer nodeId,
Integer backendNodeId,
String objectGroup,
Integer executionContextId)
Resolves the JavaScript node object for a given NodeId or BackendNodeId.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteObject |
InspectRequested.getObject() |
| Modifier and Type | Method and Description |
|---|---|
List<RemoteObject> |
ConsoleAPICalled.getArgs()
Call arguments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InspectRequested.setObject(RemoteObject object) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsoleAPICalled.setArgs(List<RemoteObject> args)
Call arguments.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteObject |
Scope.getObject()
Object representing the scope.
|
RemoteObject |
EvaluateOnCallFrame.getResult()
Object wrapper for the evaluation result.
|
RemoteObject |
CallFrame.getReturnValue()
The value being returned, if the function is at return point.
|
RemoteObject |
CallFrame.getThat()
`this` object for this call frame.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scope.setObject(RemoteObject object)
Object representing the scope.
|
void |
EvaluateOnCallFrame.setResult(RemoteObject result)
Object wrapper for the evaluation result.
|
void |
CallFrame.setReturnValue(RemoteObject returnValue)
The value being returned, if the function is at return point.
|
void |
CallFrame.setThat(RemoteObject that)
`this` object for this call frame.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteObject |
EventListener.getHandler()
Event handler function value.
|
RemoteObject |
EventListener.getOriginalHandler()
Event original handler function value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventListener.setHandler(RemoteObject handler)
Event handler function value.
|
void |
EventListener.setOriginalHandler(RemoteObject originalHandler)
Event original handler function value.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteObject |
DataEntry.getKey()
Key object.
|
RemoteObject |
DataEntry.getPrimaryKey()
Primary key object.
|
RemoteObject |
DataEntry.getValue()
Value object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataEntry.setKey(RemoteObject key)
Key object.
|
void |
DataEntry.setPrimaryKey(RemoteObject primaryKey)
Primary key object.
|
void |
DataEntry.setValue(RemoteObject value)
Value object.
|
| Modifier and Type | Method and Description |
|---|---|
List<RemoteObject> |
LogEntry.getArgs()
Call arguments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogEntry.setArgs(List<RemoteObject> args)
Call arguments.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteObject |
ExceptionDetails.getException()
Exception object if available.
|
RemoteObject |
PropertyDescriptor.getGet()
A function which serves as a getter for the property, or `undefined` if there is no getter
(accessor descriptors only).
|
RemoteObject |
AwaitPromise.getResult()
Promise result.
|
RemoteObject |
CallFunctionOn.getResult()
Call result.
|
RemoteObject |
Evaluate.getResult()
Evaluation result.
|
RemoteObject |
RunScript.getResult()
Run result.
|
RemoteObject |
PropertyDescriptor.getSet()
A function which serves as a setter for the property, or `undefined` if there is no setter
(accessor descriptors only).
|
RemoteObject |
PropertyDescriptor.getSymbol()
Property symbol object, if the property is of the `symbol` type.
|
RemoteObject |
InternalPropertyDescriptor.getValue()
The value associated with the property.
|
RemoteObject |
PrivatePropertyDescriptor.getValue()
The value associated with the private property.
|
RemoteObject |
PropertyDescriptor.getValue()
The value associated with the property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionDetails.setException(RemoteObject exception)
Exception object if available.
|
void |
PropertyDescriptor.setGet(RemoteObject get)
A function which serves as a getter for the property, or `undefined` if there is no getter
(accessor descriptors only).
|
void |
AwaitPromise.setResult(RemoteObject result)
Promise result.
|
void |
CallFunctionOn.setResult(RemoteObject result)
Call result.
|
void |
Evaluate.setResult(RemoteObject result)
Evaluation result.
|
void |
RunScript.setResult(RemoteObject result)
Run result.
|
void |
PropertyDescriptor.setSet(RemoteObject set)
A function which serves as a setter for the property, or `undefined` if there is no setter
(accessor descriptors only).
|
void |
PropertyDescriptor.setSymbol(RemoteObject symbol)
Property symbol object, if the property is of the `symbol` type.
|
void |
InternalPropertyDescriptor.setValue(RemoteObject value)
The value associated with the property.
|
void |
PrivatePropertyDescriptor.setValue(RemoteObject value)
The value associated with the private property.
|
void |
PropertyDescriptor.setValue(RemoteObject value)
The value associated with the property.
|
Copyright © 2020. All rights reserved.