commit | 942c2ef85caef00fcf02517d049f05e9a3d4b440 | [log] [tgz] |
---|---|---|
author | Jakob Gruber <jgruber@chromium.org> | Tue Sep 29 07:08:06 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Sep 29 11:49:41 2020 |
tree | 901fd84838d2fc07b6edd4dc356466fa3a4d4983 | |
parent | 44f23d617ad74f6c89fe2ec83e226518d4401ed9 [diff] |
[builtins] Remove builtins-call.cc There's no builtin implementation code here, the two functions should live in builtins.cc. Change-Id: Ie3cff4f1a22c86984a99a3b5d1b82c0f9f9a1f5b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2436458 Auto-Submit: Jakob Gruber <jgruber@chromium.org> Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/master@{#70196}
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.