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 =
'24.12.0.1'- NODE_VERSION =
'24.12.0'- LIBV8_VERSION =
from src/node-…/deps/v8/include/v8-version.h
'13.6.233.17'
Class Method Summary collapse
Class Method Details
.configure_makefile ⇒ Object
9 10 11 12 |
# File 'lib/libv8/node.rb', line 9 def self.configure_makefile location = Location.load! location.configure end |