v8 property
String
get
v8
The V8 version used by Deno. For example: "10.7.100.0"
.
V8 is the underlying JavaScript runtime platform that Deno is built on top of.
Implementation
_i2.String get v8 => _i3.getProperty(
this,
'v8',
);
set
v8
(String value)
Implementation
set v8(_i2.String value) {
_i3.setProperty(
this,
'v8',
value,
);
}