| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
buganizer: fix component IDs in DIR_METADATA This only matches the old monorail components. Bug: 341800538 Change-Id: Id74fbdb3b9be0c858b77af84966c6c37adf78c5c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6025833 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Auto-Submit: Paul Semel <paulsemel@chromium.org> Commit-Queue: Paul Semel <paulsemel@chromium.org> Cr-Commit-Position: refs/heads/main@{#97252} | 1 年前 | |
Update OWNERS files Overall: - Remove adamk - Remove syg test/test262/OWNERS: - Add olivf - Add rezvan third_party/v8/codegen/OWNERS: - Add gdeepti Change-Id: I0d72f60050a688ad5ec46ae4733c98ec323c9539 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6695598 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by: Olivier Flückiger <olivf@chromium.org> Cr-Commit-Position: refs/heads/main@{#101239} | 11 个月前 | |
Mark function parameters as used only on actual use during parsing and propagate that use to ScopeInfo for function scopes. Change-Id: I127d1abe9a3021f667ef4b2d4cb4fc76722baaa4 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7198181 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Reviewed-by: Erik Corry <erikcorry@chromium.org> Commit-Queue: Dan Carney <dcarney@chromium.org> Cr-Commit-Position: refs/heads/main@{#103902} | 7 个月前 | |
[cleanup] Apply clang-tidy cleanups Fix 19 ClangTidyReadability findings: the 'empty' method should be used to check for emptiness instead of 'size' For more info see go/clang_tidy/checks/readability-container-size-empty (17 times) the 'empty' method should be used to check for emptiness instead of comparing to an empty object For more info see go/clang_tidy/checks/readability-container-size-empty the 'empty' method should be used to check for emptiness instead of 'length' For more info see go/clang_tidy/checks/readability-container-size-empty Fix 2 ClangTidyReadability findings: redundant get() call on smart pointer For more info see go/clang_tidy/checks/readability-redundant-smartptr-get the 'empty' method should be used to check for emptiness instead of 'size' For more info see go/clang_tidy/checks/readability-container-size-empty Fix 2 ClangTidyReadability findings: redundant return statement at the end of a function with a void return type For more info see go/clang_tidy/checks/readability-redundant-control-flow (2 times) Fix 1 ClangTidyReadability finding: the 'empty' method should be used to check for emptiness instead of 'size' For more info see go/clang_tidy/checks/readability-container-size-empty Change-Id: I152155c3e80a55ab0bd3ad4a5129949230f8f102 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5197530 Reviewed-by: Nico Hartmann <nicohartmann@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Reviewed-by: Marja Hölttä <marja@chromium.org> Cr-Commit-Position: refs/heads/main@{#91834} | 2 年前 | |
[base] Support non-trivial element types for SmallVector This CL allows non-trivially constructible and destructible types to be used as element types for base::SmallVector. In addition, the CL: - Refactors methods resize_no_init and resize_and_init into a pair of overloaded resize methods. Similarly to their STL equivalents, the behaviour (initialization or not) depends on the element type and the presence of an initial value, not on the name. - Adds extensive unit tests. - Removes the special instance of base::trivially_destructible for direct handles, which was used only for allowing their use in small vectors. The motivation for this CL was that small vectors of direct handles did not properly count such handles, in debug builds. Change-Id: I5c059c0f9498531877573e7979383b8a7a63b0a3 Cq-Include-Trybots: luci.v8.try:v8_linux64_css_dbg Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6298363 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Nikolaos Papaspyrou <nikolaos@chromium.org> Reviewed-by: Anton Bikineev <bikineev@chromium.org> Cr-Commit-Position: refs/heads/main@{#99070} | 1 年前 | |
[import-attributes] Remove support for import assertions The 'assert' syntax has been deprecated for 3 milestones with a warning message saying it will removed in 12.6. This CL: - Removes the --harmony-import-assertions flag and support for the assert keyword - Rewords error messages to refer to attributes - Deprecates v8::ModuleRequest::GetImportAssertions() See https://groups.google.com/a/chromium.org/g/blink-dev/c/ZHvzLaJZRvo/m/FgNDBjrtBQAJ Bug: 40643756 Change-Id: I75832917867278e12e717053f4a43c14229529fd Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5507047 Commit-Queue: Shu-yu Guo <syg@chromium.org> Reviewed-by: Marja Hölttä <marja@chromium.org> Cr-Commit-Position: refs/heads/main@{#96500} | 1 年前 | |
[import-attributes] Remove support for import assertions The 'assert' syntax has been deprecated for 3 milestones with a warning message saying it will removed in 12.6. This CL: - Removes the --harmony-import-assertions flag and support for the assert keyword - Rewords error messages to refer to attributes - Deprecates v8::ModuleRequest::GetImportAssertions() See https://groups.google.com/a/chromium.org/g/blink-dev/c/ZHvzLaJZRvo/m/FgNDBjrtBQAJ Bug: 40643756 Change-Id: I75832917867278e12e717053f4a43c14229529fd Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5507047 Commit-Queue: Shu-yu Guo <syg@chromium.org> Reviewed-by: Marja Hölttä <marja@chromium.org> Cr-Commit-Position: refs/heads/main@{#96500} | 1 年前 | |
[decorators] Add flag, accessor keyword and token This change doesn't do any functionality changes. Bug: 42202709 Change-Id: I613b96b6e7630e10748e31162080a61e7da4c2a1 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5542951 Commit-Queue: Luis Pardo <lpardosixtos@microsoft.com> Reviewed-by: Shu-yu Guo <syg@chromium.org> Cr-Commit-Position: refs/heads/main@{#94086} | 2 年前 | |
[decorators] Add flag, accessor keyword and token This change doesn't do any functionality changes. Bug: 42202709 Change-Id: I613b96b6e7630e10748e31162080a61e7da4c2a1 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5542951 Commit-Queue: Luis Pardo <lpardosixtos@microsoft.com> Reviewed-by: Shu-yu Guo <syg@chromium.org> Cr-Commit-Position: refs/heads/main@{#94086} | 2 年前 | |
[handles] Migration to direct handles, part 13 This CL migrates a large number of handles to direct handles. The changes are only relevant for builds with v8_enable_direct_handle=true. Affected source directories: api, ast, builtins, codegen, compiler, debug, deoptimizer, execution, heap, ic, init, interpreter, json, maglev, objects, parsing, regexp, runtime, snapshot, strings, temporal, wasm, and in tests. Bug: 42203211 Change-Id: Icb4238ee9082865dae47dce025e529a1c3fdfc48 Cq-Include-Trybots: luci.v8.try:v8_linux64_css_dbg Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6189992 Commit-Queue: Nikolaos Papaspyrou <nikolaos@chromium.org> Reviewed-by: Omer Katz <omerkatz@chromium.org> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/main@{#98283} | 1 年前 | |
[handles] Migration to direct handles, part 13 This CL migrates a large number of handles to direct handles. The changes are only relevant for builds with v8_enable_direct_handle=true. Affected source directories: api, ast, builtins, codegen, compiler, debug, deoptimizer, execution, heap, ic, init, interpreter, json, maglev, objects, parsing, regexp, runtime, snapshot, strings, temporal, wasm, and in tests. Bug: 42203211 Change-Id: Icb4238ee9082865dae47dce025e529a1c3fdfc48 Cq-Include-Trybots: luci.v8.try:v8_linux64_css_dbg Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6189992 Commit-Queue: Nikolaos Papaspyrou <nikolaos@chromium.org> Reviewed-by: Omer Katz <omerkatz@chromium.org> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/main@{#98283} | 1 年前 | |
[flag] Remove --always-turbofan Bug: 431974094 Change-Id: Ia86d64cf626db0977299f8ec105f86ee4f385e7c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6781181 Reviewed-by: Marja Hölttä <marja@chromium.org> Auto-Submit: Victor Gomes <victorgomes@chromium.org> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/main@{#101612} | 11 个月前 | |
[flag] Remove --always-turbofan Bug: 431974094 Change-Id: Ia86d64cf626db0977299f8ec105f86ee4f385e7c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6781181 Reviewed-by: Marja Hölttä <marja@chromium.org> Auto-Submit: Victor Gomes <victorgomes@chromium.org> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/main@{#101612} | 11 个月前 | |
2026.03.30 arkweb_144代码蓝黄同步 Signed-off-by: jiujiaoxiaogula <sujiahao10@huawei.com> Change-Id: I00194d339064f999dedfc211cd5af5501cbed0fb | 3 个月前 | |
2026.03.30 arkweb_144代码蓝黄同步 Signed-off-by: jiujiaoxiaogula <sujiahao10@huawei.com> Change-Id: I00194d339064f999dedfc211cd5af5501cbed0fb | 3 个月前 | |
Mark function parameters as used only on actual use during parsing and propagate that use to ScopeInfo for function scopes. Change-Id: I127d1abe9a3021f667ef4b2d4cb4fc76722baaa4 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7198181 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Reviewed-by: Erik Corry <erikcorry@chromium.org> Commit-Queue: Dan Carney <dcarney@chromium.org> Cr-Commit-Position: refs/heads/main@{#103902} | 7 个月前 | |
[handles] Migration to direct handles, part 10 This CL migrates a large number of handles to direct handles. The changes are only relevant for builds with v8_enable_direct_handle=true. Affected source directories: api, ast, builtins, codegen, compiler, d8, debug, deoptimizer, execution, extensions, heap, ic, init, json, logging, objects, parsing, profiler, regexp, runtime, snapshot, wasm. Bug: 42203211 Change-Id: I160d5a74aecc6533db51323f0b96ef057cb22426 Cq-Include-Trybots: luci.v8.try:v8_linux64_css_dbg Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6091534 Commit-Queue: Nikolaos Papaspyrou <nikolaos@chromium.org> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Reviewed-by: Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/main@{#97865} | 1 年前 | |
[handles] Migration to direct handles, part 10 This CL migrates a large number of handles to direct handles. The changes are only relevant for builds with v8_enable_direct_handle=true. Affected source directories: api, ast, builtins, codegen, compiler, d8, debug, deoptimizer, execution, extensions, heap, ic, init, json, logging, objects, parsing, profiler, regexp, runtime, snapshot, wasm. Bug: 42203211 Change-Id: I160d5a74aecc6533db51323f0b96ef057cb22426 Cq-Include-Trybots: luci.v8.try:v8_linux64_css_dbg Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6091534 Commit-Queue: Nikolaos Papaspyrou <nikolaos@chromium.org> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Reviewed-by: Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/main@{#97865} | 1 年前 | |
Reland "[handles] Migration to direct handles, part 12" This is a reland of commit 5fa54d85a10049a55ba2fa02bc05145ddee7d19a Original change's description: > [handles] Migration to direct handles, part 12 > > This CL migrates a large number of handles to direct handles. The > changes are only relevant for builds with v8_enable_direct_handle=true. > > Affected source directories: api, asmjs, ast, builtins, codegen, > compiler, d8, debug, deoptimizer, diagnostics, execution, extensions, > heap, ic, init, interpreter, json, maglev, objects, parsing, profiler, > regexp, runtime, snapshot, strings, wasm, and tests. > > Bug: 42203211 > Change-Id: I2334b3295e5780e8f52d0b13d1545dce29fcf81e > Cq-Include-Trybots: luci.v8.try:v8_linux64_css_dbg > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6181904 > Commit-Queue: Nikolaos Papaspyrou <nikolaos@chromium.org> > Reviewed-by: Omer Katz <omerkatz@chromium.org> > Reviewed-by: Michael Lippautz <mlippautz@chromium.org> > Cr-Commit-Position: refs/heads/main@{#98240} Bug: 42203211 Change-Id: Ie21acd681c12e7212185d61a19bd858365650204 Cq-Include-Trybots: luci.v8.try:v8_linux64_css_dbg Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6187462 Reviewed-by: Omer Katz <omerkatz@chromium.org> Commit-Queue: Leszek Swirski <leszeks@chromium.org> Auto-Submit: Nikolaos Papaspyrou <nikolaos@chromium.org> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/main@{#98249} | 1 年前 | |
Reland "[handles] Migration to direct handles, part 12" This is a reland of commit 5fa54d85a10049a55ba2fa02bc05145ddee7d19a Original change's description: > [handles] Migration to direct handles, part 12 > > This CL migrates a large number of handles to direct handles. The > changes are only relevant for builds with v8_enable_direct_handle=true. > > Affected source directories: api, asmjs, ast, builtins, codegen, > compiler, d8, debug, deoptimizer, diagnostics, execution, extensions, > heap, ic, init, interpreter, json, maglev, objects, parsing, profiler, > regexp, runtime, snapshot, strings, wasm, and tests. > > Bug: 42203211 > Change-Id: I2334b3295e5780e8f52d0b13d1545dce29fcf81e > Cq-Include-Trybots: luci.v8.try:v8_linux64_css_dbg > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6181904 > Commit-Queue: Nikolaos Papaspyrou <nikolaos@chromium.org> > Reviewed-by: Omer Katz <omerkatz@chromium.org> > Reviewed-by: Michael Lippautz <mlippautz@chromium.org> > Cr-Commit-Position: refs/heads/main@{#98240} Bug: 42203211 Change-Id: Ie21acd681c12e7212185d61a19bd858365650204 Cq-Include-Trybots: luci.v8.try:v8_linux64_css_dbg Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6187462 Reviewed-by: Omer Katz <omerkatz@chromium.org> Commit-Queue: Leszek Swirski <leszeks@chromium.org> Auto-Submit: Nikolaos Papaspyrou <nikolaos@chromium.org> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/main@{#98249} | 1 年前 | |
[tagged-ptr] Convert more Objects to Tagged<> Convert a large amount of Objects to Tagged<Object>, by using a clang tool to convert all variables and parameters to Tagged<>, and manually fixing up any build failures this caused. Bug: v8:12710 Change-Id: I2bfc90220fe92ebc6487b5cddbc4166164637a71 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4827204 Commit-Queue: Leszek Swirski <leszeks@chromium.org> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Auto-Submit: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/main@{#89750} | 2 年前 | |
[scope] Save class variable name ... instead of the name-to-index hashtable offset when local names are not inlined. The hashtable could be rehashed (added cctest) invalidating the offset. Fixed: 409512701 Change-Id: I512ca1fc402cecf0c173a89e6496763da325eab2 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6446202 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Commit-Queue: Victor Gomes <victorgomes@chromium.org> Cr-Commit-Position: refs/heads/main@{#99742} | 1 年前 | |
[compiler] Create ParseInfo on BG thread Rather than creating a ParseInfo when creating a BackgroundCompileTask (and passing ownership across to the BG thread which deallocates it), create one when running it. This allows the ParseInfo Zone to be both allocated and deallocated on the same thread, which will improve its allocator friendliness. As a side-effect, we now use the on-heap PreparseData from the SharedFunctionInfo, rather than cloning the in-Zone PreparseData. This means that we don't have to copy the PreparseData across Zones, but we do need to Unpark the LocalHeap when accessing preparse data. Change-Id: I16d976c1ad54c1090180f2936f40a23a6dbb5904 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3312483 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Commit-Queue: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/main@{#78228} | 4 年前 | |
[parsing] Reuse scope infos held alive through eval ... by inserting the scope_info of the context in which we eval in what used to be the "shared_function_infos" table. This CL renames that table to the "infos" table. It would have been nice to add a separate table, but mixing it into the same table has the advantage that nested infos are easy to find. As a drive-by change this change also drops eval_scope_position as a way to distinguish eval. While it's technically fine for multiple evals in the scope to share scripts, it actually breaks source position info because the stack includes where eval was called by attaching that position to the script. It's relatively unlikely that we'll have multiple evals in the same scope with the same script anyway... Change-Id: I40fe2ed0c3fc9353e98846728561828f9803869d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5701108 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Leszek Swirski <leszeks@chromium.org> Auto-Submit: Toon Verwaest <verwaest@chromium.org> Cr-Commit-Position: refs/heads/main@{#95043} | 1 年前 | |
[preparser] Support escapes in arguments contextual keywords Bug: 430344952 Change-Id: Ib35df2f992cfe5a5207109ab500a0baaadf9b988 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6732379 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Toon Verwaest <verwaest@chromium.org> Auto-Submit: Toon Verwaest <verwaest@chromium.org> Cr-Commit-Position: refs/heads/main@{#101389} | 11 个月前 | |
Mark function parameters as used only on actual use during parsing and propagate that use to ScopeInfo for function scopes. Change-Id: I127d1abe9a3021f667ef4b2d4cb4fc76722baaa4 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7198181 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Reviewed-by: Erik Corry <erikcorry@chromium.org> Commit-Queue: Dan Carney <dcarney@chromium.org> Cr-Commit-Position: refs/heads/main@{#103902} | 7 个月前 | |
TicketNo:DTS2026040312077;DTS2026040207037;DTS2026040207036;DTS2026040135724;DTS2026040135722;DTS2026032818442;DTS2026032530470;DTS2026032530464;DTS2026031327981;DTS2026031222703;DTS2026031222694;DTS2026031222686;DTS2026031222671;DTS2026031222662;DTS2026031222654 Description:【CVE-2026-4450】【487746373】【490642836】【CVE-2026-4457】【488803413】[CVE-2026-4461][490558172][489159859][481749436][491191100][492077213][496629079][472181383][480442279][481295170][485784597][474402856][483220222] Team:v8 Feature or Bugfix:Bugfix Binary Source:No PrivateCode(Yes/No):No Change-Id: Iae84c8fcc36a25b1936ec0997008368f70096cd6 Reviewed-by: y00500721 Approved-by: w00518651 Merged-on: https://open.codehub.huawei.com/OpenSourceCenter_CR/openharmony-tpc/chromium_v8/-/change_requests/534 Merged-by: public pjenkins Signed-off-by: Marja Hölttä <marja@chromium.org> | 1 个月前 | |
[parser] Fix^2 repl+rewriter overflow handling Properly propagate stack overflow state from rewriter to parser. Fixed: 400758495 Change-Id: I5f7c12cf972f57d1a298386aad75aeea583d36ee Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6387097 Commit-Queue: Igor Sheludko <ishell@chromium.org> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/main@{#99422} | 1 年前 | |
Remove AllowNullsFlag used for String::ToCString The ALLOW_NULL option is virtually always unused, which makes sense, given that the ToCString routine must return a C string, i.e. a null-terminated array of characters. As such, to produce valid output, it must replace any null characters. This CL now removes the AllowNullsFlag to simplify the API and remove a branch at runtime. The only users of ALLOW_NULL are in testing-only code and don't actually need to perform Utf8 conversion: they can simply use Utf16 instead. Bug: 376071292 Change-Id: Ie763bb56f8688cf34a0a37100bb6b36980464a49 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5992793 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Samuel Groß <saelo@chromium.org> Cr-Commit-Position: refs/heads/main@{#96987} | 1 年前 | |
[cleanup] Remove unnecessary forward declarations This CL cleans up forward declarations of the Handle template in several files. In case this template is transparently modified in the future, these declarations would result in compiler errors. It also cleans up forward declaration of other classes, declared in src/common/globals.h. Change-Id: I5b5a770bc26c7f599acc8448d0e1361517c939ba Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4775586 Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Nikolaos Papaspyrou <nikolaos@chromium.org> Cr-Commit-Position: refs/heads/main@{#89562} | 2 年前 | |
[cleanup] Fix inl header includes We have many inl headers which either do not include their non-inl header, or are including other headers first. Both can lead to compile errors because definitions of inline functions might not be visible in inl headers. This CL adds a script to fix those includes, and runs it over the whole code base. R=leszeks@chromium.org Change-Id: I1b7b04c59e5a5b89308512bfc40729f7ec4afc38 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6387805 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/main@{#99453} | 1 年前 | |
2026.03.30 arkweb_144代码蓝黄同步 Signed-off-by: jiujiaoxiaogula <sujiahao10@huawei.com> Change-Id: I00194d339064f999dedfc211cd5af5501cbed0fb | 3 个月前 | |
2026.03.30 arkweb_144代码蓝黄同步 Signed-off-by: jiujiaoxiaogula <sujiahao10@huawei.com> Change-Id: I00194d339064f999dedfc211cd5af5501cbed0fb | 3 个月前 | |
Rename Token::Value enum identifiers from SHOUTY_CASE to kCamelCase. This follows Google style. In this case, I happened to #include a header with a token name in a file that #included <windows.h>, which #defines things like DELETE, which broke the build. Changing this will hopefully prevent other people from tripping over this same thing. Bug: none Change-Id: Ic3c29b57df71f001dece008d566810cde8978658 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5293733 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by: Marja Hölttä <marja@chromium.org> Reviewed-by: Philip Pfaffe <pfaffe@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by: Shu-yu Guo <syg@chromium.org> Cr-Commit-Position: refs/heads/main@{#92380} | 2 年前 | |
[decorators] Add flag, accessor keyword and token This change doesn't do any functionality changes. Bug: 42202709 Change-Id: I613b96b6e7630e10748e31162080a61e7da4c2a1 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5542951 Commit-Queue: Luis Pardo <lpardosixtos@microsoft.com> Reviewed-by: Shu-yu Guo <syg@chromium.org> Cr-Commit-Position: refs/heads/main@{#94086} | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 11 个月前 | ||
| 7 个月前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 7 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 4 年前 | ||
| 1 年前 | ||
| 11 个月前 | ||
| 7 个月前 | ||
| 1 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 2 年前 | ||
| 2 年前 |