Skip to content

Commit 7774336

Browse files
committed
Upgrade V8 to 7.2.502.28
1 parent b08e65f commit 7774336

49 files changed

Lines changed: 7792 additions & 8927 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
env:
22
global:
33
- NODE_VERSION=10
4-
- NDK_VERSION=r19
4+
- NDK_VERSION=r19b
55
- DATE=$(date +%Y-%m-%d)
66
- PACKAGE_VERSION=next-$DATE-$TRAVIS_BUILD_NUMBER
77
- EMULATOR_API_LEVEL=21
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"v8Version": "7.2.502.25",
2+
"v8Version": "7.2.502.28",
33
"mksnapshotParams": "--profile_deserialization --turbo_instruction_scheduling"
44
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"version": "4.10.2",
1414
"android": "3.3.1"
1515
},
16-
"android_ndk_version": "19"
16+
"android_ndk_version": "19b"
1717
}
6.18 KB
Binary file not shown.
3.79 KB
Binary file not shown.
5.84 KB
Binary file not shown.

test-app/runtime/src/main/cpp/include/v8-version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define V8_MAJOR_VERSION 7
1212
#define V8_MINOR_VERSION 2
1313
#define V8_BUILD_NUMBER 502
14-
#define V8_PATCH_LEVEL 25
14+
#define V8_PATCH_LEVEL 28
1515

1616
// Use 1 for candidates and 0 otherwise.
1717
// (Boolean macro values are not supported by all preprocessors.)

0 commit comments

Comments
 (0)