libv8 5.3.332.38.5-arm-linux → 5.7.492.65.1-arm-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ext/libv8/arch.rb +5 -5
- data/lib/libv8/version.rb +1 -1
- data/vendor/v8/include/libplatform/libplatform-export.h +29 -0
- data/vendor/v8/include/libplatform/libplatform.h +25 -3
- data/vendor/v8/include/libplatform/v8-tracing.h +270 -0
- data/vendor/v8/include/v8-debug.h +43 -51
- data/vendor/v8/include/v8-experimental.h +4 -0
- data/vendor/v8/include/v8-inspector-protocol.h +13 -0
- data/vendor/v8/include/v8-inspector.h +267 -0
- data/vendor/v8/include/v8-platform.h +57 -9
- data/vendor/v8/include/v8-profiler.h +113 -3
- data/vendor/v8/include/v8-version-string.h +33 -0
- data/vendor/v8/include/v8-version.h +3 -3
- data/vendor/v8/include/v8.h +1334 -370
- data/vendor/v8/include/v8config.h +0 -4
- data/vendor/v8/out/arm.release/libv8_base.a +0 -0
- data/vendor/v8/out/arm.release/libv8_libbase.a +0 -0
- data/vendor/v8/out/arm.release/libv8_libplatform.a +0 -0
- data/vendor/v8/out/arm.release/libv8_libsampler.a +0 -0
- data/vendor/v8/out/arm.release/libv8_nosnapshot.a +0 -0
- data/vendor/v8/out/arm.release/libv8_snapshot.a +0 -0
- data/vendor/v8/out/arm.release/obj.target/src/libv8_base.a +0 -0
- data/vendor/v8/out/arm.release/obj.target/src/libv8_libbase.a +0 -0
- data/vendor/v8/out/arm.release/obj.target/src/libv8_libplatform.a +0 -0
- data/vendor/v8/out/arm.release/obj.target/src/libv8_libsampler.a +0 -0
- data/vendor/v8/out/arm.release/obj.target/src/libv8_nosnapshot.a +0 -0
- data/vendor/v8/out/arm.release/obj.target/src/libv8_snapshot.a +0 -0
- metadata +9 -4
@@ -63,7 +63,6 @@
|
|
63
63
|
// V8_OS_FREEBSD - FreeBSD
|
64
64
|
// V8_OS_LINUX - Linux
|
65
65
|
// V8_OS_MACOSX - Mac OS X
|
66
|
-
// V8_OS_NACL - Native Client
|
67
66
|
// V8_OS_NETBSD - NetBSD
|
68
67
|
// V8_OS_OPENBSD - OpenBSD
|
69
68
|
// V8_OS_POSIX - POSIX compatible (mostly everything except Windows)
|
@@ -80,9 +79,6 @@
|
|
80
79
|
# define V8_OS_BSD 1
|
81
80
|
# define V8_OS_MACOSX 1
|
82
81
|
# define V8_OS_POSIX 1
|
83
|
-
#elif defined(__native_client__)
|
84
|
-
# define V8_OS_NACL 1
|
85
|
-
# define V8_OS_POSIX 1
|
86
82
|
#elif defined(__CYGWIN__)
|
87
83
|
# define V8_OS_CYGWIN 1
|
88
84
|
# define V8_OS_POSIX 1
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libv8
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.7.492.65.1
|
5
5
|
prerelease:
|
6
6
|
platform: arm-linux
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-
|
12
|
+
date: 2017-07-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -78,11 +78,16 @@ files:
|
|
78
78
|
- vendor/v8/include/v8.h
|
79
79
|
- vendor/v8/include/v8config.h
|
80
80
|
- vendor/v8/include/v8-platform.h
|
81
|
+
- vendor/v8/include/v8-version-string.h
|
82
|
+
- vendor/v8/include/v8-inspector-protocol.h
|
83
|
+
- vendor/v8/include/v8-inspector.h
|
81
84
|
- vendor/v8/include/v8-debug.h
|
82
85
|
- vendor/v8/include/v8-profiler.h
|
83
86
|
- vendor/v8/include/v8-experimental.h
|
84
87
|
- vendor/v8/include/v8-version.h
|
85
88
|
- vendor/v8/include/libplatform/libplatform.h
|
89
|
+
- vendor/v8/include/libplatform/v8-tracing.h
|
90
|
+
- vendor/v8/include/libplatform/libplatform-export.h
|
86
91
|
- vendor/v8/out/arm.release/libv8_snapshot.a
|
87
92
|
- vendor/v8/out/arm.release/libv8_libbase.a
|
88
93
|
- vendor/v8/out/arm.release/libv8_nosnapshot.a
|
@@ -111,7 +116,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
111
116
|
version: '0'
|
112
117
|
segments:
|
113
118
|
- 0
|
114
|
-
hash:
|
119
|
+
hash: 559585075
|
115
120
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
116
121
|
none: false
|
117
122
|
requirements:
|
@@ -120,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
120
125
|
version: '0'
|
121
126
|
segments:
|
122
127
|
- 0
|
123
|
-
hash:
|
128
|
+
hash: 559585075
|
124
129
|
requirements: []
|
125
130
|
rubyforge_project: libv8
|
126
131
|
rubygems_version: 1.8.23
|