Module: Libv8::Node
- Defined in:
- lib/libv8/node.rb,
lib/libv8/node/version.rb,
ext/libv8-node/paths.rb,
ext/libv8-node/builder.rb,
ext/libv8-node/location.rb
Defined Under Namespace
Modules: Paths Classes: Builder, BuilderError, Location
Constant Summary collapse
- VERSION =
'16.19.0.1'.freeze
- NODE_VERSION =
'16.19.0'.freeze
- LIBV8_VERSION =
from v8/include/v8-version.h
'9.4.146.26'.freeze
Class Method Summary collapse
Class Method Details
.configure_makefile ⇒ Object
7 8 9 10 |
# File 'lib/libv8/node.rb', line 7 def self.configure_makefile location = Location.load! location.configure end |