V8 JavaScript Engine
=============
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://github.com/v8/v8/wiki
Getting the Code
=============
Checkout [depot tools](http://www.chromium.org/developers/how-tos/install-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/*
Contributing
=============
Please follow the instructions mentioned on the
[V8 wiki](https://github.com/v8/v8/wiki/Contributing).
[4.0K] /data/pocs/c4ec3e4c80e8f251587167ad286d30adf57a2365
├── [1.3K] Android.base.bp
├── [7.2K] Android.bp
├── [ 747] Android.platform.bp
├── [ 249] Android.sampler.bp
├── [ 27K] Android.v8.bp
├── [ 293] Android.v8gen.bp
├── [6.0K] AUTHORS
├── [4.0K] base
│ └── [4.0K] trace_event
│ └── [4.0K] common
│ └── [ 66K] trace_event_common.h
├── [4.0K] benchmarks
│ ├── [9.1K] base.js
│ ├── [ 47K] crypto.js
│ ├── [ 25K] deltablue.js
│ ├── [191K] earley-boyer.js
│ ├── [ 12K] navier-stokes.js
│ ├── [ 27K] raytrace.js
│ ├── [3.3K] README.txt
│ ├── [109K] regexp.js
│ ├── [4.0K] revisions.html
│ ├── [ 15K] richards.js
│ ├── [5.4K] run.html
│ ├── [2.2K] run.js
│ ├── [4.0K] spinning-balls
│ │ ├── [ 216] index.html
│ │ ├── [8.7K] splay-tree.js
│ │ └── [ 13K] v.js
│ ├── [ 10K] splay.js
│ ├── [1.1K] style.css
│ ├── [ 318] v8.json
│ └── [ 24K] v8-logo.png
├── [109K] BUILD.gn
├── [4.0K] build_overrides
│ ├── [1.1K] build.gni
│ └── [ 569] gtest.gni
├── [1.0M] ChangeLog
├── [ 459] CODE_OF_CONDUCT.md
├── [ 242] codereview.settings
├── [4.0K] custom_deps
│ ├── [ 44] OWNERS
│ └── [ 126] README.md
├── [ 14K] DEPS
├── [4.0K] docs
│ └── [ 87] README.md
├── [ 10K] genmakefiles.py
├── [4.0K] gni
│ └── [6.8K] v8.gni
├── [4.0K] gnparser
│ ├── [1.6K] gn.g4
│ ├── [4.6K] gn.interp
│ ├── [5.0K] gnLexer.interp
│ ├── [5.6K] gnLexer.py
│ ├── [ 230] gnLexer.tokens
│ ├── [3.4K] gnListener.py
│ ├── [ 37K] gnParser.py
│ ├── [ 230] gn.tokens
│ └── [ 0] __init__.py
├── [4.0K] gypfiles
│ ├── [1.9K] all.gyp
│ ├── [ 952] coverage_wrapper.py
│ ├── [2.9K] detect_v8_host_arch.py
│ ├── [2.8K] download_gold_plugin.py
│ ├── [4.8K] features.gypi
│ ├── [1.1K] get_landmines.py
│ ├── [1.9K] gyp_environment.py
│ ├── [7.0K] gyp_v8
│ ├── [2.1K] gyp_v8.py
│ ├── [3.5K] isolate.gypi
│ ├── [8.2K] landmines.py
│ ├── [2.9K] landmine_utils.py
│ ├── [4.0K] mac
│ │ └── [ 944] asan.gyp
│ ├── [ 24] OWNERS
│ ├── [ 240] README.txt
│ ├── [2.0K] set_clang_warning_flags.gypi
│ ├── [2.9K] shim_headers.gypi
│ ├── [ 56K] standalone.gypi
│ ├── [ 47K] toolchain.gypi
│ ├── [ 13K] vs_toolchain.py
│ └── [4.0K] win
│ └── [4.4K] msvs_dependencies.isolate
├── [4.0K] include
│ ├── [3.1K] APIDesign.md
│ ├── [ 116] DEPS
│ ├── [4.0K] libplatform
│ │ ├── [ 149] DEPS
│ │ ├── [ 804] libplatform-export.h
│ │ ├── [3.4K] libplatform.h
│ │ └── [9.6K] v8-tracing.h
│ ├── [ 436] OWNERS
│ ├── [ 938] PRESUBMIT.py
│ ├── [ 15K] v8config.h
│ ├── [346K] v8.h
│ ├── [ 10K] v8-inspector.h
│ ├── [ 513] v8-inspector-protocol.h
│ ├── [ 13K] v8-platform.h
│ ├── [ 35K] v8-profiler.h
│ ├── [1.0K] v8-testing.h
│ ├── [ 19K] v8-util.h
│ ├── [ 648] v8-value-serializer-version.h
│ ├── [ 772] v8-version.h
│ └── [1.1K] v8-version-string.h
├── [4.0K] infra
│ ├── [4.0K] config
│ │ ├── [3.4K] cq.cfg
│ │ ├── [ 21] OWNERS
│ │ └── [ 861] PRESUBMIT.py
│ ├── [4.0K] mb
│ │ ├── [1.8K] gn_isolate_map.pyl
│ │ ├── [ 32K] mb_config.pyl
│ │ └── [1.4K] PRESUBMIT.py
│ ├── [ 66] OWNERS
│ ├── [ 46] README.md
│ └── [4.0K] testing
│ ├── [ 45K] builders.pyl
│ ├── [ 58] OWNERS
│ ├── [5.7K] PRESUBMIT.py
│ └── [3.1K] README.md
├── [3.0K] LICENSE
├── [ 250] LICENSE.fdlibm
├── [1.4K] LICENSE.strongtalk
├── [1.5K] LICENSE.v8
├── [2.0K] LICENSE.valgrind
├── [ 17K] Makefile
├── [3.3K] Makefile.android
├── [2.6K] merge.py
├── [ 0] MODULE_LICENSE_BSD
├── [7.0K] NOTICE
├── [ 926] OWNERS
├── [ 156] OWNERS.android
├── [ 17K] PRESUBMIT.py
├── [ 975] README.md
├── [4.0K] samples
│ ├── [1.9K] count-hosts.js
│ ├── [3.5K] hello-world.cc
│ ├── [ 24K] process.cc
│ └── [ 16K] shell.cc
├── [4.6K] snapshot_toolchain.gni
├── [ 16K] src
│ ├── [ 32K] accessors.cc
│ ├── [5.3K] accessors.h
│ ├── [1.7K] address-map.cc
│ ├── [2.0K] address-map.h
│ ├── [8.4K] allocation.cc
│ ├── [8.3K] allocation.h
│ ├── [3.1K] allocation-site-scopes.h
│ ├── [2.1K] api-arguments.cc
│ ├── [7.4K] api-arguments.h
│ ├── [ 15K] api-arguments-inl.h
│ ├── [395K] api.cc
│ ├── [ 21K] api.h
│ ├── [5.2K] api-inl.h
│ ├── [ 28K] api-natives.cc
│ ├── [2.3K] api-natives.h
│ ├── [ 648] arguments.cc
│ ├── [4.3K] arguments.h
│ ├── [ 679] arguments-inl.h
│ ├── [4.0K] arm
│ │ ├── [179K] assembler-arm.cc
│ │ ├── [ 67K] assembler-arm.h
│ │ ├── [ 16K] assembler-arm-inl.h
│ │ ├── [9.5K] codegen-arm.cc
│ │ ├── [ 20K] code-stubs-arm.cc
│ │ ├── [1.0K] code-stubs-arm.h
│ │ ├── [3.4K] constants-arm.cc
│ │ ├── [ 24K] constants-arm.h
│ │ ├── [1.9K] cpu-arm.cc
│ │ ├── [ 11K] deoptimizer-arm.cc
│ │ ├── [ 90K] disasm-arm.cc
│ │ ├── [1.4K] eh-frame-arm.cc
│ │ ├── [ 983] frame-constants-arm.cc
│ │ ├── [2.1K] frame-constants-arm.h
│ │ ├── [9.5K] interface-descriptors-arm.cc
│ │ ├── [ 81K] macro-assembler-arm.cc
│ │ ├── [ 36K] macro-assembler-arm.h
│ │ ├── [205K] simulator-arm.cc
│ │ └── [ 16K] simulator-arm.h
│ ├── [4.0K] arm64
│ │ ├── [166K] assembler-arm64.cc
│ │ ├── [129K] assembler-arm64.h
│ │ ├── [ 32K] assembler-arm64-inl.h
│ │ ├── [ 653] codegen-arm64.cc
│ │ ├── [ 23K] code-stubs-arm64.cc
│ │ ├── [ 883] code-stubs-arm64.h
│ │ ├── [ 84K] constants-arm64.h
│ │ ├── [4.3K] cpu-arm64.cc
│ │ ├── [2.5K] decoder-arm64.cc
│ │ ├── [7.7K] decoder-arm64.h
│ │ ├── [ 25K] decoder-arm64-inl.h
│ │ ├── [ 12K] deoptimizer-arm64.cc
│ │ ├── [117K] disasm-arm64.cc
│ │ ├── [3.1K] disasm-arm64.h
│ │ ├── [1.5K] eh-frame-arm64.cc
│ │ ├── [1.2K] frame-constants-arm64.cc
│ │ ├── [2.7K] frame-constants-arm64.h
│ │ ├── [ 21K] instructions-arm64.cc
│ │ ├── [1.9K] instructions-arm64-constants.cc
│ │ ├── [ 26K] instructions-arm64.h
│ │ ├── [ 18K] instrument-arm64.cc
│ │ ├── [1.9K] instrument-arm64.h
│ │ ├── [9.5K] interface-descriptors-arm64.cc
│ │ ├── [112K] macro-assembler-arm64.cc
│ │ ├── [ 87K] macro-assembler-arm64.h
│ │ ├── [ 38K] macro-assembler-arm64-inl.h
│ │ ├── [177K] simulator-arm64.cc
│ │ ├── [ 93K] simulator-arm64.h
│ │ ├── [143K] simulator-logic-arm64.cc
│ │ ├── [3.6K] utils-arm64.cc
│ │ └── [3.7K] utils-arm64.h
│ ├── [ 949] asan.h
│ ├── [4.0K] asmjs
│ │ ├── [ 19K] asm-js.cc
│ │ ├── [1.5K] asm-js.h
│ │ ├── [3.8K] asm-names.h
│ │ ├── [ 85K] asm-parser.cc
│ │ ├── [ 14K] asm-parser.h
│ │ ├── [ 11K] asm-scanner.cc
│ │ ├── [5.7K] asm-scanner.h
│ │ ├── [7.3K] asm-types.cc
│ │ ├── [8.8K] asm-types.h
│ │ ├── [ 167] OWNERS
│ │ ├── [1.8K] switch-logic.cc
│ │ └── [ 777] switch-logic.h
│ ├── [ 832] assembler-arch.h
│ ├── [ 880] assembler-arch-inl.h
│ ├── [ 15K] assembler.cc
│ ├── [ 22K] assembler.h
│ ├── [ 861] assembler-inl.h
│ ├── [5.2K] assert-scope.cc
│ ├── [6.1K] assert-scope.h
│ ├── [4.0K] ast
│ │ ├── [ 32K] ast.cc
│ │ ├── [ 930] ast-function-literal-id-reindexer.cc
│ │ ├── [1016] ast-function-literal-id-reindexer.h
│ │ ├── [111K] ast.h
│ │ ├── [8.2K] ast-source-ranges.h
│ │ ├── [ 17K] ast-traversal-visitor.h
│ │ ├── [ 11K] ast-value-factory.cc
│ │ ├── [ 13K] ast-value-factory.h
│ │ ├── [2.9K] context-slot-cache.cc
│ │ ├── [3.4K] context-slot-cache.h
│ │ ├── [ 13K] modules.cc
│ │ ├── [9.0K] modules.h
│ │ ├── [ 201] OWNERS
│ │ ├── [ 39K] prettyprinter.cc
│ │ ├── [4.1K] prettyprinter.h
│ │ ├── [ 85K] scopes.cc
│ │ ├── [ 39K] scopes.h
│ │ ├── [1.0K] variables.cc
│ │ └── [8.5K] variables.h
│ ├── [9.8K] async-hooks-wrapper.cc
│ ├── [2.6K] async-hooks-wrapper.h
│ ├── [1.1K] bailout-reason.cc
│ ├── [8.8K] bailout-reason.h
│ ├── [4.0K] base
│ │ ├── [1.4K] adapters.h
│ │ ├── [6.0K] atomicops.h
│ │ ├── [3.3K] atomicops_internals_atomicword_compat.h
│ │ ├── [6.7K] atomicops_internals_portable.h
│ │ ├── [7.1K] atomicops_internals_std.h
│ │ ├── [ 12K] atomic-utils.h
│ │ ├── [ 740] base-export.h
│ │ ├── [3.2K] bits.cc
│ │ ├── [ 12K] bits.h
│ │ ├── [6.3K] build_config.h
│ │ ├── [3.8K] compiler-specific.h
│ │ ├── [ 19K] cpu.cc
│ │ ├── [4.7K] cpu.h
│ │ ├── [4.0K] debug
│ │ │ ├── [2.3K] stack_trace_android.cc
│ │ │ ├── [ 896] stack_trace.cc
│ │ │ ├── [1.0K] stack_trace_fuchsia.cc
│ │ │ ├── [2.8K] stack_trace.h
│ │ │ ├── [ 14K] stack_trace_posix.cc
│ │ │ └── [8.2K] stack_trace_win.cc
│ │ ├── [ 112] DEPS
│ │ ├── [3.6K] division-by-constant.cc
│ │ ├── [2.1K] division-by-constant.h
│ │ ├── [6.6K] export-template.h
│ │ ├── [ 998] file-utils.cc
│ │ ├── [ 544] file-utils.h
│ │ ├── [5.8K] flags.h
│ │ ├── [2.4K] format-macros.h
│ │ ├── [ 804] free_deleter.h
│ │ ├── [2.6K] functional.cc
│ │ ├── [8.4K] functional.h
│ │ ├── [1.4K] hashmap-entry.h
│ │ ├── [ 17K] hashmap.h
│ │ ├── [ 90K] ieee754.cc
│ │ ├── [2.5K] ieee754.h
│ │ ├── [2.2K] iterator.h
│ │ ├── [7.6K] lazy-instance.h
│ │ ├── [3.0K] list.h
│ │ ├── [6.0K] logging.cc
│ │ ├── [ 16K] logging.h
│ │ ├── [ 16K] macros.h
│ │ ├── [1.5K] once.cc
│ │ ├── [3.3K] once.h
│ │ ├── [ 13K] optional.h
│ │ ├── [ 54] OWNERS
│ │ ├── [2.1K] page-allocator.cc
│ │ ├── [1.1K] page-allocator.h
│ │ ├── [4.0K] platform
│ │ │ ├── [4.6K] condition-variable.cc
│ │ │ ├── [3.6K] condition-variable.h
│ │ │ ├── [2.7K] elapsed-timer.h
│ │ │ ├── [4.3K] mutex.cc
│ │ │ ├── [7.3K] mutex.h
│ │ │ ├── [ 88] OWNERS
│ │ │ ├── [3.3K] platform-aix.cc
│ │ │ ├── [8.1K] platform-cygwin.cc
│ │ │ ├── [2.6K] platform-freebsd.cc
│ │ │ ├── [5.1K] platform-fuchsia.cc
│ │ │ ├── [ 13K] platform.h
│ │ │ ├── [6.1K] platform-linux.cc
│ │ │ ├── [2.1K] platform-macos.cc
│ │ │ ├── [4.1K] platform-openbsd.cc
│ │ │ ├── [ 26K] platform-posix.cc
│ │ │ ├── [ 688] platform-posix.h
│ │ │ ├── [1.0K] platform-posix-time.cc
│ │ │ ├── [ 674] platform-posix-time.h
│ │ │ ├── [4.0K] platform-qnx.cc
│ │ │ ├── [1.9K] platform-solaris.cc
│ │ │ ├── [ 43K] platform-win32.cc
│ │ │ ├── [4.7K] semaphore.cc
│ │ │ ├── [2.7K] semaphore.h
│ │ │ ├── [ 28K] time.cc
│ │ │ └── [ 16K] time.h
│ │ ├── [ 385] qnx-math.h
│ │ ├── [1.2K] ring-buffer.h
│ │ ├── [2.0K] safe_conversions.h
│ │ ├── [9.1K] safe_conversions_impl.h
│ │ ├── [ 12K] safe_math.h
│ │ ├── [ 17K] safe_math_impl.h
│ │ ├── [2.8K] sys-info.cc
│ │ ├── [ 907] sys-info.h
│ │ ├── [5.0K] template-utils.h
│ │ ├── [ 970] timezone-cache.h
│ │ ├── [1.4K] tsan.h
│ │ ├── [4.0K] utils
│ │ │ ├── [6.1K] random-number-generator.cc
│ │ │ └── [6.0K] random-number-generator.h
│ │ ├── [ 877] v8-fallthrough.h
│ │ └── [2.0K] win32-headers.h
│ ├── [3.9K] basic-block-profiler.cc
│ ├── [2.1K] basic-block-profiler.h
│ ├── [ 21K] bignum.cc
│ ├── [ 26K] bignum-dtoa.cc
│ ├── [2.7K] bignum-dtoa.h
│ ├── [3.9K] bignum.h
│ ├── [1.2K] bit-vector.cc
│ ├── [9.6K] bit-vector.h
│ ├── [258K] bootstrapper.cc
│ ├── [4.6K] bootstrapper.h
│ ├── [3.2K] boxed-float.h
│ ├── [4.0K] builtins
│ │ ├── [4.0K] arm
│ │ │ └── [ 98K] builtins-arm.cc
│ │ ├── [4.0K] arm64
│ │ │ └── [119K] builtins-arm64.cc
│ │ ├── [3.2K] array-copywithin.tq
│ │ ├── [6.2K] array-foreach.tq
│ │ ├── [6.8K] array-reverse.tq
│ │ ├── [ 11K] array.tq
│ │ ├── [ 31K] base.tq
│ │ ├── [ 12K] builtins-api.cc
│ │ ├── [ 17K] builtins-arguments-gen.cc
│ │ ├── [2.7K] builtins-arguments-gen.h
│ │ ├── [ 12K] builtins-arraybuffer.cc
│ │ ├── [ 52K] builtins-array.cc
│ │ ├── [171K] builtins-array-gen.cc
│ │ ├── [7.1K] builtins-array-gen.h
│ │ ├── [ 11K] builtins-async-function-gen.cc
│ │ ├── [ 13K] builtins-async-gen.cc
│ │ ├── [ 29K] builtins-async-generator-gen.cc
│ │ ├── [4.4K] builtins-async-gen.h
│ │ ├── [ 17K] builtins-async-iterator-gen.cc
│ │ ├── [5.0K] builtins-bigint.cc
│ │ ├── [1.3K] builtins-boolean.cc
│ │ ├── [1.2K] builtins-boolean-gen.cc
│ │ ├── [1.2K] builtins-call.cc
│ │ ├── [ 15K] builtins-call-gen.cc
│ │ ├── [1.4K] builtins-call-gen.h
│ │ ├── [6.5K] builtins-callsite.cc
│ │ ├── [ 16K] builtins.cc
│ │ ├── [ 888] builtins-collections.cc
│ │ ├── [ 99K] builtins-collections-gen.cc
│ │ ├── [6.4K] builtins-console.cc
│ │ ├── [1.3K] builtins-console-gen.cc
│ │ ├── [ 30K] builtins-constructor-gen.cc
│ │ ├── [1.6K] builtins-constructor-gen.h
│ │ ├── [1.6K] builtins-constructor.h
│ │ ├── [ 13K] builtins-conversion-gen.cc
│ │ ├── [4.2K] builtins-dataview.cc
│ │ ├── [2.2K] builtins-data-view-gen.h
│ │ ├── [ 38K] builtins-date.cc
│ │ ├── [9.6K] builtins-date-gen.cc
│ │ ├── [ 642] builtins-debug-gen.cc
│ │ ├── [112K] builtins-definitions.h
│ │ ├── [2.5K] builtins-descriptors.h
│ │ ├── [4.5K] builtins-error.cc
│ │ ├── [ 12K] builtins-function.cc
│ │ ├── [8.1K] builtins-function-gen.cc
│ │ ├── [6.1K] builtins-generator-gen.cc
│ │ ├── [3.4K] builtins-global.cc
│ │ ├── [2.8K] builtins-global-gen.cc
│ │ ├── [6.9K] builtins.h
│ │ ├── [3.9K] builtins-handler-gen.cc
│ │ ├── [1.7K] builtins-ic-gen.cc
│ │ ├── [ 884] builtins-internal.cc
│ │ ├── [ 47K] builtins-internal-gen.cc
│ │ ├── [1.7K] builtins-interpreter.cc
│ │ ├── [1.6K] builtins-interpreter-gen.cc
│ │ ├── [ 49K] builtins-intl.cc
│ │ ├── [7.6K] builtins-intl-gen.cc
│ │ ├── [ 761] builtins-intl.h
│ │ ├── [8.8K] builtins-iterator-gen.cc
│ │ ├── [2.7K] builtins-iterator-gen.h
│ │ ├── [1.4K] builtins-json.cc
│ │ ├── [8.0K] builtins-lazy-gen.cc
│ │ ├── [1.3K] builtins-lazy-gen.h
│ │ ├── [1.9K] builtins-math.cc
│ │ ├── [ 16K] builtins-math-gen.cc
│ │ ├── [1.1K] builtins-math-gen.h
│ │ ├── [9.5K] builtins-number.cc
│ │ ├── [ 34K] builtins-number-gen.cc
│ │ ├── [ 16K] builtins-object.cc
│ │ ├── [ 66K] builtins-object-gen.cc
│ │ ├── [ 536] builtins-promise.cc
│ │ ├── [ 92K] builtins-promise-gen.cc
│ │ ├── [8.7K] builtins-promise-gen.h
│ │ ├── [ 28K] builtins-proxy-gen.cc
│ │ ├── [2.0K] builtins-proxy-gen.h
│ │ ├── [9.0K] builtins-reflect.cc
│ │ ├── [ 775] builtins-reflect-gen.cc
│ │ ├── [5.1K] builtins-regexp.cc
│ │ ├── [117K] builtins-regexp-gen.cc
│ │ ├── [6.8K] builtins-regexp-gen.h
│ │ ├── [5.8K] builtins-sharedarraybuffer.cc
│ │ ├── [ 19K] builtins-sharedarraybuffer-gen.cc
│ │ ├── [ 21K] builtins-string.cc
│ │ ├── [101K] builtins-string-gen.cc
│ │ ├── [6.4K] builtins-string-gen.h
│ │ ├── [2.2K] builtins-symbol.cc
│ │ ├── [2.0K] builtins-symbol-gen.cc
│ │ ├── [ 633] builtins-test-gen.h
│ │ ├── [6.6K] builtins-trace.cc
│ │ ├── [9.4K] builtins-typed-array.cc
│ │ ├── [ 75K] builtins-typed-array-gen.cc
│ │ ├── [6.7K] builtins-typed-array-gen.h
│ │ ├── [2.5K] builtins-utils-gen.h
│ │ ├── [5.8K] builtins-utils.h
│ │ ├── [ 978] builtins-utils-inl.h
│ │ ├── [4.9K] builtins-wasm-gen.cc
│ │ ├── [4.1K] constants-table-builder.cc
│ │ ├── [1.8K] constants-table-builder.h
│ │ ├── [ 34K] data-view.tq
│ │ ├── [3.0K] growable-fixed-array-gen.cc
│ │ ├── [1.7K] growable-fixed-array-gen.h
│ │ ├── [4.0K] ia32
│ │ │ └── [106K] builtins-ia32.cc
│ │ ├── [4.0K] mips
│ │ │ ├── [103K] builtins-mips.cc
│ │ │ └── [ 52] OWNERS
│ │ ├── [4.0K] mips64
│ │ │ ├── [104K] builtins-mips64.cc
│ │ │ └── [ 51] OWNERS
│ │ ├── [4.0K] ppc
│ │ │ ├── [101K] builtins-ppc.cc
│ │ │ └── [ 140] OWNERS
│ │ ├── [4.0K] s390
│ │ │ ├── [102K] builtins-s390.cc
│ │ │ └── [ 140] OWNERS
│ │ ├── [ 15K] setup-builtins-internal.cc
│ │ ├── [ 12K] typed-array.tq
│ │ └── [4.0K] x64
│ │ └── [104K] builtins-x64.cc
│ ├── [7.5K] cached-powers.cc
│ ├── [1.6K] cached-powers.h
│ ├── [ 827] callable.h
│ ├── [3.9K] cancelable-task.cc
│ ├── [5.4K] cancelable-task.h
│ ├── [1.3K] char-predicates.cc
│ ├── [2.7K] char-predicates.h
│ ├── [1.9K] char-predicates-inl.h
│ ├── [ 901] checks.h
│ ├── [6.8K] code-events.h
│ ├── [ 16K] code-factory.cc
│ ├── [4.5K] code-factory.h
│ ├── [1.3K] codegen.cc
│ ├── [ 844] codegen.h
│ ├── [1.6K] code-reference.cc
│ ├── [1.4K] code-reference.h
│ ├── [466K] code-stub-assembler.cc
│ ├── [143K] code-stub-assembler.h
│ ├── [ 15K] code-stubs.cc
│ ├── [ 22K] code-stubs.h
│ ├── [2.2K] code-stubs-utils.h
│ ├── [1.8K] code-tracer.h
│ ├── [7.8K] collector.h
│ ├── [ 14K] compilation-cache.cc
│ ├── [8.6K] compilation-cache.h
│ ├── [5.8K] compilation-statistics.cc
│ ├── [2.4K] compilation-statistics.h
│ ├── [ 12K] compiler
│ │ ├── [ 38K] access-builder.cc
│ │ ├── [ 11K] access-builder.h
│ │ ├── [ 28K] access-info.cc
│ │ ├── [7.4K] access-info.h
│ │ ├── [1.7K] all-nodes.cc
│ │ ├── [1.5K] all-nodes.h
│ │ ├── [4.0K] allocation-builder.h
│ │ ├── [4.0K] arm
│ │ │ ├── [130K] code-generator-arm.cc
│ │ │ ├── [ 15K] instruction-codes-arm.h
│ │ │ ├── [8.3K] instruction-scheduler-arm.cc
│ │ │ ├── [106K] instruction-selector-arm.cc
│ │ │ ├── [3.8K] unwinding-info-writer-arm.cc
│ │ │ └── [1.8K] unwinding-info-writer-arm.h
│ │ ├── [4.0K] arm64
│ │ │ ├── [101K] code-generator-arm64.cc
│ │ │ ├── [ 17K] instruction-codes-arm64.h
│ │ │ ├── [ 13K] instruction-scheduler-arm64.cc
│ │ │ ├── [121K] instruction-selector-arm64.cc
│ │ │ ├── [3.9K] unwinding-info-writer-arm64.cc
│ │ │ └── [1.9K] unwinding-info-writer-arm64.h
│ │ ├── [4.0K] basic-block-instrumentor.cc
│ │ ├── [ 861] basic-block-instrumentor.h
│ │ ├── [9.1K] branch-elimination.cc
│ │ ├── [2.9K] branch-elimination.h
│ │ ├── [ 34K] bytecode-analysis.cc
│ │ ├── [5.5K] bytecode-analysis.h
│ │ ├── [136K] bytecode-graph-builder.cc
│ │ ├── [ 18K] bytecode-graph-builder.h
│ │ ├── [1.5K] bytecode-liveness-map.cc
│ │ ├── [3.1K] bytecode-liveness-map.h
│ │ ├── [1.5K] checkpoint-elimination.cc
│ │ ├── [ 985] checkpoint-elimination.h
│ │ ├── [ 11K] c-linkage.cc
│ │ ├── [ 62K] code-assembler.cc
│ │ ├── [ 56K] code-assembler.h
│ │ ├── [ 47K] code-generator.cc
│ │ ├── [ 17K] code-generator.h
│ │ ├── [6.1K] code-generator-impl.h
│ │ ├── [1.2K] common-node-cache.cc
│ │ ├── [2.7K] common-node-cache.h
│ │ ├── [ 58K] common-operator.cc
│ │ ├── [ 20K] common-operator.h
│ │ ├── [ 18K] common-operator-reducer.cc
│ │ ├── [2.1K] common-operator-reducer.h
│ │ ├── [ 16K] compilation-dependencies.cc
│ │ ├── [3.6K] compilation-dependencies.h
│ │ ├── [1.9K] compiler-source-position-table.cc
│ │ ├── [2.1K] compiler-source-position-table.h
│ │ ├── [2.7K] constant-folding-reducer.cc
│ │ ├── [1.1K] constant-folding-reducer.h
│ │ ├── [7.2K] control-equivalence.cc
│ │ ├── [7.2K] control-equivalence.h
│ │ ├── [3.9K] control-flow-optimizer.cc
│ │ ├── [1.4K] control-flow-optimizer.h
│ │ ├── [ 12K] dead-code-elimination.cc
│ │ ├── [3.2K] dead-code-elimination.h
│ │ ├── [1.9K] diamond.h
│ │ ├── [171K] effect-control-linearizer.cc
│ │ ├── [9.8K] effect-control-linearizer.h
│ │ ├── [ 28K] escape-analysis.cc
│ │ ├── [6.0K] escape-analysis.h
│ │ ├── [ 15K] escape-analysis-reducer.cc
│ │ ├── [3.9K] escape-analysis-reducer.h
│ │ ├── [2.0K] frame.cc
│ │ ├── [5.0K] frame-elider.cc
│ │ ├── [1.0K] frame-elider.h
│ │ ├── [9.7K] frame.h
│ │ ├── [7.4K] frame-states.cc
│ │ ├── [5.6K] frame-states.h
│ │ ├── [3.2K] functional-list.h
│ │ ├── [9.4K] gap-resolver.cc
│ │ ├── [1.6K] gap-resolver.h
│ │ ├── [ 10K] graph-assembler.cc
│ │ ├── [ 16K] graph-assembler.h
│ │ ├── [2.0K] graph.cc
│ │ ├── [3.3K] graph.h
│ │ ├── [8.1K] graph-reducer.cc
│ │ ├── [5.9K] graph-reducer.h
│ │ ├── [1.2K] graph-trimmer.cc
│ │ ├── [1.5K] graph-trimmer.h
│ │ ├── [ 30K] graph-visualizer.cc
│ │ ├── [4.7K] graph-visualizer.h
│ │ ├── [4.0K] ia32
│ │ │ ├── [168K] code-generator-ia32.cc
│ │ │ ├── [ 20K] instruction-codes-ia32.h
│ │ │ ├── [ 12K] instruction-scheduler-ia32.cc
│ │ │ └── [ 92K] instruction-selector-ia32.cc
│ │ ├── [ 37K] instruction.cc
│ │ ├── [8.9K] instruction-codes.h
│ │ ├── [ 56K] instruction.h
│ │ ├── [ 12K] instruction-scheduler.cc
│ │ ├── [8.5K] instruction-scheduler.h
│ │ ├── [115K] instruction-selector.cc
│ │ ├── [ 31K] instruction-selector.h
│ │ ├── [ 15K] instruction-selector-impl.h
│ │ ├── [ 41K] int64-lowering.cc
│ │ ├── [2.5K] int64-lowering.h
│ │ ├── [308K] js-call-reducer.cc
│ │ ├── [ 11K] js-call-reducer.h
│ │ ├── [7.8K] js-context-specialization.cc
│ │ ├── [2.6K] js-context-specialization.h
│ │ ├── [ 82K] js-create-lowering.cc
│ │ ├── [5.6K] js-create-lowering.h
│ │ ├── [ 35K] js-generic-lowering.cc
│ │ ├── [1.7K] js-generic-lowering.h
│ │ ├── [7.1K] js-graph.cc
│ │ ├── [4.8K] js-graph.h
│ │ ├── [ 42K] js-heap-broker.cc
│ │ ├── [ 14K] js-heap-broker.h
│ │ ├── [2.8K] js-heap-copy-reducer.cc
│ │ ├── [1.0K] js-heap-copy-reducer.h
│ │ ├── [ 27K] js-inlining.cc
│ │ ├── [2.7K] js-inlining.h
│ │ ├── [ 29K] js-inlining-heuristic.cc
│ │ ├── [3.8K] js-inlining-heuristic.h
│ │ ├── [ 13K] js-intrinsic-lowering.cc
│ │ ├── [2.9K] js-intrinsic-lowering.h
│ │ ├── [126K] js-native-context-specialization.cc
│ │ ├── [ 11K] js-native-context-specialization.h
│ │ ├── [ 55K] js-operator.cc
│ │ ├── [ 30K] js-operator.h
│ │ ├── [ 95K] js-typed-lowering.cc
│ │ ├── [4.0K] js-typed-lowering.h
│ │ ├── [ 19K] js-type-hint-lowering.cc
│ │ ├── [7.1K] js-type-hint-lowering.h
│ │ ├── [7.5K] jump-threading.cc
│ │ ├── [1.2K] jump-threading.h
│ │ ├── [ 20K] linkage.cc
│ │ ├── [ 17K] linkage.h
│ │ ├── [6.1K] live-range-separator.cc
│ │ ├── [1.6K] live-range-separator.h
│ │ ├── [ 49K] load-elimination.cc
│ │ ├── [ 11K] load-elimination.h
│ │ ├── [ 17K] loop-analysis.cc
│ │ ├── [4.9K] loop-analysis.h
│ │ ├── [ 15K] loop-peeling.cc
│ │ ├── [2.0K] loop-peeling.h
│ │ ├── [ 12K] loop-variable-optimizer.cc
│ │ ├── [3.7K] loop-variable-optimizer.h
│ │ ├── [3.0K] machine-graph.cc
│ │ ├── [3.0K] machine-graph.h
│ │ ├── [ 34K] machine-graph-verifier.cc
│ │ ├── [ 839] machine-graph-verifier.h
│ │ ├── [ 65K] machine-operator.cc
│ │ ├── [ 27K] machine-operator.h
│ │ ├── [ 54K] machine-operator-reducer.cc
│ │ ├── [3.8K] machine-operator-reducer.h
│ │ ├── [ 21K] memory-optimizer.cc
│ │ ├── [5.3K] memory-optimizer.h
│ │ ├── [4.0K] mips
│ │ │ ├── [133K] code-generator-mips.cc
│ │ │ ├── [ 11K] instruction-codes-mips.h
│ │ │ ├── [ 42K] instruction-scheduler-mips.cc
│ │ │ ├── [ 78K] instruction-selector-mips.cc
│ │ │ └── [ 51] OWNERS
│ │ ├── [4.0K] mips64
│ │ │ ├── [140K] code-generator-mips64.cc
│ │ │ ├── [ 12K] instruction-codes-mips64.h
│ │ │ ├── [ 42K] instruction-scheduler-mips64.cc
│ │ │ ├── [101K] instruction-selector-mips64.cc
│ │ │ └── [ 51] OWNERS
│ │ ├── [ 19K] move-optimizer.cc
│ │ ├── [2.1K] move-optimizer.h
│ │ ├── [2.7K] node-aux-data.h
│ │ ├── [3.4K] node-cache.cc
│ │ ├── [2.3K] node-cache.h
│ │ ├── [ 12K] node.cc
│ │ ├── [ 18K] node.h
│ │ ├── [ 627] node-marker.cc
│ │ ├── [2.2K] node-marker.h
│ │ ├── [1.7K] node-matchers.cc
│ │ ├── [ 26K] node-matchers.h
│ │ ├── [2.1K] node-origin-table.cc
│ │ ├── [3.8K] node-origin-table.h
│ │ ├── [ 21K] node-properties.cc
│ │ ├── [8.4K] node-properties.h
│ │ ├── [ 854] opcodes.cc
│ │ ├── [ 31K] opcodes.h
│ │ ├── [ 40K] operation-typer.cc
│ │ ├── [3.0K] operation-typer.h
│ │ ├── [2.0K] operator.cc
│ │ ├── [9.1K] operator.h
│ │ ├── [4.7K] operator-properties.cc
│ │ ├── [1.0K] operator-properties.h
│ │ ├── [1.1K] osr.cc
│ │ ├── [1.1K] osr.h
│ │ ├── [ 584] OWNERS
│ │ ├── [ 17K] persistent-map.h
│ │ ├── [ 99K] pipeline.cc
│ │ ├── [3.4K] pipeline.h
│ │ ├── [3.2K] pipeline-statistics.cc
│ │ ├── [2.4K] pipeline-statistics.h
│ │ ├── [4.0K] ppc
│ │ │ ├── [105K] code-generator-ppc.cc
│ │ │ ├── [5.4K] instruction-codes-ppc.h
│ │ │ ├── [4.0K] instruction-scheduler-ppc.cc
│ │ │ ├── [ 75K] instruction-selector-ppc.cc
│ │ │ └── [ 140] OWNERS
│ │ ├── [9.8K] property-access-builder.cc
│ │ ├── [2.8K] property-access-builder.h
│ │ ├── [ 20K] raw-machine-assembler.cc
│ │ ├── [ 36K] raw-machine-assembler.h
│ │ ├── [ 12K] redundancy-elimination.cc
│ │ ├── [2.3K] redundancy-elimination.h
│ │ ├── [144K] register-allocator.cc
│ │ ├── [ 41K] register-allocator.h
│ │ ├── [ 22K] register-allocator-verifier.cc
│ │ ├── [9.7K] register-allocator-verifier.h
│ │ ├── [ 45K] representation-change.cc
│ │ ├── [ 14K] representation-change.h
│ │ ├── [4.0K] s390
│ │ │ ├── [139K] code-generator-s390.cc
│ │ │ ├── [6.7K] instruction-codes-s390.h
│ │ │ ├── [5.1K] instruction-scheduler-s390.cc
│ │ │ ├── [101K] instruction-selector-s390.cc
│ │ │ └── [ 140] OWNERS
│ │ ├── [ 16K] schedule.cc
│ │ ├── [ 11K] schedule.h
│ │ ├── [ 65K] scheduler.cc
│ │ ├── [4.7K] scheduler.h
│ │ ├── [1.2K] select-lowering.cc
│ │ ├── [ 987] select-lowering.h
│ │ ├── [ 59K] simd-scalar-lowering.cc
│ │ ├── [4.4K] simd-scalar-lowering.h
│ │ ├── [157K] simplified-lowering.cc
│ │ ├── [3.7K] simplified-lowering.h
│ │ ├── [ 66K] simplified-operator.cc
│ │ ├── [ 28K] simplified-operator.h
│ │ ├── [8.9K] simplified-operator-reducer.cc
│ │ ├── [1.9K] simplified-operator-reducer.h
│ │ ├── [ 13K] state-values-utils.cc
│ │ ├── [3.9K] state-values-utils.h
│ │ ├── [ 19K] store-store-elimination.cc
│ │ ├── [ 661] store-store-elimination.h
│ │ ├── [1.1K] STYLE
│ │ ├── [ 551] type-cache.cc
│ │ ├── [6.7K] type-cache.h
│ │ ├── [ 25K] typed-optimization.cc
│ │ ├── [2.9K] typed-optimization.h
│ │ ├── [3.0K] type-narrowing-reducer.cc
│ │ ├── [1.2K] type-narrowing-reducer.h
│ │ ├── [ 69K] typer.cc
│ │ ├── [1.7K] typer.h
│ │ ├── [ 34K] types.cc
│ │ ├── [ 22K] types.h
│ │ ├── [1.3K] unwinding-info-writer.h
│ │ ├── [5.9K] value-numbering-reducer.cc
│ │ ├── [1.2K] value-numbering-reducer.h
│ │ ├── [ 74K] verifier.cc
│ │ ├── [2.1K] verifier.h
│ │ ├── [208K] wasm-compiler.cc
│ │ ├── [ 19K] wasm-compiler.h
│ │ ├── [4.0K] x64
│ │ │ ├── [125K] code-generator-x64.cc
│ │ │ ├── [ 13K] instruction-codes-x64.h
│ │ │ ├── [9.7K] instruction-scheduler-x64.cc
│ │ │ ├── [ 94K] instruction-selector-x64.cc
│ │ │ ├── [3.9K] unwinding-info-writer-x64.cc
│ │ │ └── [2.1K] unwinding-info-writer-x64.h
│ │ ├── [3.2K] zone-stats.cc
│ │ └── [2.2K] zone-stats.h
│ ├── [ 76K] compiler.cc
│ ├── [4.0K] compiler-dispatcher
│ │ ├── [ 23K] compiler-dispatcher.cc
│ │ ├── [7.7K] compiler-dispatcher.h
│ │ ├── [ 572] compiler-dispatcher-job.cc
│ │ ├── [2.6K] compiler-dispatcher-job.h
│ │ ├── [3.8K] compiler-dispatcher-tracer.cc
│ │ ├── [2.5K] compiler-dispatcher-tracer.h
│ │ ├── [7.8K] optimizing-compile-dispatcher.cc
│ │ ├── [3.1K] optimizing-compile-dispatcher.h
│ │ ├── [ 13K] unoptimized-compile-job.cc
│ │ └── [2.7K] unoptimized-compile-job.h
│ ├── [ 14K] compiler.h
│ ├── [ 18K] contexts.cc
│ ├── [ 37K] contexts.h
│ ├── [7.3K] contexts-inl.h
│ ├── [ 45K] conversions.cc
│ ├── [6.4K] conversions.h
│ ├── [7.6K] conversions-inl.h
│ ├── [ 16K] counters.cc
│ ├── [ 71K] counters.h
│ ├── [1.8K] counters-inl.h
│ ├── [122K] d8.cc
│ ├── [5.1K] d8-console.cc
│ ├── [1.7K] d8-console.h
│ ├── [ 20K] d8.h
│ ├── [2.9K] d8.js
│ ├── [ 30K] d8-posix.cc
│ ├── [ 458] d8-windows.cc
│ ├── [ 15K] date.cc
│ ├── [7.9K] date.h
│ ├── [6.0K] dateparser.cc
│ ├── [ 11K] dateparser.h
│ ├── [ 13K] dateparser-inl.h
│ ├── [4.0K] debug
│ │ ├── [4.0K] arm
│ │ │ └── [1.5K] debug-arm.cc
│ │ ├── [4.0K] arm64
│ │ │ └── [1.6K] debug-arm64.cc
│ │ ├── [ 81K] debug.cc
│ │ ├── [ 21K] debug-coverage.cc
│ │ ├── [2.3K] debug-coverage.h
│ │ ├── [ 39K] debug-evaluate.cc
│ │ ├── [3.9K] debug-evaluate.h
│ │ ├── [3.3K] debug-frames.cc
│ │ ├── [2.1K] debug-frames.h
│ │ ├── [ 20K] debug.h
│ │ ├── [ 15K] debug-interface.h
│ │ ├── [6.5K] debug-scope-iterator.cc
│ │ ├── [2.0K] debug-scope-iterator.h
│ │ ├── [ 31K] debug-scopes.cc
│ │ ├── [5.0K] debug-scopes.h
│ │ ├── [6.9K] debug-stack-trace-iterator.cc
│ │ ├── [1.5K] debug-stack-trace-iterator.h
│ │ ├── [3.9K] debug-type-profile.cc
│ │ ├── [1.1K] debug-type-profile.h
│ │ ├── [4.0K] ia32
│ │ │ └── [1.4K] debug-ia32.cc
│ │ ├── [5.4K] interface-types.h
│ │ ├── [ 46K] liveedit.cc
│ │ ├── [2.3K] liveedit.h
│ │ ├── [4.0K] mips
│ │ │ ├── [1.5K] debug-mips.cc
│ │ │ └── [ 51] OWNERS
│ │ ├── [4.0K] mips64
│ │ │ ├── [1.5K] debug-mips64.cc
│ │ │ └── [ 51] OWNERS
│ │ ├── [ 165] OWNERS
│ │ ├── [4.0K] ppc
│ │ │ ├── [1.4K] debug-ppc.cc
│ │ │ └── [ 140] OWNERS
│ │ ├── [4.0K] s390
│ │ │ ├── [1.5K] debug-s390.cc
│ │ │ └── [ 140] OWNERS
│ │ └── [4.0K] x64
│ │ └── [1.4K] debug-x64.cc
│ ├── [144K] deoptimizer.cc
│ ├── [1.0K] deoptimize-reason.cc
│ ├── [4.3K] deoptimize-reason.h
│ ├── [ 36K] deoptimizer.h
│ ├── [1.2K] DEPS
│ ├── [1.9K] detachable-vector.h
│ ├── [2.7K] disasm.h
│ ├── [ 14K] disassembler.cc
│ ├── [1.0K] disassembler.h
│ ├── [1.0K] diy-fp.cc
│ ├── [2.5K] diy-fp.h
│ ├── [6.9K] double.h
│ ├── [2.0K] dtoa.cc
│ ├── [2.9K] dtoa.h
│ ├── [ 21K] eh-frame.cc
│ ├── [8.9K] eh-frame.h
│ ├── [189K] elements.cc
│ ├── [ 11K] elements.h
│ ├── [1.2K] elements-inl.h
│ ├── [7.3K] elements-kind.cc
│ ├── [9.0K] elements-kind.h
│ ├── [ 19K] execution.cc
│ ├── [8.6K] execution.h
│ ├── [4.0K] extensions
│ │ ├── [4.6K] externalize-string-extension.cc
│ │ ├── [ 912] externalize-string-extension.h
│ │ ├── [1014] free-buffer-extension.cc
│ │ ├── [ 785] free-buffer-extension.h
│ │ ├── [ 872] gc-extension.cc
│ │ ├── [1.0K] gc-extension.h
│ │ ├── [1.3K] ignition-statistics-extension.cc
│ │ ├── [ 883] ignition-statistics-extension.h
│ │ ├── [5.3K] statistics-extension.cc
│ │ ├── [ 799] statistics-extension.h
│ │ ├── [1.7K] trigger-failure-extension.cc
│ │ └── [1.0K] trigger-failure-extension.h
│ ├── [ 32K] external-reference.cc
│ ├── [ 17K] external-reference.h
│ ├── [8.1K] external-reference-table.cc
│ ├── [3.6K] external-reference-table.h
│ ├── [ 30K] fast-dtoa.cc
│ ├── [2.4K] fast-dtoa.h
│ ├── [ 45K] feedback-vector.cc
│ ├── [ 24K] feedback-vector.h
│ ├── [ 14K] feedback-vector-inl.h
│ ├── [4.5K] field-index.h
│ ├── [3.0K] field-index-inl.h
│ ├── [2.2K] field-type.cc
│ ├── [1.1K] field-type.h
│ ├── [ 13K] fixed-dtoa.cc
│ ├── [1.3K] fixed-dtoa.h
│ ├── [ 65K] flag-definitions.h
│ ├── [ 19K] flags.cc
│ ├── [2.6K] flags.h
│ ├── [ 17K] frame-constants.h
│ ├── [ 76K] frames.cc
│ ├── [ 41K] frames.h
│ ├── [8.3K] frames-inl.h
│ ├── [8.9K] futex-emulation.cc
│ ├── [4.4K] futex-emulation.h
│ ├── [ 62K] gdb-jit.cc
│ ├── [1.5K] gdb-jit.h
│ ├── [ 35K] global-handles.cc
│ ├── [ 10K] global-handles.h
│ ├── [ 50K] globals.h
│ ├── [7.5K] handler-table.cc
│ ├── [5.3K] handler-table.h
│ ├── [7.2K] handles.cc
│ ├── [ 12K] handles.h
│ ├── [4.7K] handles-inl.h
│ ├── [4.0K] heap
│ │ ├── [1.9K] array-buffer-collector.cc
│ │ ├── [1.4K] array-buffer-collector.h
│ │ ├── [5.2K] array-buffer-tracker.cc
│ │ ├── [4.2K] array-buffer-tracker.h
│ │ ├── [4.2K] array-buffer-tracker-inl.h
│ │ ├── [1.8K] barrier.h
│ │ ├── [7.9K] code-stats.cc
│ │ ├── [1.4K] code-stats.h
│ │ ├── [ 27K] concurrent-marking.cc
│ │ ├── [4.0K] concurrent-marking.h
│ │ ├── [2.1K] embedder-tracing.cc
│ │ ├── [2.5K] embedder-tracing.h
│ │ ├── [164K] factory.cc
│ │ ├── [ 46K] factory.h
│ │ ├── [7.1K] factory-inl.h
│ │ ├── [5.5K] gc-idle-time-handler.cc
│ │ ├── [5.0K] gc-idle-time-handler.h
│ │ ├── [ 44K] gc-tracer.cc
│ │ ├── [ 16K] gc-tracer.h
│ │ ├── [204K] heap.cc
│ │ ├── [5.7K] heap-controller.cc
│ │ ├── [2.7K] heap-controller.h
│ │ ├── [ 94K] heap.h
│ │ ├── [ 22K] heap-inl.h
│ │ ├── [1.8K] heap-write-barrier.h
│ │ ├── [5.6K] heap-write-barrier-inl.h
│ │ ├── [ 40K] incremental-marking.cc
│ │ ├── [ 11K] incremental-marking.h
│ │ ├── [1.7K] incremental-marking-inl.h
│ │ ├── [2.3K] incremental-marking-job.cc
│ │ ├── [1.3K] incremental-marking-job.h
│ │ ├── [1.6K] invalidated-slots.cc
│ │ ├── [1.6K] invalidated-slots.h
│ │ ├── [2.1K] invalidated-slots-inl.h
│ │ ├── [4.5K] item-parallel-job.cc
│ │ ├── [4.7K] item-parallel-job.h
│ │ ├── [2.4K] local-allocator.h
│ │ ├── [3.5K] local-allocator-inl.h
│ │ ├── [155K] mark-compact.cc
│ │ ├── [ 34K] mark-compact.h
│ │ ├── [ 22K] mark-compact-inl.h
│ │ ├── [7.1K] marking.cc
│ │ ├── [9.7K] marking.h
│ │ ├── [8.3K] memory-reducer.cc
│ │ ├── [6.3K] memory-reducer.h
│ │ ├── [ 39K] object-stats.cc
│ │ ├── [6.9K] object-stats.h
│ │ ├── [6.7K] objects-visiting.cc
│ │ ├── [5.6K] objects-visiting.h
│ │ ├── [8.9K] objects-visiting-inl.h
│ │ ├── [ 134] OWNERS
│ │ ├── [ 14K] remembered-set.h
│ │ ├── [4.0K] scavenge-job.cc
│ │ ├── [2.9K] scavenge-job.h
│ │ ├── [7.8K] scavenger.cc
│ │ ├── [5.1K] scavenger.h
│ │ ├── [ 11K] scavenger-inl.h
│ │ ├── [ 37K] setup-heap-internal.cc
│ │ ├── [ 21K] slot-set.h
│ │ ├── [129K] spaces.cc
│ │ ├── [106K] spaces.h
│ │ ├── [ 16K] spaces-inl.h
│ │ ├── [6.8K] store-buffer.cc
│ │ ├── [6.2K] store-buffer.h
│ │ ├── [ 869] store-buffer-inl.h
│ │ ├── [ 719] stress-marking-observer.cc
│ │ ├── [ 632] stress-marking-observer.h
│ │ ├── [2.7K] stress-scavenge-observer.cc
│ │ ├── [ 975] stress-scavenge-observer.h
│ │ ├── [ 21K] sweeper.cc
│ │ ├── [6.3K] sweeper.h
│ │ └── [ 12K] worklist.h
│ ├── [ 24K] heap-symbols.h
│ ├── [4.0K] ia32
│ │ ├── [ 77K] assembler-ia32.cc
│ │ ├── [ 68K] assembler-ia32.h
│ │ ├── [ 11K] assembler-ia32-inl.h
│ │ ├── [ 15K] codegen-ia32.cc
│ │ ├── [ 17K] code-stubs-ia32.cc
│ │ ├── [ 955] constants-ia32.h
│ │ ├── [1.5K] cpu-ia32.cc
│ │ ├── [8.2K] deoptimizer-ia32.cc
│ │ ├── [ 87K] disasm-ia32.cc
│ │ ├── [ 910] frame-constants-ia32.cc
│ │ ├── [2.3K] frame-constants-ia32.h
│ │ ├── [10.0K] interface-descriptors-ia32.cc
│ │ ├── [ 58K] macro-assembler-ia32.cc
│ │ ├── [ 32K] macro-assembler-ia32.h
│ │ ├── [ 283] simulator-ia32.cc
│ │ ├── [ 352] simulator-ia32.h
│ │ └── [2.6K] sse-instr.h
│ ├── [4.0K] ic
│ │ ├── [133K] accessor-assembler.cc
│ │ ├── [ 15K] accessor-assembler.h
│ │ ├── [ 18K] binary-op-assembler.cc
│ │ ├── [2.3K] binary-op-assembler.h
│ │ ├── [4.9K] call-optimization.cc
│ │ ├── [2.4K] call-optimization.h
│ │ ├── [ 11K] handler-configuration.cc
│ │ ├── [ 12K] handler-configuration.h
│ │ ├── [6.8K] handler-configuration-inl.h
│ │ ├── [104K] ic.cc
│ │ ├── [ 13K] ic.h
│ │ ├── [1.9K] ic-inl.h
│ │ ├── [4.1K] ic-stats.cc
│ │ ├── [1.7K] ic-stats.h
│ │ ├── [ 42K] keyed-store-generic.cc
│ │ ├── [1.5K] keyed-store-generic.h
│ │ ├── [ 162] OWNERS
│ │ ├── [4.6K] stub-cache.cc
│ │ └── [4.5K] stub-cache.h
│ ├── [3.1K] icu_util.cc
│ ├── [ 719] icu_util.h
│ ├── [9.3K] identity-map.cc
│ ├── [5.6K] identity-map.h
│ ├── [4.0K] inspector
│ │ ├── [4.0K] build
│ │ │ ├── [3.5K] check_injected_script_source.py
│ │ │ ├── [4.0K] closure-compiler
│ │ │ │ ├── [6.1M] closure-compiler.jar
│ │ │ │ ├── [ 11K] COPYING
│ │ │ │ └── [ 13K] README.md
│ │ │ ├── [5.6M] closure-compiler.tar.gz
│ │ │ ├── [ 40] closure-compiler.tar.gz.sha1
│ │ │ ├── [4.5K] compile-scripts.py
│ │ │ ├── [ 11K] generate_protocol_externs.py
│ │ │ ├── [ 11K] rjsmin.py
│ │ │ └── [ 810] xxd.py
│ │ ├── [4.2K] BUILD.gn
│ │ ├── [ 428] DEPS
│ │ ├── [ 33K] injected-script.cc
│ │ ├── [2.7K] injected_script_externs.js
│ │ ├── [8.2K] injected-script.h
│ │ ├── [ 40K] injected-script-source.js
│ │ ├── [4.3K] inspected-context.cc
│ │ ├── [1.9K] inspected-context.h
│ │ ├── [1.4K] inspector_protocol_config.json
│ │ ├── [ 65K] js_protocol-1.2.json
│ │ ├── [ 80K] js_protocol-1.3.json
│ │ ├── [139K] js_protocol.json
│ │ ├── [ 50K] js_protocol.pdl
│ │ ├── [ 577] OWNERS
│ │ ├── [2.1K] PRESUBMIT.py
│ │ ├── [2.6K] remote-object-id.cc
│ │ ├── [1.3K] remote-object-id.h
│ │ ├── [5.4K] search-util.cc
│ │ ├── [ 818] search-util.h
│ │ ├── [ 19K] string-16.cc
│ │ ├── [4.3K] string-16.h
│ │ ├── [6.1K] string-util.cc
│ │ ├── [3.1K] string-util.h
│ │ ├── [ 703] test-interface.cc
│ │ ├── [ 534] test-interface.h
│ │ ├── [2.5K] v8-console-agent-impl.cc
│ │ ├── [1.3K] v8-console-agent-impl.h
│ │ ├── [ 36K] v8-console.cc
│ │ ├── [7.8K] v8-console.h
│ │ ├── [ 22K] v8-console-message.cc
│ │ ├── [4.4K] v8-console-message.h
│ │ ├── [ 64K] v8-debugger-agent-impl.cc
│ │ ├── [9.1K] v8-debugger-agent-impl.h
│ │ ├── [ 44K] v8-debugger.cc
│ │ ├── [9.5K] v8-debugger.h
│ │ ├── [ 16K] v8-debugger-script.cc
│ │ ├── [4.2K] v8-debugger-script.h
│ │ ├── [4.5K] v8-function-call.cc
│ │ ├── [2.4K] v8-function-call.h
│ │ ├── [ 14K] v8-heap-profiler-agent-impl.cc
│ │ ├── [2.2K] v8-heap-profiler-agent-impl.h
│ │ ├── [ 17K] v8-injected-script-host.cc
│ │ ├── [2.0K] v8-injected-script-host.h
│ │ ├── [ 17K] v8-inspector-impl.cc
│ │ ├── [7.1K] v8-inspector-impl.h
│ │ ├── [ 17K] v8-inspector-session-impl.cc
│ │ ├── [5.4K] v8-inspector-session-impl.h
│ │ ├── [2.8K] v8-internal-value-type.cc
│ │ ├── [ 849] v8-internal-value-type.h
│ │ ├── [ 20K] v8-profiler-agent-impl.cc
│ │ ├── [2.5K] v8-profiler-agent-impl.h
│ │ ├── [3.2K] v8-regex.cc
│ │ ├── [ 972] v8-regex.h
│ │ ├── [ 33K] v8-runtime-agent-impl.cc
│ │ ├── [6.6K] v8-runtime-agent-impl.h
│ │ ├── [1.1K] v8-schema-agent-impl.cc
│ │ ├── [1011] v8-schema-agent-impl.h
│ │ ├── [ 15K] v8-stack-trace-impl.cc
│ │ ├── [5.5K] v8-stack-trace-impl.h
│ │ ├── [5.0K] v8-value-utils.cc
│ │ ├── [ 962] v8-value-utils.h
│ │ ├── [ 15K] wasm-translation.cc
│ │ └── [3.0K] wasm-translation.h
│ ├── [2.3K] instruction-stream.cc
│ ├── [1.4K] instruction-stream.h
│ ├── [ 12K] interface-descriptors.cc
│ ├── [ 44K] interface-descriptors.h
│ ├── [4.0K] interpreter
│ │ ├── [2.6K] block-coverage-builder.h
│ │ ├── [ 12K] bytecode-array-accessor.cc
│ │ ├── [4.1K] bytecode-array-accessor.h
│ │ ├── [ 51K] bytecode-array-builder.cc
│ │ ├── [ 28K] bytecode-array-builder.h
│ │ ├── [ 760] bytecode-array-iterator.cc
│ │ ├── [ 786] bytecode-array-iterator.h
│ │ ├── [1.1K] bytecode-array-random-iterator.cc
│ │ ├── [1.9K] bytecode-array-random-iterator.h
│ │ ├── [ 17K] bytecode-array-writer.cc
│ │ ├── [3.8K] bytecode-array-writer.h
│ │ ├── [8.1K] bytecode-decoder.cc
│ │ ├── [1.8K] bytecode-decoder.h
│ │ ├── [3.1K] bytecode-flags.cc
│ │ ├── [2.7K] bytecode-flags.h
│ │ ├── [195K] bytecode-generator.cc
│ │ ├── [ 16K] bytecode-generator.h
│ │ ├── [2.7K] bytecode-jump-table.h
│ │ ├── [ 887] bytecode-label.cc
│ │ ├── [2.4K] bytecode-label.h
│ │ ├── [1.4K] bytecode-node.cc
│ │ ├── [ 12K] bytecode-node.h
│ │ ├── [2.0K] bytecode-operands.cc
│ │ ├── [6.5K] bytecode-operands.h
│ │ ├── [3.6K] bytecode-register-allocator.h
│ │ ├── [3.9K] bytecode-register.cc
│ │ ├── [4.5K] bytecode-register.h
│ │ ├── [ 17K] bytecode-register-optimizer.cc
│ │ ├── [7.5K] bytecode-register-optimizer.h
│ │ ├── [9.0K] bytecodes.cc
│ │ ├── [ 49K] bytecodes.h
│ │ ├── [ 652] bytecode-source-info.cc
│ │ ├── [3.1K] bytecode-source-info.h
│ │ ├── [6.4K] bytecode-traits.h
│ │ ├── [ 13K] constant-array-builder.cc
│ │ ├── [8.1K] constant-array-builder.h
│ │ ├── [5.9K] control-flow-builders.cc
│ │ ├── [9.7K] control-flow-builders.h
│ │ ├── [2.4K] handler-table-builder.cc
│ │ ├── [2.2K] handler-table-builder.h
│ │ ├── [ 68K] interpreter-assembler.cc
│ │ ├── [ 20K] interpreter-assembler.h
│ │ ├── [ 11K] interpreter.cc
│ │ ├── [111K] interpreter-generator.cc
│ │ ├── [ 905] interpreter-generator.h
│ │ ├── [3.5K] interpreter.h
│ │ ├── [1.4K] interpreter-intrinsics.cc
│ │ ├── [ 15K] interpreter-intrinsics-generator.cc
│ │ ├── [ 791] interpreter-intrinsics-generator.h
│ │ ├── [3.0K] interpreter-intrinsics.h
│ │ ├── [ 167] OWNERS
│ │ ├── [ 973] setup-interpreter.h
│ │ └── [3.9K] setup-interpreter-internal.cc
│ ├── [ 15K] intl.cc
│ ├── [2.1K] intl.h
│ ├── [148K] isolate.cc
│ ├── [ 73K] isolate.h
│ ├── [6.3K] isolate-inl.h
│ ├── [4.0K] js
│ │ ├── [ 24K] array.js
│ │ ├── [ 47K] intl.js
│ │ ├── [4.0K] macros.py
│ │ ├── [ 265] OWNERS
│ │ ├── [4.8K] prologue.js
│ │ └── [2.3K] typedarray.js
│ ├── [ 31K] json-parser.cc
│ ├── [5.8K] json-parser.h
│ ├── [ 30K] json-stringifier.cc
│ ├── [ 684] json-stringifier.h
│ ├── [ 37K] keys.cc
│ ├── [7.1K] keys.h
│ ├── [3.2K] label.h
│ ├── [ 11K] layout-descriptor.cc
│ ├── [7.0K] layout-descriptor.h
│ ├── [7.8K] layout-descriptor-inl.h
│ ├── [4.0K] libplatform
│ │ ├── [4.1K] default-foreground-task-runner.cc
│ │ ├── [2.8K] default-foreground-task-runner.h
│ │ ├── [8.8K] default-platform.cc
│ │ ├── [3.1K] default-platform.h
│ │ ├── [2.0K] default-worker-threads-task-runner.cc
│ │ ├── [1.2K] default-worker-threads-task-runner.h
│ │ ├── [ 135] DEPS
│ │ ├── [ 58] OWNERS
│ │ ├── [1.6K] task-queue.cc
│ │ ├── [1.3K] task-queue.h
│ │ ├── [4.0K] tracing
│ │ │ ├── [3.5K] trace-buffer.cc
│ │ │ ├── [1.4K] trace-buffer.h
│ │ │ ├── [1.1K] trace-config.cc
│ │ │ ├── [4.4K] trace-object.cc
│ │ │ ├── [5.8K] trace-writer.cc
│ │ │ ├── [ 951] trace-writer.h
│ │ │ └── [9.6K] tracing-controller.cc
│ │ ├── [ 641] worker-thread.cc
│ │ └── [ 891] worker-thread.h
│ ├── [4.0K] libsampler
│ │ ├── [ 79] DEPS
│ │ ├── [ 23K] sampler.cc
│ │ └── [3.1K] sampler.h
│ ├── [1.1K] locked-queue.h
│ ├── [2.1K] locked-queue-inl.h
│ ├── [ 73K] log.cc
│ ├── [ 17K] log.h
│ ├── [1.5K] log-inl.h
│ ├── [7.5K] log-utils.cc
│ ├── [4.9K] log-utils.h
│ ├── [ 430] lookup-cache.cc
│ ├── [1.4K] lookup-cache.h
│ ├── [1.2K] lookup-cache-inl.h
│ ├── [ 43K] lookup.cc
│ ├── [ 10K] lookup.h
│ ├── [4.9K] lookup-inl.h
│ ├── [1.1K] lsan.h
│ ├── [2.7K] machine-type.cc
│ ├── [ 10K] machine-type.h
│ ├── [6.9K] macro-assembler.h
│ ├── [ 390] macro-assembler-inl.h
│ ├── [ 28K] map-updater.cc
│ ├── [7.3K] map-updater.h
│ ├── [4.1K] maybe-handles.h
│ ├── [2.8K] maybe-handles-inl.h
│ ├── [ 44K] messages.cc
│ ├── [ 50K] messages.h
│ ├── [4.0K] mips
│ │ ├── [122K] assembler-mips.cc
│ │ ├── [ 95K] assembler-mips.h
│ │ ├── [ 13K] assembler-mips-inl.h
│ │ ├── [ 23K] codegen-mips.cc
│ │ ├── [ 21K] code-stubs-mips.cc
│ │ ├── [1.0K] code-stubs-mips.h
│ │ ├── [3.9K] constants-mips.cc
│ │ ├── [ 55K] constants-mips.h
│ │ ├── [1.2K] cpu-mips.cc
│ │ ├── [ 12K] deoptimizer-mips.cc
│ │ ├── [ 76K] disasm-mips.cc
│ │ ├── [ 917] frame-constants-mips.cc
│ │ ├── [2.3K] frame-constants-mips.h
│ │ ├── [9.5K] interface-descriptors-mips.cc
│ │ ├── [168K] macro-assembler-mips.cc
│ │ ├── [ 47K] macro-assembler-mips.h
│ │ ├── [ 51] OWNERS
│ │ ├── [226K] simulator-mips.cc
│ │ └── [ 18K] simulator-mips.h
│ ├── [4.0K] mips64
│ │ ├── [131K] assembler-mips64.cc
│ │ ├── [ 98K] assembler-mips64.h
│ │ ├── [ 12K] assembler-mips64-inl.h
│ │ ├── [ 23K] codegen-mips64.cc
│ │ ├── [ 21K] code-stubs-mips64.cc
│ │ ├── [1.1K] code-stubs-mips64.h
│ │ ├── [3.9K] constants-mips64.cc
│ │ ├── [ 58K] constants-mips64.h
│ │ ├── [1.3K] cpu-mips64.cc
│ │ ├── [ 12K] deoptimizer-mips64.cc
│ │ ├── [ 85K] disasm-mips64.cc
│ │ ├── [ 933] frame-constants-mips64.cc
│ │ ├── [2.3K] frame-constants-mips64.h
│ │ ├── [9.5K] interface-descriptors-mips64.cc
│ │ ├── [178K] macro-assembler-mips64.cc
│ │ ├── [ 49K] macro-assembler-mips64.h
│ │ ├── [ 51] OWNERS
│ │ ├── [240K] simulator-mips64.cc
│ │ └── [ 18K] simulator-mips64.h
│ ├── [1.2K] msan.h
│ ├── [4.0K] objects
│ │ ├── [7.2K] api-callbacks.h
│ │ ├── [5.4K] api-callbacks-inl.h
│ │ ├── [5.0K] arguments.h
│ │ ├── [2.7K] arguments-inl.h
│ │ ├── [ 99K] bigint.cc
│ │ ├── [9.3K] bigint.h
│ │ ├── [ 33K] code.h
│ │ ├── [ 24K] code-inl.h
│ │ ├── [4.8K] compilation-cache.h
│ │ ├── [2.6K] compilation-cache-inl.h
│ │ ├── [2.0K] data-handler.h
│ │ ├── [1.2K] data-handler-inl.h
│ │ ├── [ 14K] debug-objects.cc
│ │ ├── [9.2K] debug-objects.h
│ │ ├── [2.3K] debug-objects-inl.h
│ │ ├── [7.3K] descriptor-array.h
│ │ ├── [ 12K] dictionary.h
│ │ ├── [ 24K] fixed-array.h
│ │ ├── [ 24K] fixed-array-inl.h
│ │ ├── [3.3K] frame-array.h
│ │ ├── [2.0K] frame-array-inl.h
│ │ ├── [ 13K] hash-table.h
│ │ ├── [4.6K] hash-table-inl.h
│ │ ├── [ 94K] intl-objects.cc
│ │ ├── [ 17K] intl-objects.h
│ │ ├── [ 777] intl-objects-inl.h
│ │ ├── [ 12K] js-array-buffer.cc
│ │ ├── [7.1K] js-array-buffer.h
│ │ ├── [6.6K] js-array-buffer-inl.h
│ │ ├── [6.1K] js-array.h
│ │ ├── [2.4K] js-array-inl.h
│ │ ├── [ 19K] js-collator.cc
│ │ ├── [2.6K] js-collator.h
│ │ ├── [1.1K] js-collator-inl.h
│ │ ├── [3.8K] js-collection.h
│ │ ├── [1.2K] js-collection-inl.h
│ │ ├── [3.5K] js-generator.h
│ │ ├── [1.6K] js-generator-inl.h
│ │ ├── [ 15K] js-list-format.cc
│ │ ├── [3.8K] js-list-format.h
│ │ ├── [1.4K] js-list-format-inl.h
│ │ ├── [ 12K] js-locale.cc
│ │ ├── [2.8K] js-locale.h
│ │ ├── [1.4K] js-locale-inl.h
│ │ ├── [ 12K] js-plural-rules.cc
│ │ ├── [2.1K] js-plural-rules.h
│ │ ├── [1.1K] js-plural-rules-inl.h
│ │ ├── [3.8K] js-promise.h
│ │ ├── [1.1K] js-promise-inl.h
│ │ ├── [5.7K] js-proxy.h
│ │ ├── [ 800] js-proxy-inl.h
│ │ ├── [6.2K] js-regexp.h
│ │ ├── [2.3K] js-regexp-inl.h
│ │ ├── [1.6K] js-regexp-string-iterator.h
│ │ ├── [1.1K] js-regexp-string-iterator-inl.h
│ │ ├── [8.0K] js-relative-time-format.cc
│ │ ├── [3.7K] js-relative-time-format.h
│ │ ├── [1.6K] js-relative-time-format-inl.h
│ │ ├── [ 23K] literal-objects.cc
│ │ ├── [5.1K] literal-objects.h
│ │ ├── [2.4K] literal-objects-inl.h
│ │ ├── [1.4K] managed.cc
│ │ ├── [5.2K] managed.h
│ │ ├── [ 47K] map.h
│ │ ├── [ 27K] map-inl.h
│ │ ├── [3.8K] maybe-object.h
│ │ ├── [3.0K] maybe-object-inl.h
│ │ ├── [2.2K] microtask.h
│ │ ├── [ 922] microtask-inl.h
│ │ ├── [ 35K] module.cc
│ │ ├── [ 13K] module.h
│ │ ├── [3.2K] module-inl.h
│ │ ├── [7.5K] name.h
│ │ ├── [3.8K] name-inl.h
│ │ ├── [ 18K] object-macros.h
│ │ ├── [1.9K] object-macros-undef.h
│ │ ├── [ 27K] ordered-hash-table.cc
│ │ ├── [ 24K] ordered-hash-table.h
│ │ ├── [1.4K] ordered-hash-table-inl.h
│ │ ├── [5.8K] promise.h
│ │ ├── [1.9K] promise-inl.h
│ │ ├── [2.2K] property-descriptor-object.h
│ │ ├── [ 659] property-descriptor-object-inl.h
│ │ ├── [4.1K] prototype-info.h
│ │ ├── [2.1K] prototype-info-inl.h
│ │ ├── [2.8K] regexp-match-info.h
│ │ ├── [ 34K] scope-info.cc
│ │ ├── [ 13K] scope-info.h
│ │ ├── [8.2K] script.h
│ │ ├── [4.3K] script-inl.h
│ │ ├── [ 27K] shared-function-info.h
│ │ ├── [ 26K] shared-function-info-inl.h
│ │ ├── [ 33K] string.h
│ │ ├── [ 24K] string-inl.h
│ │ ├── [3.8K] string-table.h
│ │ ├── [1.8K] template-objects.cc
│ │ ├── [1.3K] template-objects.h
│ │ ├── [8.6K] templates.h
│ │ └── [5.0K] templates-inl.h
│ ├── [5.5K] objects-body-descriptors.h
│ ├── [ 31K] objects-body-descriptors-inl.h
│ ├── [689K] objects.cc
│ ├── [ 74K] objects-debug.cc
│ ├── [ 21K] objects-definitions.h
│ ├── [164K] objects.h
│ ├── [104K] objects-inl.h
│ ├── [ 80K] objects-printer.cc
│ ├── [5.9K] optimized-compilation-info.cc
│ ├── [ 10K] optimized-compilation-info.h
│ ├── [4.6K] ostreams.cc
│ ├── [4.8K] ostreams.h
│ ├── [ 390] OWNERS
│ ├── [4.0K] parsing
│ │ ├── [ 857] duplicate-finder.h
│ │ ├── [ 16K] expression-classifier.h
│ │ ├── [3.9K] expression-scope-reparenter.cc
│ │ ├── [ 927] expression-scope-reparenter.h
│ │ ├── [2.7K] func-name-inferrer.cc
│ │ ├── [3.3K] func-name-inferrer.h
│ │ ├── [ 174] OWNERS
│ │ ├── [7.6K] parse-info.cc
│ │ ├── [9.9K] parse-info.h
│ │ ├── [228K] parser-base.h
│ │ ├── [161K] parser.cc
│ │ ├── [ 47K] parser.h
│ │ ├── [3.3K] parsing.cc
│ │ ├── [1.3K] parsing.h
│ │ ├── [ 29K] pattern-rewriter.cc
│ │ ├── [ 22K] preparsed-scope-data.cc
│ │ ├── [7.7K] preparsed-scope-data.h
│ │ ├── [ 18K] preparser.cc
│ │ ├── [ 65K] preparser.h
│ │ ├── [ 939] preparser-logger.h
│ │ ├── [ 14K] rewriter.cc
│ │ ├── [1.5K] rewriter.h
│ │ ├── [ 55K] scanner.cc
│ │ ├── [ 25K] scanner-character-streams.cc
│ │ ├── [1.2K] scanner-character-streams.h
│ │ ├── [ 26K] scanner.h
│ │ ├── [1.1K] scanner-inl.h
│ │ ├── [1.1K] token.cc
│ │ └── [ 16K] token.h
│ ├── [4.9K] pending-compilation-error-handler.cc
│ ├── [3.4K] pending-compilation-error-handler.h
│ ├── [ 16K] perf-jit.cc
│ ├── [4.9K] perf-jit.h
│ ├── [4.0K] ppc
│ │ ├── [ 62K] assembler-ppc.cc
│ │ ├── [ 59K] assembler-ppc.h
│ │ ├── [ 17K] assembler-ppc-inl.h
│ │ ├── [1.3K] codegen-ppc.cc
│ │ ├── [ 22K] code-stubs-ppc.cc
│ │ ├── [1.0K] code-stubs-ppc.h
│ │ ├── [1.5K] constants-ppc.cc
│ │ ├── [199K] constants-ppc.h
│ │ ├── [1.2K] cpu-ppc.cc
│ │ ├── [9.6K] deoptimizer-ppc.cc
│ │ ├── [ 37K] disasm-ppc.cc
│ │ ├── [1.0K] frame-constants-ppc.cc
│ │ ├── [2.1K] frame-constants-ppc.h
│ │ ├── [9.5K] interface-descriptors-ppc.cc
│ │ ├── [ 92K] macro-assembler-ppc.cc
│ │ ├── [ 43K] macro-assembler-ppc.h
│ │ ├── [ 140] OWNERS
│ │ ├── [137K] simulator-ppc.cc
│ │ └── [ 13K] simulator-ppc.h
│ ├── [ 930] PRESUBMIT.py
│ ├── [4.0K] profiler
│ │ ├── [9.1K] allocation-tracker.cc
│ │ ├── [4.1K] allocation-tracker.h
│ │ ├── [2.1K] circular-queue.h
│ │ ├── [1.7K] circular-queue-inl.h
│ │ ├── [ 14K] cpu-profiler.cc
│ │ ├── [7.1K] cpu-profiler.h
│ │ ├── [2.0K] cpu-profiler-inl.h
│ │ ├── [7.9K] heap-profiler.cc
│ │ ├── [3.9K] heap-profiler.h
│ │ ├── [114K] heap-snapshot-generator.cc
│ │ ├── [ 22K] heap-snapshot-generator.h
│ │ ├── [2.3K] heap-snapshot-generator-inl.h
│ │ ├── [ 61] OWNERS
│ │ ├── [ 29K] profile-generator.cc
│ │ ├── [ 14K] profile-generator.h
│ │ ├── [1.7K] profile-generator-inl.h
│ │ ├── [ 14K] profiler-listener.cc
│ │ ├── [3.6K] profiler-listener.h
│ │ ├── [ 11K] sampling-heap-profiler.cc
│ │ ├── [6.2K] sampling-heap-profiler.h
│ │ ├── [3.4K] strings-storage.cc
│ │ ├── [1.9K] strings-storage.h
│ │ ├── [ 11K] tick-sample.cc
│ │ ├── [ 730] tick-sample.h
│ │ ├── [2.3K] tracing-cpu-profiler.cc
│ │ ├── [1.0K] tracing-cpu-profiler.h
│ │ ├── [1.2K] unbound-queue.h
│ │ └── [2.0K] unbound-queue-inl.h
│ ├── [5.1K] property.cc
│ ├── [ 14K] property-descriptor.cc
│ ├── [3.9K] property-descriptor.h
│ ├── [ 15K] property-details.h
│ ├── [2.5K] property.h
│ ├── [2.5K] prototype.h
│ ├── [4.6K] prototype-inl.h
│ ├── [4.0K] regexp
│ │ ├── [4.0K] arm
│ │ │ ├── [ 41K] regexp-macro-assembler-arm.cc
│ │ │ └── [9.2K] regexp-macro-assembler-arm.h
│ │ ├── [4.0K] arm64
│ │ │ ├── [ 55K] regexp-macro-assembler-arm64.cc
│ │ │ └── [ 12K] regexp-macro-assembler-arm64.h
│ │ ├── [5.2K] bytecodes-irregexp.h
│ │ ├── [4.0K] ia32
│ │ │ ├── [ 40K] regexp-macro-assembler-ia32.cc
│ │ │ └── [8.9K] regexp-macro-assembler-ia32.h
│ │ ├── [ 21K] interpreter-irregexp.cc
│ │ ├── [ 885] interpreter-irregexp.h
│ │ ├── [249K] jsregexp.cc
│ │ ├── [ 57K] jsregexp.h
│ │ ├── [2.4K] jsregexp-inl.h
│ │ ├── [4.0K] mips
│ │ │ ├── [ 51] OWNERS
│ │ │ ├── [ 45K] regexp-macro-assembler-mips.cc
│ │ │ └── [9.5K] regexp-macro-assembler-mips.h
│ │ ├── [4.0K] mips64
│ │ │ ├── [ 51] OWNERS
│ │ │ ├── [ 47K] regexp-macro-assembler-mips64.cc
│ │ │ └── [9.6K] regexp-macro-assembler-mips64.h
│ │ ├── [ 95] OWNERS
│ │ ├── [4.0K] ppc
│ │ │ ├── [ 140] OWNERS
│ │ │ ├── [ 45K] regexp-macro-assembler-ppc.cc
│ │ │ └── [9.1K] regexp-macro-assembler-ppc.h
│ │ ├── [8.7K] regexp-ast.cc
│ │ ├── [ 21K] regexp-ast.h
│ │ ├── [ 14K] regexp-macro-assembler.cc
│ │ ├── [ 11K] regexp-macro-assembler.h
│ │ ├── [ 12K] regexp-macro-assembler-irregexp.cc
│ │ ├── [5.7K] regexp-macro-assembler-irregexp.h
│ │ ├── [1.6K] regexp-macro-assembler-irregexp-inl.h
│ │ ├── [ 13K] regexp-macro-assembler-tracer.cc
│ │ ├── [4.3K] regexp-macro-assembler-tracer.h
│ │ ├── [ 61K] regexp-parser.cc
│ │ ├── [ 12K] regexp-parser.h
│ │ ├── [2.1K] regexp-stack.cc
│ │ ├── [3.9K] regexp-stack.h
│ │ ├── [7.0K] regexp-utils.cc
│ │ ├── [2.0K] regexp-utils.h
│ │ ├── [4.0K] s390
│ │ │ ├── [ 140] OWNERS
│ │ │ ├── [ 45K] regexp-macro-assembler-s390.cc
│ │ │ └── [9.1K] regexp-macro-assembler-s390.h
│ │ └── [4.0K] x64
│ │ ├── [ 45K] regexp-macro-assembler-x64.cc
│ │ └── [ 12K] regexp-macro-assembler-x64.h
│ ├── [ 16K] register-configuration.cc
│ ├── [6.6K] register-configuration.h
│ ├── [1.3K] reglist.h
│ ├── [ 18K] reloc-info.cc
│ ├── [ 17K] reloc-info.h
│ ├── [ 23K] roots.h
│ ├── [4.3K] roots-inl.h
│ ├── [4.0K] runtime
│ │ ├── [ 34K] runtime-array.cc
│ │ ├── [ 14K] runtime-atomics.cc
│ │ ├── [5.8K] runtime-bigint.cc
│ │ ├── [6.6K] runtime.cc
│ │ ├── [ 31K] runtime-classes.cc
│ │ ├── [5.0K] runtime-collections.cc
│ │ ├── [ 13K] runtime-compiler.cc
│ │ ├── [ 835] runtime-date.cc
│ │ ├── [ 29K] runtime-debug.cc
│ │ ├── [5.1K] runtime-forin.cc
│ │ ├── [6.2K] runtime-function.cc
│ │ ├── [1.4K] runtime-futex.cc
│ │ ├── [3.9K] runtime-generator.cc
│ │ ├── [ 33K] runtime.h
│ │ ├── [ 20K] runtime-internal.cc
│ │ ├── [7.6K] runtime-interpreter.cc
│ │ ├── [ 18K] runtime-intl.cc
│ │ ├── [ 23K] runtime-literals.cc
│ │ ├── [2.6K] runtime-maths.cc
│ │ ├── [1.5K] runtime-module.cc
│ │ ├── [6.1K] runtime-numbers.cc
│ │ ├── [ 45K] runtime-object.cc
│ │ ├── [3.3K] runtime-operators.cc
│ │ ├── [7.4K] runtime-promise.cc
│ │ ├── [3.5K] runtime-proxy.cc
│ │ ├── [ 68K] runtime-regexp.cc
│ │ ├── [ 37K] runtime-scopes.cc
│ │ ├── [ 26K] runtime-strings.cc
│ │ ├── [1.6K] runtime-symbol.cc
│ │ ├── [ 36K] runtime-test.cc
│ │ ├── [6.4K] runtime-typedarray.cc
│ │ ├── [6.3K] runtime-utils.h
│ │ └── [ 12K] runtime-wasm.cc
│ ├── [9.4K] runtime-profiler.cc
│ ├── [1.3K] runtime-profiler.h
│ ├── [4.0K] s390
│ │ ├── [ 27K] assembler-s390.cc
│ │ ├── [ 66K] assembler-s390.h
│ │ ├── [ 14K] assembler-s390-inl.h
│ │ ├── [1.3K] codegen-s390.cc
│ │ ├── [ 24K] code-stubs-s390.cc
│ │ ├── [1.0K] code-stubs-s390.h
│ │ ├── [ 11K] constants-s390.cc
│ │ ├── [133K] constants-s390.h
│ │ ├── [ 782] cpu-s390.cc
│ │ ├── [9.9K] deoptimizer-s390.cc
│ │ ├── [ 34K] disasm-s390.cc
│ │ ├── [ 993] frame-constants-s390.cc
│ │ ├── [2.2K] frame-constants-s390.h
│ │ ├── [9.5K] interface-descriptors-s390.cc
│ │ ├── [129K] macro-assembler-s390.cc
│ │ ├── [ 53K] macro-assembler-s390.h
│ │ ├── [ 140] OWNERS
│ │ ├── [261K] simulator-s390.cc
│ │ └── [ 27K] simulator-s390.h
│ ├── [9.8K] safepoint-table.cc
│ ├── [8.3K] safepoint-table.h
│ ├── [1.2K] setup-isolate-deserialize.cc
│ ├── [1.1K] setup-isolate-full.cc
│ ├── [2.0K] setup-isolate.h
│ ├── [3.2K] signature.h
│ ├── [3.0K] simulator-base.cc
│ ├── [5.8K] simulator-base.h
│ ├── [4.4K] simulator.h
│ ├── [4.0K] snapshot
│ │ ├── [ 10K] builtin-deserializer-allocator.cc
│ │ ├── [5.3K] builtin-deserializer-allocator.h
│ │ ├── [8.2K] builtin-deserializer.cc
│ │ ├── [3.5K] builtin-deserializer.h
│ │ ├── [1.8K] builtin-serializer-allocator.cc
│ │ ├── [1.4K] builtin-serializer-allocator.h
│ │ ├── [5.3K] builtin-serializer.cc
│ │ ├── [2.3K] builtin-serializer.h
│ │ ├── [2.2K] builtin-snapshot-utils.cc
│ │ ├── [2.1K] builtin-snapshot-utils.h
│ │ ├── [ 20K] code-serializer.cc
│ │ ├── [5.5K] code-serializer.h
│ │ ├── [9.0K] default-deserializer-allocator.cc
│ │ ├── [3.8K] default-deserializer-allocator.h
│ │ ├── [5.3K] default-serializer-allocator.cc
│ │ ├── [2.6K] default-serializer-allocator.h
│ │ ├── [ 98] DEPS
│ │ ├── [ 35K] deserializer.cc
│ │ ├── [6.6K] deserializer.h
│ │ ├── [ 561] embedded-empty.cc
│ │ ├── [2.6K] macros.h
│ │ ├── [ 16K] mksnapshot.cc
│ │ ├── [1.2K] natives-common.cc
│ │ ├── [6.9K] natives-external.cc
│ │ ├── [2.9K] natives.h
│ │ ├── [3.2K] object-deserializer.cc
│ │ ├── [1.1K] object-deserializer.h
│ │ ├── [ 144] OWNERS
│ │ ├── [3.3K] partial-deserializer.cc
│ │ ├── [1.4K] partial-deserializer.h
│ │ ├── [6.6K] partial-serializer.cc
│ │ ├── [1.5K] partial-serializer.h
│ │ ├── [6.0K] references.h
│ │ ├── [ 39K] serializer.cc
│ │ ├── [5.4K] serializer-common.cc
│ │ ├── [ 11K] serializer-common.h
│ │ ├── [ 11K] serializer.h
│ │ ├── [ 27K] snapshot-common.cc
│ │ ├── [ 919] snapshot-empty.cc
│ │ ├── [1.3K] snapshot-external.cc
│ │ ├── [8.9K] snapshot.h
│ │ ├── [1.3K] snapshot-source-sink.cc
│ │ ├── [2.7K] snapshot-source-sink.h
│ │ ├── [4.1K] startup-deserializer.cc
│ │ ├── [1.1K] startup-deserializer.h
│ │ ├── [7.6K] startup-serializer.cc
│ │ └── [3.2K] startup-serializer.h
│ ├── [4.5K] source-position.cc
│ ├── [3.7K] source-position.h
│ ├── [7.4K] source-position-table.cc
│ ├── [3.3K] source-position-table.h
│ ├── [5.8K] splay-tree.h
│ ├── [8.0K] splay-tree-inl.h
│ ├── [2.7K] startup-data-util.cc
│ ├── [ 913] startup-data-util.h
│ ├── [9.8K] string-builder.cc
│ ├── [9.0K] string-builder-inl.h
│ ├── [4.6K] string-case.cc
│ ├── [ 439] string-case.h
│ ├── [3.5K] string-hasher.h
│ ├── [4.4K] string-hasher-inl.h
│ ├── [ 19K] string-search.h
│ ├── [ 14K] string-stream.cc
│ ├── [5.1K] string-stream.h
│ ├── [ 16K] strtod.cc
│ ├── [ 549] strtod.h
│ ├── [4.0K] third_party
│ │ ├── [4.0K] utf8-decoder
│ │ │ ├── [1.1K] LICENSE
│ │ │ ├── [ 641] README.v8
│ │ │ └── [3.1K] utf8-decoder.h
│ │ ├── [4.0K] valgrind
│ │ │ ├── [2.4K] LICENSE
│ │ │ └── [226K] valgrind.h
│ │ └── [4.0K] vtune
│ │ ├── [ 444] BUILD.gn
│ │ ├── [ 43] DEPS
│ │ ├── [ 17K] ittnotify_config.h
│ │ ├── [4.3K] ittnotify_types.h
│ │ ├── [ 17K] jitprofiling.cc
│ │ ├── [8.8K] jitprofiling.h
│ │ ├── [2.7K] LICENSE
│ │ ├── [2.8K] v8-vtune.h
│ │ ├── [8.9K] vtune-jit.cc
│ │ └── [3.1K] vtune-jit.h
│ ├── [4.0K] torque
│ │ ├── [ 28K] ast.h
│ │ ├── [3.2K] contextual.h
│ │ ├── [2.4K] declarable.cc
│ │ ├── [ 11K] declarable.h
│ │ ├── [ 13K] declarations.cc
│ │ ├── [7.4K] declarations.h
│ │ ├── [ 24K] declaration-visitor.cc
│ │ ├── [5.9K] declaration-visitor.h
│ │ ├── [ 10K] earley-parser.cc
│ │ ├── [ 15K] earley-parser.h
│ │ ├── [3.0K] file-visitor.cc
│ │ ├── [3.0K] file-visitor.h
│ │ ├── [4.6K] global-context.h
│ │ ├── [ 72K] implementation-visitor.cc
│ │ ├── [9.7K] implementation-visitor.h
│ │ ├── [2.4K] parameter-difference.h
│ │ ├── [1.3K] scope.cc
│ │ ├── [3.8K] scope.h
│ │ ├── [ 472] source-positions.cc
│ │ ├── [1.3K] source-positions.h
│ │ ├── [2.6K] torque.cc
│ │ ├── [ 47K] torque-parser.cc
│ │ ├── [ 563] torque-parser.h
│ │ ├── [ 368] type-oracle.cc
│ │ ├── [3.6K] type-oracle.h
│ │ ├── [8.8K] types.cc
│ │ ├── [ 13K] types.h
│ │ ├── [3.1K] utils.cc
│ │ └── [2.1K] utils.h
│ ├── [4.0K] tracing
│ │ ├── [4.6K] traced-value.cc
│ │ ├── [1.8K] traced-value.h
│ │ ├── [2.1K] trace-event.cc
│ │ ├── [ 33K] trace-event.h
│ │ ├── [2.6K] tracing-category-observer.cc
│ │ └── [ 857] tracing-category-observer.h
│ ├── [ 23K] transitions.cc
│ ├── [ 13K] transitions.h
│ ├── [7.2K] transitions-inl.h
│ ├── [4.0K] trap-handler
│ │ ├── [ 370] DEPS
│ │ ├── [2.8K] handler-inside.cc
│ │ ├── [4.6K] handler-inside-linux.cc
│ │ ├── [7.6K] handler-outside.cc
│ │ ├── [2.5K] handler-outside-linux.cc
│ │ ├── [1.2K] handler-outside-win.cc
│ │ ├── [2.3K] handler-shared.cc
│ │ ├── [ 226] OWNERS
│ │ ├── [3.5K] trap-handler.h
│ │ └── [2.8K] trap-handler-internal.h
│ ├── [5.0K] turbo-assembler.cc
│ ├── [4.8K] turbo-assembler.h
│ ├── [2.5K] type-hints.cc
│ ├── [1.6K] type-hints.h
│ ├── [1.4K] unicode-cache.h
│ ├── [1.1K] unicode-cache-inl.h
│ ├── [158K] unicode.cc
│ ├── [2.2K] unicode-decoder.cc
│ ├── [4.6K] unicode-decoder.h
│ ├── [8.1K] unicode.h
│ ├── [4.1K] unicode-inl.h
│ ├── [2.1K] unoptimized-compilation-info.cc
│ ├── [4.2K] unoptimized-compilation-info.h
│ ├── [ 15K] uri.cc
│ ├── [1.7K] uri.h
│ ├── [ 13K] utils.cc
│ ├── [ 51K] utils.h
│ ├── [1.6K] utils-inl.h
│ ├── [3.8K] v8.cc
│ ├── [ 537] v8dll-main.cc
│ ├── [1.4K] v8.h
│ ├── [3.5K] v8memory.h
│ ├── [ 11K] v8threads.cc
│ ├── [2.6K] v8threads.h
│ ├── [ 77K] value-serializer.cc
│ ├── [ 11K] value-serializer.h
│ ├── [8.5K] vector.h
│ ├── [1.0K] vector-slot-pair.cc
│ ├── [1.2K] vector-slot-pair.h
│ ├── [2.0K] version.cc
│ ├── [1.6K] version.h
│ ├── [ 611] visitors.cc
│ ├── [4.9K] visitors.h
│ ├── [1.5K] vm-state.h
│ ├── [2.4K] vm-state-inl.h
│ ├── [4.0K] wasm
│ │ ├── [4.0K] baseline
│ │ │ ├── [4.0K] arm
│ │ │ │ └── [ 12K] liftoff-assembler-arm.h
│ │ │ ├── [4.0K] arm64
│ │ │ │ └── [ 32K] liftoff-assembler-arm64.h
│ │ │ ├── [ 191] DEPS
│ │ │ ├── [4.0K] ia32
│ │ │ │ └── [ 55K] liftoff-assembler-ia32.h
│ │ │ ├── [ 25K] liftoff-assembler.cc
│ │ │ ├── [5.0K] liftoff-assembler-defs.h
│ │ │ ├── [ 28K] liftoff-assembler.h
│ │ │ ├── [ 79K] liftoff-compiler.cc
│ │ │ ├── [ 942] liftoff-compiler.h
│ │ │ ├── [ 11K] liftoff-register.h
│ │ │ ├── [4.0K] mips
│ │ │ │ ├── [ 46K] liftoff-assembler-mips.h
│ │ │ │ └── [ 52] OWNERS
│ │ │ ├── [4.0K] mips64
│ │ │ │ ├── [ 40K] liftoff-assembler-mips64.h
│ │ │ │ └── [ 52] OWNERS
│ │ │ ├── [4.0K] ppc
│ │ │ │ └── [ 12K] liftoff-assembler-ppc.h
│ │ │ ├── [4.0K] s390
│ │ │ │ └── [ 12K] liftoff-assembler-s390.h
│ │ │ └── [4.0K] x64
│ │ │ └── [ 47K] liftoff-assembler-x64.h
│ │ ├── [ 14K] decoder.h
│ │ ├── [ 37K] function-body-decoder.cc
│ │ ├── [6.9K] function-body-decoder.h
│ │ ├── [ 87K] function-body-decoder-impl.h
│ │ ├── [5.8K] function-compiler.cc
│ │ ├── [4.3K] function-compiler.h
│ │ ├── [6.4K] jump-table-assembler.cc
│ │ ├── [6.3K] jump-table-assembler.h
│ │ ├── [3.7K] leb-helper.h
│ │ ├── [1.7K] local-decl-encoder.cc
│ │ ├── [1.5K] local-decl-encoder.h
│ │ ├── [2.0K] memory-tracing.cc
│ │ ├── [1.2K] memory-tracing.h
│ │ ├── [120K] module-compiler.cc
│ │ ├── [6.4K] module-compiler.h
│ │ ├── [ 61K] module-decoder.cc
│ │ ├── [5.6K] module-decoder.h
│ │ ├── [ 268] OWNERS
│ │ ├── [ 796] signature-map.cc
│ │ ├── [1.5K] signature-map.h
│ │ ├── [ 14K] streaming-decoder.cc
│ │ ├── [9.8K] streaming-decoder.h
│ │ ├── [8.5K] value-type.h
│ │ ├── [ 41K] wasm-code-manager.cc
│ │ ├── [ 19K] wasm-code-manager.h
│ │ ├── [2.6K] wasm-constants.h
│ │ ├── [ 30K] wasm-debug.cc
│ │ ├── [ 11K] wasm-engine.cc
│ │ ├── [6.9K] wasm-engine.h
│ │ ├── [8.4K] wasm-external-refs.cc
│ │ ├── [1.8K] wasm-external-refs.h
│ │ ├── [1.5K] wasm-feature-flags.h
│ │ ├── [1.0K] wasm-features.cc
│ │ ├── [1.9K] wasm-features.h
│ │ ├── [127K] wasm-interpreter.cc
│ │ ├── [7.6K] wasm-interpreter.h
│ │ ├── [ 64K] wasm-js.cc
│ │ ├── [ 582] wasm-js.h
│ │ ├── [2.4K] wasm-limits.h
│ │ ├── [ 11K] wasm-linkage.h
│ │ ├── [ 13K] wasm-memory.cc
│ │ ├── [5.2K] wasm-memory.h
│ │ ├── [ 20K] wasm-module-builder.cc
│ │ ├── [8.5K] wasm-module-builder.h
│ │ ├── [ 12K] wasm-module.cc
│ │ ├── [ 10K] wasm-module.h
│ │ ├── [ 57K] wasm-objects.cc
│ │ ├── [ 25K] wasm-objects.h
│ │ ├── [9.7K] wasm-objects-inl.h
│ │ ├── [ 18K] wasm-opcodes.cc
│ │ ├── [ 23K] wasm-opcodes.h
│ │ ├── [4.6K] wasm-result.cc
│ │ ├── [4.2K] wasm-result.h
│ │ ├── [ 22K] wasm-serialization.cc
│ │ ├── [1.4K] wasm-serialization.h
│ │ ├── [7.6K] wasm-text.cc
│ │ ├── [1008] wasm-text.h
│ │ ├── [ 575] wasm-tier.h
│ │ └── [4.1K] wasm-value.h
│ ├── [4.0K] x64
│ │ ├── [119K] assembler-x64.cc
│ │ ├── [ 90K] assembler-x64.h
│ │ ├── [ 12K] assembler-x64-inl.h
│ │ ├── [1.2K] codegen-x64.cc
│ │ ├── [ 21K] code-stubs-x64.cc
│ │ ├── [ 630] constants-x64.h
│ │ ├── [1.5K] cpu-x64.cc
│ │ ├── [9.4K] deoptimizer-x64.cc
│ │ ├── [ 94K] disasm-x64.cc
│ │ ├── [1.5K] eh-frame-x64.cc
│ │ ├── [ 897] frame-constants-x64.cc
│ │ ├── [2.5K] frame-constants-x64.h
│ │ ├── [9.7K] interface-descriptors-x64.cc
│ │ ├── [ 78K] macro-assembler-x64.cc
│ │ ├── [ 37K] macro-assembler-x64.h
│ │ ├── [ 280] simulator-x64.cc
│ │ ├── [ 345] simulator-x64.h
│ │ └── [2.8K] sse-instr.h
│ └── [4.0K] zone
│ ├── [6.3K] accounting-allocator.cc
│ ├── [3.0K] accounting-allocator.h
│ ├── [4.4K] zone-allocator.h
│ ├── [5.2K] zone.cc
│ ├── [ 12K] zone-chunk-list.h
│ ├── [7.2K] zone-containers.h
│ ├── [ 12K] zone.h
│ ├── [7.1K] zone-handle-set.h
│ ├── [4.3K] zone-list-inl.h
│ ├── [ 654] zone-segment.cc
│ └── [1.7K] zone-segment.h
├── [4.0K] testing
│ ├── [4.0K] gmock
│ │ ├── [1.1K] BUILD.gn
│ │ ├── [4.0K] include
│ │ │ ├── [ 78] DEPS
│ │ │ └── [4.0K] gmock
│ │ │ ├── [ 491] gmock-actions.h
│ │ │ ├── [ 510] gmock-generated-function-mockers.h
│ │ │ ├── [ 483] gmock.h
│ │ │ └── [ 492] gmock-matchers.h
│ │ └── [ 40] OWNERS
│ ├── [2.3K] gmock-support.h
│ ├── [4.0K] gtest
│ │ ├── [2.8K] BUILD.gn
│ │ ├── [ 165] empty.cc
│ │ ├── [4.0K] include
│ │ │ ├── [ 78] DEPS
│ │ │ └── [4.0K] gtest
│ │ │ ├── [ 494] gtest-death-test.h
│ │ │ ├── [ 483] gtest.h
│ │ │ ├── [ 491] gtest-message.h
│ │ │ ├── [ 494] gtest-param-test.h
│ │ │ ├── [ 488] gtest_prod.h
│ │ │ └── [ 487] gtest-spi.h
│ │ └── [ 40] OWNERS
│ └── [2.1K] gtest-support.h
├── [4.0K] third_party
│ ├── [4.0K] googletest
│ │ └── [4.0K] src
│ │ └── [4.0K] googletest
│ │ └── [4.0K] include
│ │ └── [4.0K] gtest
│ │ └── [2.5K] gtest_prod.h
│ └── [4.0K] v8
│ └── [4.0K] builtins
│ ├── [ 63K] array-sort.tq
│ └── [ 12K] LICENSE
├── [4.0K] tools
│ ├── [7.4K] adb-d8.py
│ ├── [ 0] android-build.sh
│ ├── [2.9K] android-ll-prof.sh
│ ├── [4.1K] android-run.py
│ ├── [3.6K] android-sync.sh
│ ├── [2.2K] arguments.js
│ ├── [5.4K] avg.py
│ ├── [2.5K] bash-completion.sh
│ ├── [9.9K] bigint-tester.py
│ ├── [4.0K] blink_tests
│ │ └── [ 176] TestExpectations
│ ├── [1.4K] BUILD.gn
│ ├── [ 66K] callstats.html
│ ├── [ 26K] callstats.py
│ ├── [1.6K] callstats.py.vpython
│ ├── [4.0K] cfi
│ │ └── [ 848] blacklist.txt
│ ├── [ 727] check-inline-includes.sh
│ ├── [2.4K] check-static-initializers.sh
│ ├── [ 688] check-unused-bailouts.sh
│ ├── [4.0K] clang
│ │ ├── [4.0K] base_bind_rewriters
│ │ │ ├── [ 25K] BaseBindRewriters.cpp
│ │ │ ├── [ 492] CMakeLists.txt
│ │ │ └── [4.0K] tests
│ │ │ ├── [2.7K] callback.h
│ │ │ ├── [ 438] callback-temporary-converted-to-once-callback-expected.cc
│ │ │ ├── [ 422] callback-temporary-converted-to-once-callback-original.cc
│ │ │ ├── [ 739] passed-to-move-rewriter-expected.cc
│ │ │ ├── [ 767] passed-to-move-rewriter-original.cc
│ │ │ ├── [ 548] remove-adapt-callback-for-repeating-expected.cc
│ │ │ └── [ 728] remove-adapt-callback-for-repeating-original.cc
│ │ ├── [4.0K] blink_gc_plugin
│ │ │ ├── [3.6K] BadPatternFinder.cpp
│ │ │ ├── [ 442] BadPatternFinder.h
│ │ │ ├── [ 24K] BlinkGCPluginConsumer.cpp
│ │ │ ├── [2.9K] BlinkGCPluginConsumer.h
│ │ │ ├── [1.7K] BlinkGCPlugin.cpp
│ │ │ ├── [1.4K] BlinkGCPluginOptions.h
│ │ │ ├── [1.2K] CheckDispatchVisitor.cpp
│ │ │ ├── [ 978] CheckDispatchVisitor.h
│ │ │ ├── [4.3K] CheckFieldsVisitor.cpp
│ │ │ ├── [1.6K] CheckFieldsVisitor.h
│ │ │ ├── [3.7K] CheckFinalizerVisitor.cpp
│ │ │ ├── [1.8K] CheckFinalizerVisitor.h
│ │ │ ├── [1.4K] CheckGCRootsVisitor.cpp
│ │ │ ├── [1.0K] CheckGCRootsVisitor.h
│ │ │ ├── [ 12K] CheckTraceVisitor.cpp
│ │ │ ├── [1.8K] CheckTraceVisitor.h
│ │ │ ├── [1.5K] CMakeLists.txt
│ │ │ ├── [ 860] CollectVisitor.cpp
│ │ │ ├── [1.1K] CollectVisitor.h
│ │ │ ├── [1.7K] Config.cpp
│ │ │ ├── [8.2K] Config.h
│ │ │ ├── [ 23K] DiagnosticsReporter.cpp
│ │ │ ├── [6.9K] DiagnosticsReporter.h
│ │ │ ├── [2.2K] Edge.cpp
│ │ │ ├── [9.1K] Edge.h
│ │ │ ├── [1.6K] JsonWriter.h
│ │ │ ├── [1.1K] NeedsTracing.h
│ │ │ ├── [ 150] OWNERS
│ │ │ ├── [ 13K] process-graph.py
│ │ │ ├── [ 92] README.chromium
│ │ │ ├── [ 22K] RecordInfo.cpp
│ │ │ ├── [5.7K] RecordInfo.h
│ │ │ ├── [ 12K] tests
│ │ │ │ ├── [ 361] base_class_must_define_virtual_trace.cpp
│ │ │ │ ├── [ 698] base_class_must_define_virtual_trace.h
│ │ │ │ ├── [ 494] base_class_must_define_virtual_trace.txt
│ │ │ │ ├── [ 432] base_requires_tracing.cpp
│ │ │ │ ├── [ 598] base_requires_tracing.h
│ │ │ │ ├── [ 163] base_requires_tracing.txt
│ │ │ │ ├── [ 404] class_does_not_require_finalization.cpp
│ │ │ │ ├── [ 67] class_does_not_require_finalization.flags
│ │ │ │ ├── [1.0K] class_does_not_require_finalization.h
│ │ │ │ ├── [ 397] class_does_not_require_finalization.txt
│ │ │ │ ├── [ 503] class_multiple_trace_bases.cpp
│ │ │ │ ├── [ 826] class_multiple_trace_bases.h
│ │ │ │ ├── [ 730] class_multiple_trace_bases.txt
│ │ │ │ ├── [ 222] class_overrides_new.cpp
│ │ │ │ ├── [ 410] class_overrides_new.h
│ │ │ │ ├── [ 368] class_overrides_new.txt
│ │ │ │ ├── [ 386] class_requires_finalization_base.cpp
│ │ │ │ ├── [ 707] class_requires_finalization_base.h
│ │ │ │ ├── [ 431] class_requires_finalization_base.txt
│ │ │ │ ├── [ 542] class_requires_finalization_field.cpp
│ │ │ │ ├── [1.1K] class_requires_finalization_field.h
│ │ │ │ ├── [ 678] class_requires_finalization_field.txt
│ │ │ │ ├── [ 753] class_requires_finalization_mixin.cpp
│ │ │ │ ├── [1.5K] class_requires_finalization_mixin.h
│ │ │ │ ├── [ 386] class_requires_finalization_mixin.txt
│ │ │ │ ├── [ 382] class_requires_trace_method.cpp
│ │ │ │ ├── [1.2K] class_requires_trace_method.h
│ │ │ │ ├── [ 411] class_requires_trace_method_tmpl.cpp
│ │ │ │ ├── [ 637] class_requires_trace_method_tmpl.h
│ │ │ │ ├── [ 360] class_requires_trace_method_tmpl.txt
│ │ │ │ ├── [ 615] class_requires_trace_method.txt
│ │ │ │ ├── [ 219] crash_on_invalid.cpp
│ │ │ │ ├── [ 623] crash_on_invalid.h
│ │ │ │ ├── [ 400] crash_on_invalid.txt
│ │ │ │ ├── [ 336] cycle_ptrs.cpp
│ │ │ │ ├── [ 54] cycle_ptrs.flags
│ │ │ │ ├── [ 879] cycle_ptrs.h
│ │ │ │ ├── [ 302] cycle_ptrs.txt
│ │ │ │ ├── [ 296] cycle_sub.cpp
│ │ │ │ ├── [ 54] cycle_sub.flags
│ │ │ │ ├── [ 600] cycle_sub.h
│ │ │ │ ├── [ 212] cycle_sub.txt
│ │ │ │ ├── [ 395] cycle_super.cpp
│ │ │ │ ├── [ 54] cycle_super.flags
│ │ │ │ ├── [ 678] cycle_super.h
│ │ │ │ ├── [ 362] cycle_super_neg.cpp
│ │ │ │ ├── [ 54] cycle_super_neg.flags
│ │ │ │ ├── [ 809] cycle_super_neg.h
│ │ │ │ ├── [ 0] cycle_super_neg.txt
│ │ │ │ ├── [ 183] cycle_super.txt
│ │ │ │ ├── [ 557] delayed_parsing.cpp
│ │ │ │ ├── [ 27] delayed_parsing.flags
│ │ │ │ ├── [ 0] delayed_parsing.txt
│ │ │ │ ├── [ 666] destructor_access_finalized_field.cpp
│ │ │ │ ├── [ 904] destructor_access_finalized_field.h
│ │ │ │ ├── [ 951] destructor_access_finalized_field.txt
│ │ │ │ ├── [ 904] destructor_eagerly_finalized.cpp
│ │ │ │ ├── [1.2K] destructor_eagerly_finalized.h
│ │ │ │ ├── [ 797] destructor_eagerly_finalized.txt
│ │ │ │ ├── [ 393] destructor_in_nonfinalized_class.cpp
│ │ │ │ ├── [ 462] destructor_in_nonfinalized_class.h
│ │ │ │ ├── [ 374] destructor_in_nonfinalized_class.txt
│ │ │ │ ├── [ 484] fields_illegal_tracing.cpp
│ │ │ │ ├── [1.5K] fields_illegal_tracing.h
│ │ │ │ ├── [2.9K] fields_illegal_tracing.txt
│ │ │ │ ├── [ 648] fields_require_tracing.cpp
│ │ │ │ ├── [ 861] fields_require_tracing.h
│ │ │ │ ├── [1000] fields_require_tracing.txt
│ │ │ │ ├── [1.2K] finalize_after_dispatch.cpp
│ │ │ │ ├── [1.7K] finalize_after_dispatch.h
│ │ │ │ ├── [ 924] finalize_after_dispatch.txt
│ │ │ │ ├── [ 418] garbage_collected_mixin.cpp
│ │ │ │ ├── [ 633] garbage_collected_mixin.h
│ │ │ │ ├── [ 455] garbage_collected_mixin.txt
│ │ │ │ ├── [4.0K] heap
│ │ │ │ │ └── [7.6K] stubs.h
│ │ │ │ ├── [ 415] ignore_class.cpp
│ │ │ │ ├── [ 890] ignore_class.h
│ │ │ │ ├── [ 264] ignore_class.txt
│ │ │ │ ├── [ 323] ignore_fields.cpp
│ │ │ │ ├── [ 987] ignore_fields.h
│ │ │ │ ├── [ 265] ignore_fields.txt
│ │ │ │ ├── [ 311] inner_class.cpp
│ │ │ │ ├── [ 459] inner_class.h
│ │ │ │ ├── [ 302] inner_class.txt
│ │ │ │ ├── [ 220] left_most_gc_base.cpp
│ │ │ │ ├── [ 943] left_most_gc_base.h
│ │ │ │ ├── [1009] left_most_gc_base.txt
│ │ │ │ ├── [ 502] make_unique_gc_object.cpp
│ │ │ │ ├── [ 621] make_unique_gc_object.h
│ │ │ │ ├── [1.2K] make_unique_gc_object.txt
│ │ │ │ ├── [ 477] member_in_offheap_class.cpp
│ │ │ │ ├── [1.1K] member_in_offheap_class.h
│ │ │ │ ├── [1.0K] member_in_offheap_class.txt
│ │ │ │ ├── [ 376] non_virtual_trace.cpp
│ │ │ │ ├── [ 587] non_virtual_trace.h
│ │ │ │ ├── [ 752] non_virtual_trace.txt
│ │ │ │ ├── [ 438] optional_gc_object.cpp
│ │ │ │ ├── [ 612] optional_gc_object.h
│ │ │ │ ├── [ 804] optional_gc_object.txt
│ │ │ │ ├── [ 295] part_object_to_gc_derived_class.cpp
│ │ │ │ ├── [ 447] part_object_to_gc_derived_class.h
│ │ │ │ ├── [ 357] part_object_to_gc_derived_class.txt
│ │ │ │ ├── [ 313] persistent_field_in_gc_managed_class.cpp
│ │ │ │ ├── [ 688] persistent_field_in_gc_managed_class.h
│ │ │ │ ├── [2.1K] persistent_field_in_gc_managed_class.txt
│ │ │ │ ├── [ 361] persistent_no_trace.cpp
│ │ │ │ ├── [ 521] persistent_no_trace.h
│ │ │ │ ├── [ 534] persistent_no_trace.txt
│ │ │ │ ├── [ 413] polymorphic_class_with_non_virtual_trace.cpp
│ │ │ │ ├── [1.4K] polymorphic_class_with_non_virtual_trace.h
│ │ │ │ ├── [ 573] polymorphic_class_with_non_virtual_trace.txt
│ │ │ │ ├── [ 220] pure_virtual_trace.cpp
│ │ │ │ ├── [ 370] pure_virtual_trace.h
│ │ │ │ ├── [ 247] pure_virtual_trace.txt
│ │ │ │ ├── [ 303] raw_ptr_to_gc_managed_class.cpp
│ │ │ │ ├── [ 309] raw_ptr_to_gc_managed_class_error.cpp
│ │ │ │ ├── [ 8] raw_ptr_to_gc_managed_class_error.flags
│ │ │ │ ├── [ 616] raw_ptr_to_gc_managed_class_error.h
│ │ │ │ ├── [ 866] raw_ptr_to_gc_managed_class_error.txt
│ │ │ │ ├── [ 604] raw_ptr_to_gc_managed_class.h
│ │ │ │ ├── [ 836] raw_ptr_to_gc_managed_class.txt
│ │ │ │ ├── [ 267] ref_ptr_to_gc_managed_class.cpp
│ │ │ │ ├── [ 576] ref_ptr_to_gc_managed_class.h
│ │ │ │ ├── [ 681] ref_ptr_to_gc_managed_class.txt
│ │ │ │ ├── [ 238] register_weak_members_template.cpp
│ │ │ │ ├── [ 769] register_weak_members_template.h
│ │ │ │ ├── [ 369] register_weak_members_template.txt
│ │ │ │ ├── [ 403] stack_allocated.cpp
│ │ │ │ ├── [1.2K] stack_allocated.h
│ │ │ │ ├── [1.8K] stack_allocated.txt
│ │ │ │ ├── [ 607] templated_class_with_local_class_requires_trace.cpp
│ │ │ │ ├── [1.1K] templated_class_with_local_class_requires_trace.h
│ │ │ │ ├── [1.5K] templated_class_with_local_class_requires_trace.txt
│ │ │ │ ├── [2.2K] test.py
│ │ │ │ ├── [1.1K] trace_after_dispatch.cpp
│ │ │ │ ├── [1.0K] trace_after_dispatch.h
│ │ │ │ ├── [1.2K] trace_after_dispatch_impl.cpp
│ │ │ │ ├── [1.2K] trace_after_dispatch_impl_error.cpp
│ │ │ │ ├── [1.6K] trace_after_dispatch_impl_error.h
│ │ │ │ ├── [2.1K] trace_after_dispatch_impl_error.txt
│ │ │ │ ├── [1.6K] trace_after_dispatch_impl.h
│ │ │ │ ├── [ 0] trace_after_dispatch_impl.txt
│ │ │ │ ├── [ 574] trace_after_dispatch.txt
│ │ │ │ ├── [ 265] trace_collections.cpp
│ │ │ │ ├── [1.4K] trace_collections.h
│ │ │ │ ├── [3.2K] trace_collections.txt
│ │ │ │ ├── [ 368] trace_if_needed.cpp
│ │ │ │ ├── [ 586] trace_if_needed.h
│ │ │ │ ├── [ 290] trace_if_needed.txt
│ │ │ │ ├── [ 385] traceimpl.cpp
│ │ │ │ ├── [ 325] traceimpl_dependent_scope.cpp
│ │ │ │ ├── [ 843] traceimpl_dependent_scope.h
│ │ │ │ ├── [ 263] traceimpl_dependent_scope.txt
│ │ │ │ ├── [ 240] traceimpl_derived_from_templated_base.cpp
│ │ │ │ ├── [ 732] traceimpl_derived_from_templated_base.h
│ │ │ │ ├── [ 0] traceimpl_derived_from_templated_base.txt
│ │ │ │ ├── [ 400] traceimpl_error.cpp
│ │ │ │ ├── [1.2K] traceimpl_error.h
│ │ │ │ ├── [1006] traceimpl_error.txt
│ │ │ │ ├── [ 997] traceimpl.h
│ │ │ │ ├── [ 231] traceimpl_omitted_trace.cpp
│ │ │ │ ├── [ 827] traceimpl_omitted_trace.h
│ │ │ │ ├── [ 0] traceimpl_omitted_trace.txt
│ │ │ │ ├── [ 404] traceimpl_overloaded.cpp
│ │ │ │ ├── [ 433] traceimpl_overloaded_error.cpp
│ │ │ │ ├── [1.0K] traceimpl_overloaded_error.h
│ │ │ │ ├── [1.5K] traceimpl_overloaded_error.txt
│ │ │ │ ├── [1013] traceimpl_overloaded.h
│ │ │ │ ├── [ 0] traceimpl_overloaded.txt
│ │ │ │ ├── [ 0] traceimpl.txt
│ │ │ │ ├── [ 749] trace_templated_super.cpp
│ │ │ │ ├── [ 994] trace_templated_super.h
│ │ │ │ ├── [ 292] trace_templated_super.txt
│ │ │ │ ├── [ 278] unique_ptr_to_gc_managed_class.cpp
│ │ │ │ ├── [ 634] unique_ptr_to_gc_managed_class.h
│ │ │ │ ├── [ 928] unique_ptr_to_gc_managed_class.txt
│ │ │ │ ├── [ 588] virtual_and_trace_after_dispatch.cpp
│ │ │ │ ├── [ 667] virtual_and_trace_after_dispatch.h
│ │ │ │ ├── [ 554] virtual_and_trace_after_dispatch.txt
│ │ │ │ ├── [ 807] weak_fields_require_tracing.cpp
│ │ │ │ ├── [ 639] weak_fields_require_tracing.h
│ │ │ │ └── [ 597] weak_fields_require_tracing.txt
│ │ │ └── [2.1K] TracingStatus.h
│ │ ├── [2.0K] CMakeLists.txt
│ │ ├── [4.0K] empty_string
│ │ │ ├── [ 397] CMakeLists.txt
│ │ │ ├── [7.5K] EmptyStringConverter.cpp
│ │ │ └── [4.0K] tests
│ │ │ ├── [1.3K] test-expected.cc
│ │ │ └── [1.3K] test-original.cc
│ │ ├── [ 139] OWNERS
│ │ ├── [4.0K] pass_to_move
│ │ │ ├── [ 415] CMakeLists.txt
│ │ │ ├── [4.0K] PassToMove.cpp
│ │ │ └── [4.0K] tests
│ │ │ ├── [1.1K] test-expected.cc
│ │ │ └── [1.0K] test-original.cc
│ │ ├── [4.0K] plugins
│ │ │ ├── [8.0K] CheckIPCVisitor.cpp
│ │ │ ├── [3.3K] CheckIPCVisitor.h
│ │ │ ├── [8.0K] ChromeClassTester.cpp
│ │ │ ├── [3.2K] ChromeClassTester.h
│ │ │ ├── [1.3K] CMakeLists.txt
│ │ │ ├── [2.0K] FindBadConstructsAction.cpp
│ │ │ ├── [ 929] FindBadConstructsAction.h
│ │ │ ├── [ 42K] FindBadConstructsConsumer.cpp
│ │ │ ├── [5.5K] FindBadConstructsConsumer.h
│ │ │ ├── [ 469] Options.h
│ │ │ ├── [ 20] OWNERS
│ │ │ ├── [ 193] README.chromium
│ │ │ ├── [1.9K] SuppressibleDiagnosticBuilder.h
│ │ │ ├── [4.0K] tests
│ │ │ │ ├── [1.7K] auto_raw_pointer.cpp
│ │ │ │ ├── [2.6K] auto_raw_pointer.txt
│ │ │ │ ├── [1.9K] base_refcounted.cpp
│ │ │ │ ├── [ 67] base_refcounted.flags
│ │ │ │ ├── [5.3K] base_refcounted.h
│ │ │ │ ├── [5.7K] base_refcounted.txt
│ │ │ │ ├── [ 661] blacklisted_dirs.cpp
│ │ │ │ ├── [ 904] blacklisted_dirs.txt
│ │ │ │ ├── [ 206] class_with_incomplete_type.cpp
│ │ │ │ ├── [ 466] class_with_incomplete_type.h
│ │ │ │ ├── [ 260] class_with_incomplete_type.txt
│ │ │ │ ├── [ 874] enum_max_value.cpp
│ │ │ │ ├── [ 69] enum_max_value.flags
│ │ │ │ ├── [ 371] enum_max_value.txt
│ │ │ │ ├── [ 200] inline_copy_ctor.cpp
│ │ │ │ ├── [ 313] inline_copy_ctor.h
│ │ │ │ ├── [ 201] inline_copy_ctor.txt
│ │ │ │ ├── [ 779] inline_ctor.cpp
│ │ │ │ ├── [2.4K] inline_ctor.h
│ │ │ │ ├── [1.0K] inline_ctor.txt
│ │ │ │ ├── [9.7K] ipc.cpp
│ │ │ │ ├── [ 73] ipc.flags
│ │ │ │ ├── [ 10K] ipc.txt
│ │ │ │ ├── [ 442] missing_ctor.cpp
│ │ │ │ ├── [ 452] missing_ctor_dllexport.cpp
│ │ │ │ ├── [ 22] missing_ctor_dllexport.flags
│ │ │ │ ├── [1.4K] missing_ctor_dllexport.h
│ │ │ │ ├── [ 734] missing_ctor_dllexport.txt
│ │ │ │ ├── [1.7K] missing_ctor.h
│ │ │ │ ├── [ 312] missing_ctor_ignored_base.cpp
│ │ │ │ ├── [1.2K] missing_ctor_ignored_base.h
│ │ │ │ ├── [ 0] missing_ctor_ignored_base.txt
│ │ │ │ ├── [ 746] missing_ctor.txt
│ │ │ │ ├── [ 208] nested_class_inline_ctor.cpp
│ │ │ │ ├── [ 440] nested_class_inline_ctor.h
│ │ │ │ ├── [ 317] nested_class_inline_ctor.txt
│ │ │ │ ├── [2.0K] overridden_methods.cpp
│ │ │ │ ├── [2.7K] overridden_methods.h
│ │ │ │ ├── [10.0K] overridden_methods.txt
│ │ │ │ ├── [4.0K] system
│ │ │ │ │ ├── [ 444] string
│ │ │ │ │ ├── [ 395] vector
│ │ │ │ │ └── [ 604] windows.h
│ │ │ │ ├── [1.5K] test.py
│ │ │ │ ├── [ 667] trivial_ctor.cpp
│ │ │ │ ├── [ 531] trivial_ctor.h
│ │ │ │ ├── [ 0] trivial_ctor.txt
│ │ │ │ ├── [ 539] virtual_base_method_also_final.cpp
│ │ │ │ ├── [ 341] virtual_base_method_also_final.txt
│ │ │ │ ├── [1.1K] virtual_bodies.cpp
│ │ │ │ ├── [1.4K] virtual_bodies.h
│ │ │ │ ├── [ 274] virtual_bodies.txt
│ │ │ │ ├── [2.7K] virtual_specifiers.cpp
│ │ │ │ ├── [3.6K] virtual_specifiers.txt
│ │ │ │ ├── [1.8K] weak_ptr_factory.cpp
│ │ │ │ ├── [ 389] weak_ptr_factory.h
│ │ │ │ └── [1.0K] weak_ptr_factory.txt
│ │ │ ├── [1.1K] Util.cpp
│ │ │ └── [ 549] Util.h
│ │ ├── [4.0K] pylib
│ │ │ ├── [4.0K] clang
│ │ │ │ ├── [3.6K] compile_db.py
│ │ │ │ ├── [ 162] __init__.py
│ │ │ │ └── [3.9K] plugin_testing.py
│ │ │ └── [ 162] __init__.py
│ │ ├── [4.0K] rewrite_scoped_refptr
│ │ │ ├── [ 451] CMakeLists.txt
│ │ │ ├── [ 18K] RewriteScopedRefptr.cpp
│ │ │ └── [4.0K] tests
│ │ │ ├── [ 406] const-scoped_refptr&-to-raw-adds-get-expected.cc
│ │ │ ├── [ 400] const-scoped_refptr&-to-raw-adds-get-original.cc
│ │ │ ├── [ 677] gtest-expected.cc
│ │ │ ├── [ 605] gtest-original.cc
│ │ │ ├── [ 457] local-returned-as-raw-expected.cc
│ │ │ ├── [ 429] local-returned-as-raw-original.cc
│ │ │ ├── [ 758] logging-checks-expected.cc
│ │ │ ├── [ 722] logging-checks-original.cc
│ │ │ ├── [ 541] ref-to-local-returned-as-raw-expected.cc
│ │ │ ├── [ 541] ref-to-local-returned-as-raw-original.cc
│ │ │ ├── [1.0K] scoped_refptr.h
│ │ │ ├── [ 421] temp-assigned-to-field-init-expected.cc
│ │ │ ├── [ 407] temp-assigned-to-field-init-original.cc
│ │ │ ├── [ 549] temp-assigned-to-raw-var-expected.cc
│ │ │ ├── [ 535] temp-assigned-to-raw-var-original.cc
│ │ │ ├── [ 565] temp-bool-test-expected.cc
│ │ │ ├── [ 565] temp-bool-test-original.cc
│ │ │ ├── [ 719] temp-passed-as-raw-arg-expected.cc
│ │ │ ├── [ 719] temp-passed-as-raw-arg-original.cc
│ │ │ ├── [ 573] temp-returned-as-raw-expected.cc
│ │ │ ├── [ 545] temp-returned-as-raw-original.cc
│ │ │ ├── [ 335] test10-expected.cc
│ │ │ ├── [ 329] test10-original.cc
│ │ │ ├── [ 540] test11-expected.cc
│ │ │ ├── [ 528] test11-original.cc
│ │ │ ├── [1.1K] test12-expected.cc
│ │ │ ├── [1.1K] test12-original.cc
│ │ │ ├── [ 495] test3-expected.cc
│ │ │ ├── [ 489] test3-original.cc
│ │ │ ├── [ 453] test4-expected.cc
│ │ │ ├── [ 447] test4-original.cc
│ │ │ ├── [ 512] test5-expected.cc
│ │ │ ├── [ 506] test5-original.cc
│ │ │ ├── [ 556] test6-expected.cc
│ │ │ ├── [ 556] test6-original.cc
│ │ │ ├── [ 521] test7-expected.cc
│ │ │ ├── [ 515] test7-original.cc
│ │ │ ├── [ 659] test8-expected.cc
│ │ │ ├── [ 653] test8-original.cc
│ │ │ ├── [1.0K] test9-expected.cc
│ │ │ └── [1.0K] test9-original.cc
│ │ ├── [4.0K] rewrite_to_chrome_style
│ │ │ ├── [ 476] CMakeLists.txt
│ │ │ ├── [1.9K] EditTracker.cpp
│ │ │ ├── [1.6K] EditTracker.h
│ │ │ ├── [ 81] OWNERS
│ │ │ ├── [ 76K] RewriteToChromeStyle.cpp
│ │ │ └── [4.0K] tests
│ │ │ ├── [ 342] blocked_methods.txt
│ │ │ ├── [ 376] bool-is-macro-expected.cc
│ │ │ ├── [ 374] bool-is-macro-original.cc
│ │ │ ├── [2.0K] constants-expected.cc
│ │ │ ├── [2.0K] constants-original.cc
│ │ │ ├── [1.8K] enums-expected.cc
│ │ │ ├── [1.8K] enums-original.cc
│ │ │ ├── [5.5K] fields-expected.cc
│ │ │ ├── [5.4K] fields-original.cc
│ │ │ ├── [1.9K] functions-expected.cc
│ │ │ ├── [1.9K] functions-original.cc
│ │ │ ├── [1.4K] function-templates-expected.cc
│ │ │ ├── [1.4K] function-templates-original.cc
│ │ │ ├── [4.0K] gen
│ │ │ │ └── [ 254] thing.h
│ │ │ ├── [ 384] generated-expected.cc
│ │ │ ├── [ 384] generated-original.cc
│ │ │ ├── [1.0K] gmock-expected.cc
│ │ │ ├── [1.0K] gmock-original.cc
│ │ │ ├── [2.8K] macros-expected.cc
│ │ │ ├── [2.8K] macros-original.cc
│ │ │ ├── [9.1K] methods-expected.cc
│ │ │ ├── [9.0K] methods-original.cc
│ │ │ ├── [1.0K] namespaces-expected.cc
│ │ │ ├── [1.0K] namespaces-original.cc
│ │ │ ├── [ 440] operators-expected.cc
│ │ │ ├── [ 440] operators-original.cc
│ │ │ ├── [ 51] run_tool.args
│ │ │ ├── [8.9K] template-expected.cc
│ │ │ ├── [8.9K] template-original.cc
│ │ │ ├── [1.1K] variables-expected.cc
│ │ │ ├── [1.0K] variables-original.cc
│ │ │ ├── [ 431] wtf-expected.cc
│ │ │ └── [ 426] wtf-original.cc
│ │ ├── [4.0K] scripts
│ │ │ ├── [6.7K] apply_edits.py
│ │ │ ├── [3.2K] apply_fixits.py
│ │ │ ├── [2.8K] build_file.py
│ │ │ ├── [ 909] download_lld_mac.py
│ │ │ ├── [1.3K] download_objdump.py
│ │ │ ├── [1.7K] extract_edits.py
│ │ │ ├── [1.4K] generate_compdb.py
│ │ │ ├── [ 18K] package.py
│ │ │ ├── [ 13K] run_tool.py
│ │ │ ├── [8.4K] test_tool.py
│ │ │ ├── [ 35K] update.py
│ │ │ └── [3.1K] upload_revision.py
│ │ ├── [4.0K] traffic_annotation_extractor
│ │ │ ├── [ 481] CMakeLists.txt
│ │ │ ├── [2.6K] README.md
│ │ │ ├── [4.0K] tests
│ │ │ │ ├── [1.7K] dummy_classes.h
│ │ │ │ ├── [2.9K] test-expected.txt
│ │ │ │ └── [3.7K] test-original.cc
│ │ │ └── [ 18K] traffic_annotation_extractor.cpp
│ │ ├── [4.0K] translation_unit
│ │ │ ├── [ 413] CMakeLists.txt
│ │ │ ├── [4.0K] test_files
│ │ │ │ ├── [ 441] binomial.h
│ │ │ │ ├── [ 421] compile_commands.json.template
│ │ │ │ ├── [ 65] includes_self.cc
│ │ │ │ ├── [ 17] includes_self.cc.filepaths.expected
│ │ │ │ ├── [4.0K] sysroot
│ │ │ │ │ ├── [ 923] README
│ │ │ │ │ └── [4.0K] usr
│ │ │ │ │ ├── [4.0K] include
│ │ │ │ │ │ └── [4.0K] c++
│ │ │ │ │ │ └── [4.0K] 4.6
│ │ │ │ │ │ └── [ 0] string
│ │ │ │ │ └── [4.0K] lib
│ │ │ │ │ └── [4.0K] gcc
│ │ │ │ │ └── [4.0K] x86_64-linux-gnu
│ │ │ │ │ └── [4.0K] 4.6
│ │ │ │ │ └── [ 0] crtbegin.o
│ │ │ │ ├── [ 552] test.cc
│ │ │ │ ├── [ 41] test.cc.filepaths.expected
│ │ │ │ ├── [ 591] test.h
│ │ │ │ ├── [ 188] test_relative_sysroot.cc
│ │ │ │ └── [ 34] test_relative_sysroot.cc.filepaths.expected
│ │ │ ├── [3.8K] test_translation_unit.py
│ │ │ └── [ 10K] TranslationUnitGenerator.cpp
│ │ └── [4.0K] value_cleanup
│ │ ├── [ 440] CMakeLists.txt
│ │ ├── [4.0K] tests
│ │ │ ├── [ 966] listvalue-expected.cc
│ │ │ ├── [ 891] listvalue-original.cc
│ │ │ └── [ 914] values.h
│ │ ├── [2.3K] ValueCleanup.cpp
│ │ ├── [1.9K] ValueRewriter.cpp
│ │ └── [1.4K] ValueRewriter.h
│ ├── [4.0K] clusterfuzz
│ │ ├── [ 563] BUILD.gn
│ │ ├── [ 376] PRESUBMIT.py
│ │ ├── [4.0K] testdata
│ │ │ ├── [1.2K] failure_output.txt
│ │ │ ├── [ 238] fuzz-123.js
│ │ │ ├── [ 289] test_d8_1.py
│ │ │ ├── [ 287] test_d8_2.py
│ │ │ ├── [ 291] test_d8_3.py
│ │ │ └── [ 26] v8_build_config.json
│ │ ├── [1.5K] v8_commands.py
│ │ ├── [3.0K] v8_foozzie_harness_adjust.js
│ │ ├── [ 11K] v8_foozzie.py
│ │ ├── [3.9K] v8_foozzie_test.py
│ │ ├── [1.6K] v8_fuzz_config.py
│ │ ├── [2.0K] v8_mock_archs.js
│ │ ├── [4.0K] v8_mock.js
│ │ ├── [1002] v8_suppressions.js
│ │ └── [9.7K] v8_suppressions.py
│ ├── [9.0K] codemap.js
│ ├── [ 864] collect_deprecation_stats.sh
│ ├── [3.5K] compare-table-gen.js
│ ├── [2.8K] concatenate-files.py
│ ├── [3.1K] consarray.js
│ ├── [1.5K] cpu.sh
│ ├── [2.4K] cross_build_gcc.sh
│ ├── [3.7K] csvparser.js
│ ├── [ 135] DEPS
│ ├── [2.0K] detect-builtins.js
│ ├── [4.0K] dev
│ │ ├── [2.1K] gen-tags.py
│ │ ├── [ 12K] gm.py
│ │ └── [ 10K] v8gen.py
│ ├── [3.8K] disasm.py
│ ├── [4.3K] draw_instruction_graph.sh
│ ├── [1.3K] dumpcpp-driver.js
│ ├── [1.8K] dumpcpp.js
│ ├── [2.0K] dump-cpp.py
│ ├── [6.6K] eval_gc_nvp.py
│ ├── [3.3K] eval_gc_time.sh
│ ├── [3.2K] find-commit-for-patch.py
│ ├── [1.4K] find_depot_tools.py
│ ├── [ 256] freebsd-tick-processor
│ ├── [3.7K] fuzz-harness.sh
│ ├── [4.0K] gcmole
│ │ ├── [4.3K] bootstrap.sh
│ │ ├── [ 996] BUILD.gn
│ │ ├── [2.3K] gccause.lua
│ │ ├── [ 36K] gcmole.cc
│ │ ├── [ 14K] gcmole.lua
│ │ ├── [ 40] gcmole-tools.tar.gz.sha1
│ │ ├── [2.2K] Makefile
│ │ ├── [1.4K] parallel.py
│ │ ├── [2.2K] README
│ │ └── [1.1K] run-gcmole.py
│ ├── [ 710] gc_nvp_common.py
│ ├── [ 759] gc-nvp-to-csv.py
│ ├── [ 11K] gc-nvp-trace-processor.py
│ ├── [3.9K] gdbinit
│ ├── [7.0K] gdb-v8-support.py
│ ├── [4.5K] generate-builtins-tests.py
│ ├── [5.1K] generate-header-include-checks.py
│ ├── [4.0K] generate_shim_headers
│ │ └── [4.6K] generate_shim_headers.py
│ ├── [ 10K] generate-ten-powers.scm
│ ├── [ 15K] gen-inlining-tests.py
│ ├── [ 26K] gen-postmortem-metadata.py
│ ├── [1.6K] get_landmines.py
│ ├── [133K] grokdump.py
│ ├── [4.0K] heap-stats
│ │ ├── [6.2K] categories.js
│ │ ├── [2.9K] details-selection.html
│ │ ├── [ 13K] details-selection.js
│ │ ├── [ 441] global-timeline.html
│ │ ├── [6.5K] global-timeline.js
│ │ ├── [ 601] helper.js
│ │ ├── [ 498] histogram-viewer.html
│ │ ├── [5.3K] histogram-viewer.js
│ │ ├── [2.9K] index.html
│ │ ├── [3.4K] model.js
│ │ ├── [ 563] README.md
│ │ ├── [1.5K] trace-file-reader.html
│ │ └── [ 11K] trace-file-reader.js
│ ├── [ 11K] ic-explorer.html
│ ├── [1.1K] ic-processor
│ ├── [1000] ic-processor-driver.js
│ ├── [5.0K] ic-processor.js
│ ├── [4.0K] ignition
│ │ ├── [9.0K] bytecode_dispatches_report.py
│ │ ├── [2.0K] bytecode_dispatches_report_test.py
│ │ ├── [4.9K] linux_perf_bytecode_annotate.py
│ │ ├── [2.2K] linux_perf_bytecode_annotate_test.py
│ │ ├── [7.9K] linux_perf_report.py
│ │ └── [5.2K] linux_perf_report_test.py
│ ├── [ 18K] js2c.py
│ ├── [4.0K] jsfunfuzz
│ │ ├── [ 419] BUILD.gn
│ │ ├── [2.4K] fuzz-harness.sh
│ │ └── [ 40] jsfunfuzz.tar.gz.sha1
│ ├── [ 11K] jsmin.py
│ ├── [4.0K] link_clicker.extension
│ │ ├── [2.0K] background.js
│ │ ├── [1.8K] content.js
│ │ ├── [ 230] icon.png
│ │ ├── [ 540] manifest.json
│ │ ├── [1.1K] popup.html
│ │ ├── [1.5K] popup.js
│ │ └── [ 609] README.txt
│ ├── [1.1K] linux-tick-processor
│ ├── [3.8K] lldb_commands.py
│ ├── [ 32K] ll_prof.py
│ ├── [6.6K] logreader.js
│ ├── [4.0K] luci-go
│ │ ├── [4.0K] linux64
│ │ │ ├── [ 11M] isolate
│ │ │ └── [ 41] isolate.sha1
│ │ ├── [4.0K] mac64
│ │ │ └── [ 41] isolate.sha1
│ │ ├── [ 62] OWNERS
│ │ ├── [ 138] README.md
│ │ └── [4.0K] win64
│ │ └── [ 41] isolate.exe.sha1
│ ├── [ 812] mac-nm
│ ├── [ 192] mac-tick-processor
│ ├── [1.5K] Makefile.tags
│ ├── [1.1K] map-processor
│ ├── [1003] map-processor-driver.js
│ ├── [ 33K] map-processor.html
│ ├── [ 16K] map-processor.js
│ ├── [4.0K] mb
│ │ ├── [4.0K] docs
│ │ │ ├── [ 17K] design_spec.md
│ │ │ ├── [ 115] README.md
│ │ │ └── [ 13K] user_guide.md
│ │ ├── [ 270] mb
│ │ ├── [ 133] mb.bat
│ │ ├── [ 43K] mb.py
│ │ ├── [ 21K] mb_unittest.py
│ │ ├── [ 65] OWNERS
│ │ ├── [1.3K] PRESUBMIT.py
│ │ └── [ 820] README.md
│ ├── [4.0K] memory
│ │ ├── [4.0K] asan
│ │ │ ├── [ 220] blacklist.txt
│ │ │ └── [ 220] blacklist_win.txt
│ │ └── [4.0K] tsan_v2
│ │ └── [ 274] ignores.txt
│ ├── [ 40] mips_toolchain.tar.gz.sha1
│ ├── [4.0K] msan
│ │ └── [ 220] blacklist.txt
│ ├── [4.0K] ninja
│ │ └── [1.4K] ninja_output.py
│ ├── [4.0K] node
│ │ ├── [4.1K] backport_node.py
│ │ ├── [4.6K] build_gn.py
│ │ ├── [3.1K] fetch_deps.py
│ │ ├── [1.6K] node_common.py
│ │ ├── [2.2K] test_backport_node.py
│ │ ├── [4.0K] testdata
│ │ │ ├── [4.0K] node
│ │ │ │ └── [4.0K] deps
│ │ │ │ └── [4.0K] v8
│ │ │ │ ├── [4.0K] baz
│ │ │ │ │ ├── [ 4] delete_me
│ │ │ │ │ └── [ 4] v8_foo
│ │ │ │ ├── [ 4] delete_me
│ │ │ │ ├── [4.0K] include
│ │ │ │ │ └── [ 772] v8-version.h
│ │ │ │ └── [ 4] v8_foo
│ │ │ └── [4.0K] v8
│ │ │ ├── [4.0K] base
│ │ │ │ └── [4.0K] trace_event
│ │ │ │ └── [4.0K] common
│ │ │ │ └── [ 0] common
│ │ │ ├── [4.0K] baz
│ │ │ │ ├── [ 4] v8_foo
│ │ │ │ └── [ 4] v8_new
│ │ │ ├── [4.0K] new
│ │ │ │ └── [ 4] v8_new
│ │ │ ├── [4.0K] testing
│ │ │ │ └── [4.0K] gtest
│ │ │ │ ├── [4.0K] baz
│ │ │ │ │ ├── [ 4] gtest_foo
│ │ │ │ │ └── [ 4] gtest_new
│ │ │ │ ├── [ 4] gtest_bar
│ │ │ │ ├── [ 4] gtest_new
│ │ │ │ └── [4.0K] new
│ │ │ │ └── [ 4] gtest_new
│ │ │ ├── [4.0K] third_party
│ │ │ │ ├── [4.0K] jinja2
│ │ │ │ │ └── [ 0] jinja2
│ │ │ │ └── [4.0K] markupsafe
│ │ │ │ └── [ 0] markupsafe
│ │ │ ├── [ 4] v8_foo
│ │ │ └── [ 4] v8_new
│ │ ├── [3.9K] test_update_node.py
│ │ └── [6.8K] update_node.py
│ ├── [2.9K] objdump-v8
│ ├── [ 24] OWNERS
│ ├── [1.2K] parse-processor
│ ├── [1010] parse-processor-driver.js
│ ├── [ 12K] parse-processor.html
│ ├── [ 36K] parse-processor.js
│ ├── [4.0K] perf
│ │ └── [5.0K] statistics-for-json.R
│ ├── [ 12K] perf-compare.py
│ ├── [9.1K] perf-to-html.py
│ ├── [2.6K] plot-timer-events
│ ├── [2.1K] predictable_wrapper.py
│ ├── [ 28K] profile.js
│ ├── [6.2K] profile_view.js
│ ├── [4.0K] profview
│ │ ├── [2.4K] index.html
│ │ ├── [ 17K] profile-utils.js
│ │ ├── [ 978] profview.css
│ │ └── [ 38K] profview.js
│ ├── [4.0K] profviz
│ │ ├── [ 20K] composer.js
│ │ ├── [3.4M] gnuplot-4.6.3-emscripten.js
│ │ ├── [2.9K] profviz.css
│ │ ├── [5.2K] profviz.html
│ │ ├── [7.3K] profviz.js
│ │ ├── [2.6K] stdio.js
│ │ └── [5.7K] worker.js
│ ├── [4.0K] release
│ │ ├── [3.7K] auto_push.py
│ │ ├── [8.1K] auto_roll.py
│ │ ├── [5.7K] auto_tag.py
│ │ ├── [5.4K] check_clusterfuzz.py
│ │ ├── [ 29K] common_includes.py
│ │ ├── [9.8K] create_release.py
│ │ ├── [2.8K] filter_build_files.py
│ │ ├── [9.5K] git_recipes.py
│ │ ├── [4.8K] mergeinfo.py
│ │ ├── [9.8K] merge_to_branch.py
│ │ ├── [ 373] PRESUBMIT.py
│ │ ├── [ 14K] push_to_candidates.py
│ │ ├── [ 10K] roll_merge.py
│ │ ├── [2.2K] script_test.py
│ │ ├── [6.3K] search_related_commits.py
│ │ ├── [4.0K] testdata
│ │ │ └── [4.0K] v8
│ │ │ └── [4.0K] third_party
│ │ │ └── [4.0K] googletest
│ │ │ └── [4.0K] src
│ │ │ └── [4.0K] googletest
│ │ │ └── [4.0K] include
│ │ │ └── [4.0K] gtest
│ │ │ ├── [4.0K] baz
│ │ │ │ └── [ 0] gtest_new
│ │ │ ├── [ 0] gtest_new
│ │ │ ├── [ 11] gtest_prod.h
│ │ │ └── [4.0K] new
│ │ │ └── [ 0] gtest_new
│ │ ├── [6.4K] test_mergeinfo.py
│ │ ├── [ 53K] test_scripts.py
│ │ └── [8.1K] test_search_related_commits.py
│ ├── [2.7K] run-llprof.sh
│ ├── [ 310] run-num-fuzzer.py
│ ├── [ 37K] run_perf.py
│ ├── [1.6K] run-perf.sh
│ ├── [ 349] run.py
│ ├── [ 329] run-tests.py
│ ├── [1.4K] run-tests.py.vpython
│ ├── [4.0K] sanitizers
│ │ ├── [ 15K] sancov_formatter.py
│ │ ├── [6.2K] sancov_formatter_test.py
│ │ ├── [7.6K] sancov_merger.py
│ │ ├── [2.2K] sancov_merger_test.py
│ │ ├── [ 349] sanitize_pcs.py
│ │ └── [ 258] tsan_suppressions.txt
│ ├── [2.3K] shell-utils.h
│ ├── [4.0K] sodium
│ │ ├── [1.2K] index.html
│ │ ├── [ 14K] sodium.js
│ │ └── [1.4K] styles.css
│ ├── [ 13K] SourceMap.js
│ ├── [8.7K] splaytree.js
│ ├── [ 15K] stats-viewer.py
│ ├── [4.0K] testrunner
│ │ ├── [ 25K] base_runner.py
│ │ ├── [1.5K] __init__.py
│ │ ├── [4.0K] local
│ │ │ ├── [6.8K] android.py
│ │ │ ├── [8.1K] command.py
│ │ │ ├── [1.5K] __init__.py
│ │ │ ├── [2.3K] junit_output.py
│ │ │ ├── [8.8K] pool.py
│ │ │ ├── [1.8K] pool_unittest.py
│ │ │ ├── [ 11K] statusfile.py
│ │ │ ├── [4.1K] statusfile_unittest.py
│ │ │ ├── [7.3K] testsuite.py
│ │ │ ├── [3.2K] testsuite_unittest.py
│ │ │ ├── [5.1K] utils.py
│ │ │ ├── [1.7K] variants.py
│ │ │ └── [3.6K] verbose.py
│ │ ├── [8.6K] num_fuzzer.py
│ │ ├── [4.0K] objects
│ │ │ ├── [1.5K] __init__.py
│ │ │ ├── [2.4K] output.py
│ │ │ ├── [1.5K] predictable.py
│ │ │ └── [9.1K] testcase.py
│ │ ├── [4.0K] outproc
│ │ │ ├── [5.9K] base.py
│ │ │ ├── [ 164] __init__.py
│ │ │ ├── [1.7K] message.py
│ │ │ ├── [1.1K] mkgrokdump.py
│ │ │ ├── [ 751] mozilla.py
│ │ │ ├── [1.5K] test262.py
│ │ │ └── [ 520] webkit.py
│ │ ├── [ 386] PRESUBMIT.py
│ │ ├── [ 13K] standard_runner.py
│ │ ├── [ 909] test_config.py
│ │ ├── [4.0K] testproc
│ │ │ ├── [5.8K] base.py
│ │ │ ├── [3.4K] combiner.py
│ │ │ ├── [2.6K] execution.py
│ │ │ ├── [1.1K] expectation.py
│ │ │ ├── [2.4K] filter.py
│ │ │ ├── [8.5K] fuzzer.py
│ │ │ ├── [ 164] __init__.py
│ │ │ ├── [ 708] loader.py
│ │ │ ├── [ 11K] progress.py
│ │ │ ├── [1.8K] rerun.py
│ │ │ ├── [2.4K] result.py
│ │ │ ├── [1.9K] seed.py
│ │ │ ├── [ 872] shard.py
│ │ │ ├── [ 990] sigproc.py
│ │ │ ├── [ 682] timeout.py
│ │ │ └── [2.3K] variant.py
│ │ ├── [1.3K] trycatch_loader.js
│ │ └── [4.0K] utils
│ │ ├── [1.2K] dump_build_config_gyp.py
│ │ ├── [ 658] dump_build_config.py
│ │ ├── [ 164] __init__.py
│ │ └── [ 348] random_utils.py
│ ├── [3.0K] tickprocessor-driver.js
│ ├── [5.0K] tick-processor.html
│ ├── [ 30K] tickprocessor.js
│ ├── [4.0K] toolchain
│ │ └── [2.2K] BUILD.gn
│ ├── [4.0K] torque
│ │ ├── [ 995] format-torque.py
│ │ ├── [2.4K] make-torque-parser.py
│ │ ├── [4.0K] vim-torque
│ │ │ ├── [4.0K] ftdetect
│ │ │ │ └── [ 47] torque.vim
│ │ │ ├── [ 608] README.md
│ │ │ └── [4.0K] syntax
│ │ │ └── [3.0K] torque.vim
│ │ └── [4.0K] vscode-torque
│ │ ├── [ 447] language-configuration.json
│ │ ├── [ 687] package.json
│ │ ├── [ 389] README.md
│ │ └── [4.0K] syntaxes
│ │ └── [1.9K] torque.tmLanguage.json
│ ├── [4.7K] trace-maps-processor.py
│ ├── [3.8K] try_perf.py
│ ├── [4.0K] turbolizer
│ │ ├── [ 297] deploy.sh
│ │ ├── [2.8K] expand-all.jpg
│ │ ├── [3.6K] hide-selected.png
│ │ ├── [3.6K] hide-unselected.png
│ │ ├── [3.2K] index.html
│ │ ├── [4.5K] layout-icon.png
│ │ ├── [4.1K] left-arrow.png
│ │ ├── [3.6K] live.png
│ │ ├── [ 19] OWNERS
│ │ ├── [ 674] package.json
│ │ ├── [ 38K] package-lock.json
│ │ ├── [3.2K] README.md
│ │ ├── [2.7K] right-arrow.png
│ │ ├── [ 427] rollup.config.js
│ │ ├── [ 689] search2.png
│ │ ├── [3.7K] search.png
│ │ ├── [4.0K] src
│ │ │ ├── [9.8K] code-view.ts
│ │ │ ├── [1.1K] constants.ts
│ │ │ ├── [7.7K] disassembly-view.ts
│ │ │ ├── [2.8K] edge.ts
│ │ │ ├── [ 14K] graph-layout.ts
│ │ │ ├── [3.6K] graphmultiview.ts
│ │ │ ├── [ 29K] graph-view.ts
│ │ │ ├── [ 468] lang-disassembly.ts
│ │ │ ├── [4.9K] node.ts
│ │ │ ├── [6.7K] schedule-view.ts
│ │ │ ├── [2.3K] selection-broker.ts
│ │ │ ├── [ 727] selection-handler.ts
│ │ │ ├── [1.4K] selection.ts
│ │ │ ├── [ 16K] source-resolver.ts
│ │ │ ├── [8.5K] text-view.ts
│ │ │ ├── [ 11K] turbo-visualizer.ts
│ │ │ ├── [3.1K] util.ts
│ │ │ └── [ 971] view.ts
│ │ ├── [ 846] tsconfig.json
│ │ ├── [ 697] tsfmt.json
│ │ ├── [ 77K] turbolizer.png
│ │ ├── [9.0K] turbo-visualizer.css
│ │ ├── [ 753] types.png
│ │ └── [4.6K] upload-icon.png
│ ├── [1.6K] turbolizer-perf.py
│ ├── [4.0K] ubsan
│ │ ├── [ 96] blacklist.txt
│ │ └── [ 615] vptr_blacklist.txt
│ ├── [4.0K] unittests
│ │ ├── [1.5K] predictable_wrapper_test.py
│ │ ├── [ 416] PRESUBMIT.py
│ │ ├── [ 20K] run_perf_test.py
│ │ ├── [ 24K] run_tests_test.py
│ │ └── [4.0K] testdata
│ │ ├── [ 232] d8_mocked1.py
│ │ ├── [ 301] d8_mocked2.py
│ │ ├── [2.7K] expected_test_results1.json
│ │ ├── [1.9K] expected_test_results2.json
│ │ ├── [ 920] predictable_mocked.py
│ │ ├── [ 618] results_processor.py
│ │ ├── [ 216] test1.json
│ │ ├── [ 263] test2.json
│ │ ├── [ 335] test3.json
│ │ ├── [4.0K] testroot1
│ │ │ ├── [ 375] d8_mocked.py
│ │ │ ├── [4.0K] test
│ │ │ │ └── [4.0K] sweet
│ │ │ │ ├── [ 751] sweet.status
│ │ │ │ └── [ 744] testcfg.py
│ │ │ └── [ 443] v8_build_config.json
│ │ └── [4.0K] testroot2
│ │ ├── [ 810] d8_mocked.py
│ │ ├── [4.0K] test
│ │ │ └── [4.0K] sweet
│ │ │ ├── [ 169] sweet.status
│ │ │ └── [ 702] testcfg.py
│ │ └── [ 443] v8_build_config.json
│ ├── [ 16K] v8heapconst.py
│ ├── [ 20K] v8_presubmit.py
│ ├── [4.0K] v8.xcodeproj
│ │ └── [ 507] README.txt
│ ├── [4.0K] valgrind
│ │ └── [4.0K] asan
│ │ └── [ 151] dummy
│ ├── [4.0K] vim
│ │ └── [4.0K] ninja-build.vim
│ ├── [4.0K] visual_studio
│ │ └── [ 623] README.txt
│ ├── [4.0K] wasm
│ │ ├── [1.5K] update-wasm-fuzzers.sh
│ │ └── [1.5K] update-wasm-spec-tests.sh
│ ├── [ 409] whitespace.txt
│ └── [1.3K] windows-tick-processor.bat
├── [ 66] V8_MERGE_REVISION
└── [3.2K] WATCHLISTS
246 directories, 2621 files