libv8 3.16.14.19-arm-linux → 5.0.71.48.3-arm-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/ext/libv8/arch.rb +10 -33
- data/ext/libv8/location.rb +6 -1
- data/ext/libv8/paths.rb +3 -3
- data/lib/libv8/version.rb +1 -1
- data/vendor/v8/include/libplatform/libplatform.h +38 -0
- data/vendor/v8/include/v8-debug.h +69 -189
- data/vendor/v8/include/v8-experimental.h +54 -0
- data/vendor/v8/include/v8-platform.h +171 -0
- data/vendor/v8/include/v8-profiler.h +388 -186
- data/vendor/v8/include/v8-testing.h +5 -62
- data/vendor/v8/include/v8-util.h +643 -0
- data/vendor/v8/include/v8-version.h +20 -0
- data/vendor/v8/include/v8.h +6622 -2973
- data/vendor/v8/include/v8config.h +438 -0
- 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_nosnapshot.a +0 -0
- data/vendor/v8/out/arm.release/libv8_snapshot.a +0 -0
- data/vendor/v8/out/arm.release/obj.target/tools/gyp/libv8_base.a +0 -0
- data/vendor/v8/out/arm.release/obj.target/tools/gyp/libv8_libbase.a +0 -0
- data/vendor/v8/out/arm.release/obj.target/tools/gyp/libv8_libplatform.a +0 -0
- data/vendor/v8/out/arm.release/obj.target/tools/gyp/libv8_nosnapshot.a +0 -0
- data/vendor/v8/out/arm.release/obj.target/tools/gyp/libv8_snapshot.a +0 -0
- metadata +25 -45
- data/vendor/v8/include/v8-preparser.h +0 -118
- data/vendor/v8/include/v8stdint.h +0 -54
- data/vendor/v8/out/arm.release/obj.target/tools/gyp/libpreparser_lib.a +0 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,36 +1,32 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libv8
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
5
|
-
prerelease:
|
4
|
+
version: 5.0.71.48.3
|
6
5
|
platform: arm-linux
|
7
6
|
authors:
|
8
7
|
- Charles Lowell
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2016-05-17 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: rake
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
17
|
- - ~>
|
20
18
|
- !ruby/object:Gem::Version
|
21
|
-
version: '
|
19
|
+
version: '11'
|
22
20
|
type: :development
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
24
|
- - ~>
|
28
25
|
- !ruby/object:Gem::Version
|
29
|
-
version: '
|
26
|
+
version: '11'
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: rake-compiler
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
31
|
- - ~>
|
36
32
|
- !ruby/object:Gem::Version
|
@@ -38,7 +34,6 @@ dependencies:
|
|
38
34
|
type: :development
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
38
|
- - ~>
|
44
39
|
- !ruby/object:Gem::Version
|
@@ -46,35 +41,17 @@ dependencies:
|
|
46
41
|
- !ruby/object:Gem::Dependency
|
47
42
|
name: rspec
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
44
|
requirements:
|
51
45
|
- - ~>
|
52
46
|
- !ruby/object:Gem::Version
|
53
|
-
version: '
|
47
|
+
version: '3'
|
54
48
|
type: :development
|
55
49
|
prerelease: false
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
51
|
requirements:
|
59
52
|
- - ~>
|
60
53
|
- !ruby/object:Gem::Version
|
61
|
-
version: '
|
62
|
-
- !ruby/object:Gem::Dependency
|
63
|
-
name: rspec-spies
|
64
|
-
requirement: !ruby/object:Gem::Requirement
|
65
|
-
none: false
|
66
|
-
requirements:
|
67
|
-
- - ~>
|
68
|
-
- !ruby/object:Gem::Version
|
69
|
-
version: '2'
|
70
|
-
type: :development
|
71
|
-
prerelease: false
|
72
|
-
version_requirements: !ruby/object:Gem::Requirement
|
73
|
-
none: false
|
74
|
-
requirements:
|
75
|
-
- - ~>
|
76
|
-
- !ruby/object:Gem::Version
|
77
|
-
version: '2'
|
54
|
+
version: '3'
|
78
55
|
description: Distributes the V8 JavaScript engine in binary and source forms in order
|
79
56
|
to support fast builds of The Ruby Racer
|
80
57
|
email:
|
@@ -89,46 +66,49 @@ files:
|
|
89
66
|
- ext/libv8/location.rb
|
90
67
|
- ext/libv8/paths.rb
|
91
68
|
- ext/libv8/.location.yml
|
92
|
-
- vendor/v8/include/v8-
|
93
|
-
- vendor/v8/include/v8-preparser.h
|
69
|
+
- vendor/v8/include/v8-platform.h
|
94
70
|
- vendor/v8/include/v8.h
|
71
|
+
- vendor/v8/include/v8-version.h
|
95
72
|
- vendor/v8/include/v8-debug.h
|
73
|
+
- vendor/v8/include/v8-util.h
|
96
74
|
- vendor/v8/include/v8-profiler.h
|
97
|
-
- vendor/v8/include/
|
98
|
-
- vendor/v8/
|
75
|
+
- vendor/v8/include/v8config.h
|
76
|
+
- vendor/v8/include/libplatform/libplatform.h
|
77
|
+
- vendor/v8/include/v8-experimental.h
|
78
|
+
- vendor/v8/include/v8-testing.h
|
99
79
|
- vendor/v8/out/arm.release/obj.target/tools/gyp/libv8_snapshot.a
|
80
|
+
- vendor/v8/out/arm.release/obj.target/tools/gyp/libv8_libplatform.a
|
100
81
|
- vendor/v8/out/arm.release/obj.target/tools/gyp/libv8_nosnapshot.a
|
82
|
+
- vendor/v8/out/arm.release/obj.target/tools/gyp/libv8_libbase.a
|
101
83
|
- vendor/v8/out/arm.release/obj.target/tools/gyp/libv8_base.a
|
84
|
+
- vendor/v8/out/arm.release/libv8_snapshot.a
|
85
|
+
- vendor/v8/out/arm.release/libv8_libplatform.a
|
86
|
+
- vendor/v8/out/arm.release/libv8_nosnapshot.a
|
87
|
+
- vendor/v8/out/arm.release/libv8_libbase.a
|
88
|
+
- vendor/v8/out/arm.release/libv8_base.a
|
102
89
|
homepage: http://github.com/cowboyd/libv8
|
103
90
|
licenses:
|
104
91
|
- MIT
|
92
|
+
metadata: {}
|
105
93
|
post_install_message:
|
106
94
|
rdoc_options: []
|
107
95
|
require_paths:
|
108
96
|
- lib
|
109
97
|
- ext
|
110
98
|
required_ruby_version: !ruby/object:Gem::Requirement
|
111
|
-
none: false
|
112
99
|
requirements:
|
113
|
-
- -
|
100
|
+
- - '>='
|
114
101
|
- !ruby/object:Gem::Version
|
115
102
|
version: '0'
|
116
|
-
segments:
|
117
|
-
- 0
|
118
|
-
hash: 768511887
|
119
103
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
120
|
-
none: false
|
121
104
|
requirements:
|
122
|
-
- -
|
105
|
+
- - '>='
|
123
106
|
- !ruby/object:Gem::Version
|
124
107
|
version: '0'
|
125
|
-
segments:
|
126
|
-
- 0
|
127
|
-
hash: 768511887
|
128
108
|
requirements: []
|
129
109
|
rubyforge_project: libv8
|
130
|
-
rubygems_version:
|
110
|
+
rubygems_version: 2.0.14
|
131
111
|
signing_key:
|
132
|
-
specification_version:
|
112
|
+
specification_version: 4
|
133
113
|
summary: Distribution of the V8 JavaScript engine
|
134
114
|
test_files: []
|
@@ -1,118 +0,0 @@
|
|
1
|
-
// Copyright 2011 the V8 project authors. All rights reserved.
|
2
|
-
// Redistribution and use in source and binary forms, with or without
|
3
|
-
// modification, are permitted provided that the following conditions are
|
4
|
-
// met:
|
5
|
-
//
|
6
|
-
// * Redistributions of source code must retain the above copyright
|
7
|
-
// notice, this list of conditions and the following disclaimer.
|
8
|
-
// * Redistributions in binary form must reproduce the above
|
9
|
-
// copyright notice, this list of conditions and the following
|
10
|
-
// disclaimer in the documentation and/or other materials provided
|
11
|
-
// with the distribution.
|
12
|
-
// * Neither the name of Google Inc. nor the names of its
|
13
|
-
// contributors may be used to endorse or promote products derived
|
14
|
-
// from this software without specific prior written permission.
|
15
|
-
//
|
16
|
-
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
17
|
-
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
18
|
-
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
19
|
-
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
20
|
-
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
21
|
-
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
22
|
-
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
23
|
-
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
24
|
-
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
25
|
-
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
26
|
-
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
27
|
-
|
28
|
-
#ifndef PREPARSER_H
|
29
|
-
#define PREPARSER_H
|
30
|
-
|
31
|
-
#include "v8stdint.h"
|
32
|
-
|
33
|
-
#ifdef _WIN32
|
34
|
-
|
35
|
-
// Setup for Windows DLL export/import. When building the V8 DLL the
|
36
|
-
// BUILDING_V8_SHARED needs to be defined. When building a program which uses
|
37
|
-
// the V8 DLL USING_V8_SHARED needs to be defined. When either building the V8
|
38
|
-
// static library or building a program which uses the V8 static library neither
|
39
|
-
// BUILDING_V8_SHARED nor USING_V8_SHARED should be defined.
|
40
|
-
#if defined(BUILDING_V8_SHARED) && defined(USING_V8_SHARED)
|
41
|
-
#error both BUILDING_V8_SHARED and USING_V8_SHARED are set - please check the\
|
42
|
-
build configuration to ensure that at most one of these is set
|
43
|
-
#endif
|
44
|
-
|
45
|
-
#ifdef BUILDING_V8_SHARED
|
46
|
-
#define V8EXPORT __declspec(dllexport)
|
47
|
-
#elif USING_V8_SHARED
|
48
|
-
#define V8EXPORT __declspec(dllimport)
|
49
|
-
#else
|
50
|
-
#define V8EXPORT
|
51
|
-
#endif // BUILDING_V8_SHARED
|
52
|
-
|
53
|
-
#else // _WIN32
|
54
|
-
|
55
|
-
// Setup for Linux shared library export. There is no need to distinguish
|
56
|
-
// between building or using the V8 shared library, but we should not
|
57
|
-
// export symbols when we are building a static library.
|
58
|
-
#if defined(__GNUC__) && ((__GNUC__ >= 4) || \
|
59
|
-
(__GNUC__ == 3 && __GNUC_MINOR__ >= 3)) && defined(V8_SHARED)
|
60
|
-
#define V8EXPORT __attribute__ ((visibility("default")))
|
61
|
-
#else
|
62
|
-
#define V8EXPORT
|
63
|
-
#endif
|
64
|
-
|
65
|
-
#endif // _WIN32
|
66
|
-
|
67
|
-
|
68
|
-
namespace v8 {
|
69
|
-
|
70
|
-
// The result of preparsing is either a stack overflow error, or an opaque
|
71
|
-
// blob of data that can be passed back into the parser.
|
72
|
-
class V8EXPORT PreParserData {
|
73
|
-
public:
|
74
|
-
PreParserData(size_t size, const uint8_t* data)
|
75
|
-
: data_(data), size_(size) { }
|
76
|
-
|
77
|
-
// Create a PreParserData value where stack_overflow reports true.
|
78
|
-
static PreParserData StackOverflow() { return PreParserData(0, NULL); }
|
79
|
-
|
80
|
-
// Whether the pre-parser stopped due to a stack overflow.
|
81
|
-
// If this is the case, size() and data() should not be used.
|
82
|
-
bool stack_overflow() { return size_ == 0u; }
|
83
|
-
|
84
|
-
// The size of the data in bytes.
|
85
|
-
size_t size() const { return size_; }
|
86
|
-
|
87
|
-
// Pointer to the data.
|
88
|
-
const uint8_t* data() const { return data_; }
|
89
|
-
|
90
|
-
private:
|
91
|
-
const uint8_t* const data_;
|
92
|
-
const size_t size_;
|
93
|
-
};
|
94
|
-
|
95
|
-
|
96
|
-
// Interface for a stream of Unicode characters.
|
97
|
-
class V8EXPORT UnicodeInputStream { // NOLINT - Thinks V8EXPORT is class name.
|
98
|
-
public:
|
99
|
-
virtual ~UnicodeInputStream();
|
100
|
-
|
101
|
-
// Returns the next Unicode code-point in the input, or a negative value when
|
102
|
-
// there is no more input in the stream.
|
103
|
-
virtual int32_t Next() = 0;
|
104
|
-
};
|
105
|
-
|
106
|
-
|
107
|
-
// Preparse a JavaScript program. The source code is provided as a
|
108
|
-
// UnicodeInputStream. The max_stack_size limits the amount of stack
|
109
|
-
// space that the preparser is allowed to use. If the preparser uses
|
110
|
-
// more stack space than the limit provided, the result's stack_overflow()
|
111
|
-
// method will return true. Otherwise the result contains preparser
|
112
|
-
// data that can be used by the V8 parser to speed up parsing.
|
113
|
-
PreParserData V8EXPORT Preparse(UnicodeInputStream* input,
|
114
|
-
size_t max_stack_size);
|
115
|
-
|
116
|
-
} // namespace v8.
|
117
|
-
|
118
|
-
#endif // PREPARSER_H
|
@@ -1,54 +0,0 @@
|
|
1
|
-
// Copyright 2012 the V8 project authors. All rights reserved.
|
2
|
-
// Redistribution and use in source and binary forms, with or without
|
3
|
-
// modification, are permitted provided that the following conditions are
|
4
|
-
// met:
|
5
|
-
//
|
6
|
-
// * Redistributions of source code must retain the above copyright
|
7
|
-
// notice, this list of conditions and the following disclaimer.
|
8
|
-
// * Redistributions in binary form must reproduce the above
|
9
|
-
// copyright notice, this list of conditions and the following
|
10
|
-
// disclaimer in the documentation and/or other materials provided
|
11
|
-
// with the distribution.
|
12
|
-
// * Neither the name of Google Inc. nor the names of its
|
13
|
-
// contributors may be used to endorse or promote products derived
|
14
|
-
// from this software without specific prior written permission.
|
15
|
-
//
|
16
|
-
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
17
|
-
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
18
|
-
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
19
|
-
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
20
|
-
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
21
|
-
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
22
|
-
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
23
|
-
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
24
|
-
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
25
|
-
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
26
|
-
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
27
|
-
|
28
|
-
// Load definitions of standard types.
|
29
|
-
|
30
|
-
#ifndef V8STDINT_H_
|
31
|
-
#define V8STDINT_H_
|
32
|
-
|
33
|
-
#include <stddef.h>
|
34
|
-
#include <stdio.h>
|
35
|
-
|
36
|
-
#if defined(_WIN32) && !defined(__MINGW32__)
|
37
|
-
|
38
|
-
typedef signed char int8_t;
|
39
|
-
typedef unsigned char uint8_t;
|
40
|
-
typedef short int16_t; // NOLINT
|
41
|
-
typedef unsigned short uint16_t; // NOLINT
|
42
|
-
typedef int int32_t;
|
43
|
-
typedef unsigned int uint32_t;
|
44
|
-
typedef __int64 int64_t;
|
45
|
-
typedef unsigned __int64 uint64_t;
|
46
|
-
// intptr_t and friends are defined in crtdefs.h through stdio.h.
|
47
|
-
|
48
|
-
#else
|
49
|
-
|
50
|
-
#include <stdint.h>
|
51
|
-
|
52
|
-
#endif
|
53
|
-
|
54
|
-
#endif // V8STDINT_H_
|
Binary file
|