WipRuntime class
Methods
callFunctionOn (String functionDeclaration , {String ? objectId , List ? arguments , bool ? returnByValue , int ? executionContextId })
→ Future <RemoteObject >
Calls function with given declaration on the given object. Object group of
the result is inherited from the target object.
disable ()
→ Future <WipResponse >
Disables reporting of execution contexts creation.
enable ()
→ Future <WipResponse >
Enables reporting of execution contexts creation by means of
executionContextCreated event. When the reporting gets enabled the event
will be sent immediately for each existing execution context.
evaluate (String expression , {bool ? returnByValue , int ? contextId , bool ? awaitPromise })
→ Future <RemoteObject >
Evaluates expression on global object.
eventStream <T > (String method , WipEventTransformer <T > transformer )
→ Stream <T >
inherited
getHeapUsage ()
→ Future <HeapUsage >
Returns the JavaScript heap usage. It is the total usage of the
corresponding isolate not scoped to a particular Runtime.
getIsolateId ()
→ Future <String >
Returns the isolate id.
getProperties (RemoteObject object , {bool ? ownProperties })
→ Future <List <PropertyDescriptor > >
Returns properties of a given object. Object group of the result is
inherited from the target object.
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendCommand (String method , {Map <String , dynamic > ? params })
→ Future <WipResponse >
inherited
toString ()
→ String
A string representation of this object.
inherited
webkit_inspection_protocol 1.2.1