commit | 14a5a6ad30212b7e35b2fe56b392d8b5405318b8 | [log] [tgz] |
---|---|---|
author | Dominik Inführ <dinfuehr@chromium.org> | Tue Aug 04 13:35:01 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 04 14:12:44 2020 |
tree | 78cc4eb8f56f704afffc03ea2c543477dac87253 | |
parent | 5c8492903b42579ccb34e30ac9f9749e7dff2cd2 [diff] |
[heap] LocalAllocationBuffer needs to use CreateFillerObjectAtBackground LocalAllocationBuffer is used on the background thread so it needs to use CreateFillerObjectAtBackground for creating filler objects. Bug: v8:10315 Change-Id: Ifc22d87e1e835cfdd65d82fc79b20ee74b2c87b1 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2336795 Reviewed-by: Ulan Degenbaev <ulan@chromium.org> Commit-Queue: Dominik Inführ <dinfuehr@chromium.org> Cr-Commit-Position: refs/heads/master@{#69224}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://v8.dev/docs
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8
and fetch all of its dependencies. To stay up to date, run
git pull origin gclient sync
For fetching all branches, add the following into your remote configuration in .git/config
:
fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned at v8.dev/docs/contribute.