Class BinarySnapshotProvider
java.lang.Object
com.oracle.truffle.js.parser.BinarySnapshotProvider
- All Implemented Interfaces:
SnapshotProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(NodeFactory nodeFactory, JSContext context, com.oracle.truffle.api.source.Source source)
-
Field Details
-
MAGIC
public static final int MAGIC- See Also:
-
-
Constructor Details
-
BinarySnapshotProvider
-
-
Method Details
-
apply
public Object apply(NodeFactory nodeFactory, JSContext context, com.oracle.truffle.api.source.Source source) - Specified by:
applyin interfaceSnapshotProvider
-