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 =
'15.14.0.1'.freeze
NODE_VERSION =
'15.14.0'.freeze
LIBV8_VERSION =

from v8/include/v8-version.h

'8.6.395.17'.freeze

Class Method Summary collapse

Class Method Details

.configure_makefileObject



7
8
9
10
# File 'lib/libv8/node.rb', line 7

def self.configure_makefile
  location = Location.load!
  location.configure
end