JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.eclipsesource.v8
Interface Releasable
All Known Implementing Classes:
V8
,
V8Array
,
V8Function
,
V8Map
,
V8Object
,
V8Value
public interface
Releasable
An interface used to denote all V8 Classes which can be released.
Method Summary
Methods
Modifier and Type
Method and Description
void
release
()
Release the underlying resources.
Method Detail
release
void release()
Release the underlying resources. Once an object is released it typically cannot be used again.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2015. All rights reserved.