Commit abbad66
committed
deps: update V8 to 5.1.281.75
Pick up the latest branch-head for V8 5.1. This branch brings in
improved language support and performance improvements. For full
details: http://v8project.blogspot.com/2016/04/v8-release-51.html
* Picks up the latest branch head for 5.1 [1]
* Edit v8 gitignore to allow trace_event copy
* Update V8 DEP trace_event as per deps/v8/DEPS [2]
[1] https://chromium.googlesource.com/v8/v8.git/+/5.1.281.75
[2] https://chromium.googlesource.com/chromium/src/base/trace_event/common/+/c8c8665
Introduces a semver-minor overload of v8::Function::New() for use
by v8_inspector.
PR-URL: #8054
Refs: #7016
Refs: #7586
Refs: #7615
Reviewed-By: addaleax - Anna Henningsen <anna@addaleax.net>
Reviewed-By: thealphanerd - Myles Borins <myles.borins@gmail.com>
Reviewed-By: mhdawson - Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: evanlucas - Evan Lucas <evanlucas@me.com>
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>1 parent 92ecbc4 commit abbad66Copy full SHA for abbad66
File tree
Expand file treeCollapse file tree
1,482 files changed
+279466
-62437
lines changedOpen diff view settings
Filter options
- deps/v8
- base/trace_event/common
- build
- include
- libplatform
- infra/config
- src
- arm64
- arm
- ast
- base
- platform
- compiler
- arm64
- arm
- ia32
- mips64
- mips
- ppc
- s390
- x64
- x87
- crankshaft
- arm64
- arm
- ia32
- mips64
- mips
- ppc
- s390
- x64
- x87
- debug
- arm64
- arm
- ia32
- mips64
- mips
- ppc
- s390
- x64
- x87
- full-codegen
- arm64
- arm
- ia32
- mips64
- mips
- ppc
- s390
- x64
- x87
- heap
- ia32
- ic
- arm64
- arm
- ia32
- mips64
- mips
- ppc
- s390
- x64
- x87
- interpreter
- js
- libplatform
- mips64
- mips
- parsing
- ppc
- profiler
- regexp
- arm64
- arm
- ia32
- mips64
- mips
- ppc
- s390
- x64
- x87
- runtime
- s390
- snapshot
- tracing
- wasm
- x64
- x87
- test
- cctest
- compiler
- heap
- interpreter
- bytecode_expectations
- wasm
- fuzzer
- wasm_asmjs
- wasm
- intl
- number-format
- js-perf-test
- Keys
- Object
- message
- regress
- mjsunit
- asm
- compiler
- es6
- debug-promises
- regress
- es7
- harmony
- regress
- ignition
- regress
- strong
- tools
- wasm
- embenchen
- mozilla
- preparser
- promises-aplus
- simdjs
- test262
- unittests
- compiler
- s390
- heap
- interpreter
- runtime
- wasm
- webkit
- fast
- js
- kde
- regex
- tools
- gcmole
- gyp
- profviz
- release
- sanitizers
- testrunner
- local
- objects
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
1,482 files changed
+279466
-62437
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
42 | 42 | |
43 | 43 | |
44 | 44 | |
45 | | - |
| 45 | + |
46 | 46 | |
47 | 47 | |
48 | 48 | |
|
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
71 | 71 | |
72 | 72 | |
73 | 73 | |
| 74 | + |
74 | 75 | |
75 | 76 | |
76 | 77 | |
| ||
87 | 88 | |
88 | 89 | |
89 | 90 | |
| 91 | + |
90 | 92 | |
91 | 93 | |
92 | 94 | |
|
0 commit comments