JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.oracle.truffle.tools.chromeinspector.instrument
Interface Enabler
All Known Implementing Classes:
OutputConsumerInstrument
,
TypeProfileInstrument
public interface
Enabler
Chrome inspector instruments expose an implementation of this interface as a service. This service can be used to explicitly enable and disable the instrument, as we do not have PolyglotRuntime.Instrument.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
disable
()
void
enable
()
Method Detail
enable
void enable()
disable
void disable()
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method