Skip to content

Commit facb904

Browse files
committed
Upgrade V8 to 2.2.23
1 parent 70a8fb3 commit facb904

85 files changed

Lines changed: 4064 additions & 1471 deletions

Some content is hidden

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

deps/v8/ChangeLog

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
2010-07-07: Version 2.2.23
2+
3+
API change: Convert Unicode code points outside the basic multilingual
4+
plane to the replacement character. Previous behavior was to silently
5+
truncate the value to 16 bits.
6+
7+
Fixed crash: handle all flat string types in regexp replace.
8+
9+
Prevent invalid pre-parsing data passed in through the API from
10+
crashing V8.
11+
12+
Performance improvements on all platforms.
13+
14+
2010-07-05: Version 2.2.22
15+
16+
Added ES5 Object.isExtensible and Object.preventExtensions.
17+
18+
Enabled building V8 as a DLL.
19+
20+
Fixed a bug in date code where -0 was not interpreted as 0
21+
(issue 736).
22+
23+
Performance improvements on all platforms.
24+
25+
126
2010-06-30: Version 2.2.21
227

328
Fix bug in externalizing some ASCII strings (Chromium issue 47824).
@@ -13,18 +38,21 @@
1338
Provide actual breakpoints locations in response to setBreakpoint
1439
and listBreakpoints requests.
1540

41+
1642
2010-06-28: Version 2.2.20
43+
1744
Fix bug with for-in on x64 platform (issue 748).
1845

1946
Fix crash bug on x64 platform (issue 756).
20-
47+
2148
Fix bug in Object.getOwnPropertyNames. (chromium issue 41243).
2249

23-
Fix a bug on ARM that caused the result of 1 << x to be
50+
Fix a bug on ARM that caused the result of 1 << x to be
2451
miscalculated for some inputs.
2552

2653
Performance improvements on all platforms.
2754

55+
2856
2010-06-23: Version 2.2.19
2957

3058
Fix bug that causes the build to break when profillingsupport=off
@@ -64,11 +92,11 @@
6492

6593
2010-06-09: Version 2.2.16
6694

67-
Removed the SetExternalStringDiposeCallback API. Changed the
95+
Removed the SetExternalStringDiposeCallback API. Changed the
6896
disposal of external string resources to call a virtual Dispose
6997
method on the resource.
7098

71-
Added support for more precise break points when debugging and
99+
Added support for more precise break points when debugging and
72100
stepping.
73101

74102
Memory usage improvements on all platforms.

0 commit comments

Comments
 (0)