| name: "v8" |
| description: |
| "v8 is Google's JavaScript engine developed for The Chromium Project. Cobalt " |
| "uses v8 as its primary JavaScript engine. v8 works closely with Cobalt's " |
| "script interface and templated bindings code." |
| |
| third_party { |
| identifier { |
| type: "ChromiumVersion" |
| value: "88.0.4324.186" # from https://chromereleases.googleblog.com/2021/02/stable-channel-update-for-chrome-os_17.html |
| } |
| identifier { |
| type: "Git" |
| value: "https://chromium.googlesource.com/v8/v8.git" |
| version: "f7f4327516912dfca0d7401044e890ca0ce885ad" |
| # from https://chromium.googlesource.com/chromium/src/+/88.0.4324.186/DEPS#205 |
| } |
| last_upgrade_date { |
| year: 2023 |
| month: 6 |
| day: 16 |
| } |
| license_type: NOTICE |
| } |