v8/src
Alexei Filippov 0fbe27171e [inspector] Add extra debug code to investigate crbug/897816
BUG=chromium:897816

Change-Id: Ie28efcab73ccbcb6d8b1a7508b99aec59f3a3ae3
Reviewed-on: https://chromium-review.googlesource.com/c/1384795
Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
Commit-Queue: Alexei Filippov <alph@chromium.org>
Cr-Commit-Position: refs/heads/master@{#58383}
2018-12-20 01:34:11 +00:00
..
arm [cleanup] Fix include guards of simulators 2018-12-19 15:12:55 +00:00
arm64 [cleanup] Fix include guards of simulators 2018-12-19 15:12:55 +00:00
asmjs [objects.h splitting] Move HeapNumber to heap-number.h 2018-12-17 17:58:09 +00:00
ast [parser] Change how conflicting param and let in body declarations are detected 2018-12-19 17:10:57 +00:00
base [base] Remove redundant DISALLOW_COPY_AND_MOVE_AND_ASSIGN 2018-12-18 18:23:30 +00:00
builtins [cleanup][heap] Fix kPointerSize usages in src/heap/ 2018-12-19 19:58:20 +00:00
compiler [cleanup] Fix kPointerSize usages in src/compiler/ 2018-12-19 14:56:40 +00:00
compiler-dispatcher [ubsan] Port SharedFunctionInfo to the new design 2018-11-28 21:23:50 +00:00
debug [reland] Don't allocate feedback vectors and feedback metadata in lite mode 2018-12-19 14:29:30 +00:00
extensions [iwyu] Include heap-inl.h less. 2018-11-26 09:25:05 +00:00
heap [cleanup][heap] Fix kPointerSize usages in src/heap/ 2018-12-19 19:58:20 +00:00
ia32 [cleanup] Remove empty simulators for ia32 and x64 2018-12-19 15:17:45 +00:00
ic [assembler] Factor out Registers from assembler.h 2018-12-19 09:18:20 +00:00
inspector [inspector] Add extra debug code to investigate crbug/897816 2018-12-20 01:34:11 +00:00
interpreter [assembler] Factor out Registers from assembler.h 2018-12-19 09:18:20 +00:00
js Remove always-true --harmony-array-prototype-values flag 2018-12-19 20:48:56 +00:00
libplatform [base] Introduce MutexGuard as typedef for LockGuard<Mutex> 2018-10-12 15:44:51 +00:00
libsampler Reland "[cpu-profiler] Fix a bug which caused a pure virtual function call" 2018-10-25 09:58:21 +00:00
mips [cleanup] Fix include guards of simulators 2018-12-19 15:12:55 +00:00
mips64 [cleanup] Fix include guards of simulators 2018-12-19 15:12:55 +00:00
objects [dict] Remove HasKey from OrderedNameDictionary 2018-12-19 20:32:34 +00:00
parsing [parser] Build parameter initialization block before parsing the body 2018-12-19 17:54:36 +00:00
ppc [cleanup] Fix include guards of simulators 2018-12-19 15:12:55 +00:00
profiler [cleanup][heap] Fix kPointerSize usages in src/heap/ 2018-12-19 19:58:20 +00:00
regexp Make String::IsOneByteRepresentationUnderneath static 2018-12-11 21:27:01 +00:00
runtime [reland] Don't allocate feedback vectors and feedback metadata in lite mode 2018-12-19 14:29:30 +00:00
s390 [cleanup] Fix include guards of simulators 2018-12-19 15:12:55 +00:00
snapshot [heap] Optimize marking of descriptor arrays. 2018-12-19 16:49:06 +00:00
third_party [cleanup] Remove DCHECK from third_party 2018-08-08 10:47:16 +00:00
torque [base] Remove redundant DISALLOW_COPY_AND_MOVE_AND_ASSIGN 2018-12-18 18:23:30 +00:00
tracing [tracing] Escape UTF8 strings in JSON compliant form. 2018-10-31 17:46:52 +00:00
trap-handler [wasm] Fix linking issues in component builds 2018-11-30 10:58:43 +00:00
wasm [wasm] Deprecate reachability tracking in SsaEnv 2018-12-19 15:55:39 +00:00
x64 [cleanup] Remove empty simulators for ia32 and x64 2018-12-19 15:17:45 +00:00
zone [parser] Build parameter initialization block before parsing the body 2018-12-19 17:54:36 +00:00
accessors.cc [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
accessors.h [cleanup] Introduce ACCESSOR_INFO_ROOT_LIST 2018-09-24 11:03:26 +00:00
address-map.cc Clarify roots iteration 2018-10-16 08:42:30 +00:00
address-map.h [ubsan] Use Address type inside of IdentityMap and HandleBase 2018-10-19 00:30:52 +00:00
allocation-site-scopes-inl.h [iwyu] Fix allocation-site-scopes.h 2018-10-29 09:43:14 +00:00
allocation-site-scopes.h [ubsan] Port Struct subclasses, part 2 2018-12-14 20:43:54 +00:00
allocation.cc [c++11] Replace V8_ALIGNOF by alignof 2018-12-17 16:42:59 +00:00
allocation.h [heap] Be more precise when calculating allocated memory 2018-11-08 17:42:56 +00:00
api-arguments-inl.h [ubsan] Port Struct subclasses, part 9 2018-12-17 15:00:34 +00:00
api-arguments.cc [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
api-arguments.h [ubsan] Port Struct subclasses, part 9 2018-12-17 15:00:34 +00:00
api-inl.h [objects.h splitting] Move Foreign to foreign.h 2018-12-17 14:33:02 +00:00
api-natives.cc [ubsan] Port Struct subclasses, part 6 2018-12-17 11:34:43 +00:00
api-natives.h [objects.h splitting] Move InstanceType and -Checker 2018-11-26 15:18:55 +00:00
api.cc Move MicrotaskQueue-related flags to MtQ itself 2018-12-19 08:19:20 +00:00
api.h Move MicrotaskQueue-related flags to MtQ itself 2018-12-19 08:19:20 +00:00
arguments-inl.h [ubsan] Replace Object** in Arguments and friends 2018-11-07 04:05:30 +00:00
arguments.cc
arguments.h [ubsan] Let Runtime functions return a plain Address 2018-12-18 17:06:21 +00:00
asan.h
assembler-arch.h
assembler-inl.h
assembler.cc Reland "Reland "Reland "[code-comments] Put code comments into the code object""" 2018-12-13 22:35:55 +00:00
assembler.h [assembler] Factor out Registers from assembler.h 2018-12-19 09:18:20 +00:00
assert-scope.cc Add DUMP_ON_FAILURE and Platform::DumpWithoutCrash 2018-10-22 06:33:25 +00:00
assert-scope.h [Cleanup] String::GetChars() should take a DisallowHeapAllocation ref. 2018-12-04 16:07:46 +00:00
async-hooks-wrapper.cc [async-await] Fix INIT hook with --harmony-await-optimization 2018-10-15 14:36:56 +00:00
async-hooks-wrapper.h [async] Fix a crash when AsyncHooks is used in the proto of an object 2018-07-23 14:34:59 +00:00
bailout-reason.cc Reland "[turboassembler] Introduce hard-abort mode" 2018-07-24 15:58:46 +00:00
bailout-reason.h [reland] Don't allocate feedback vectors and feedback metadata in lite mode 2018-12-19 14:29:30 +00:00
basic-block-profiler.cc [base] Introduce MutexGuard as typedef for LockGuard<Mutex> 2018-10-12 15:44:51 +00:00
basic-block-profiler.h [cleanup] Refactor second batch of general classes to use default members. 2018-09-20 10:34:28 +00:00
bignum-dtoa.cc
bignum-dtoa.h
bignum.cc
bignum.h
bit-vector.cc
bit-vector.h [cleanup] Refactor second batch of general classes to use default members. 2018-09-20 10:34:28 +00:00
bootstrapper.cc Remove always-true --harmony-array-prototype-values flag 2018-12-19 20:48:56 +00:00
bootstrapper.h Remove vestiges of debug context. 2018-12-11 07:11:53 +00:00
boxed-float.h
cached-powers.cc
cached-powers.h
callable.h [cleanup] Remove empty and deprecated BASE_EMBEDDED macro 2018-09-11 09:33:18 +00:00
cancelable-task.cc Reland "Use std::atomic in Cancelable" 2018-11-09 14:19:42 +00:00
cancelable-task.h Fix compare_exchange for gcc 4.8 2018-11-12 10:47:53 +00:00
char-predicates-inl.h [cleanup] Make unicode predicate cache tables static 2018-11-14 15:33:45 +00:00
char-predicates.cc [cleanup] Make unicode predicate cache tables static 2018-11-14 15:33:45 +00:00
char-predicates.h [cleanup] Make unicode predicate cache tables static 2018-11-14 15:33:45 +00:00
checks.h [cleanup] Split out v8-internal.h from include/v8.h 2018-09-07 09:55:25 +00:00
code-comments.cc Reland "Reland "Reland "[code-comments] Put code comments into the code object""" 2018-12-13 22:35:55 +00:00
code-comments.h Reland "Reland "Reland "[code-comments] Put code comments into the code object""" 2018-12-13 22:35:55 +00:00
code-events.h [ubsan] Port SharedFunctionInfo to the new design 2018-11-28 21:23:50 +00:00
code-factory.cc [builtins] Associate ASM builtins with descriptors 2018-12-13 11:32:28 +00:00
code-factory.h [builtins] Remove InternalArray and reduce InternalPackedArray constructors. 2018-12-12 16:13:41 +00:00
code-reference.cc Reland "Reland "Reland "[code-comments] Put code comments into the code object""" 2018-12-13 22:35:55 +00:00
code-reference.h Reland "Reland "Reland "[code-comments] Put code comments into the code object""" 2018-12-13 22:35:55 +00:00
code-stub-assembler.cc [cleanup] Fix kPointerSize usages in src/wasm/ 2018-12-19 12:42:24 +00:00
code-stub-assembler.h [builtins] Port GetArgumentsFrameAndCount to Torque 2018-12-14 20:21:50 +00:00
code-tracer.h Reland "[wasm] Add a separate CodeTracer to the WasmEngine." 2018-07-16 12:39:00 +00:00
codegen.cc [cleanup] Support V8-agnostic mode in MacroAssembler 2018-09-15 03:09:44 +00:00
codegen.h [cleanup] Support V8-agnostic mode in MacroAssembler 2018-09-15 03:09:44 +00:00
collector.h [cleanup] Refactor second batch of general classes to use default members. 2018-09-20 10:34:28 +00:00
compilation-cache.cc [ubsan] Port Oddball to the new design 2018-12-18 17:19:40 +00:00
compilation-cache.h [cleanup] Refactor second batch of general classes to use default members. 2018-09-20 10:34:28 +00:00
compilation-statistics.cc [base] Introduce MutexGuard as typedef for LockGuard<Mutex> 2018-10-12 15:44:51 +00:00
compilation-statistics.h [cleanup] Refactor second batch of general classes to use default members. 2018-09-20 10:34:28 +00:00
compiler.cc [cleanup] Remove TODOs now that full codegen is gone 2018-12-19 15:25:25 +00:00
compiler.h Reland "[Compiler] Introduce IsCompiledScope which prevents flushing of compiled code" 2018-11-30 22:13:14 +00:00
constant-pool.cc Reland "Reland "Reland "[code-comments] Put code comments into the code object""" 2018-12-13 22:35:55 +00:00
constant-pool.h [assembler] Move ConstantPools out of src/assembler.h 2018-10-19 11:38:39 +00:00
constants-arch.h [ptr-compr] Make IsolateData be the bottleneck for root-relative accesses 2018-10-25 08:46:58 +00:00
contexts-inl.h [objects.h splitting] Move Dictionary and HashTable related leftovers out of objects-inl.h 2018-12-04 08:17:30 +00:00
contexts.cc [ubsan] Port Struct subclasses, part 11 2018-12-18 11:00:23 +00:00
contexts.h [ubsan] Port Struct subclasses, part 11 2018-12-18 11:00:23 +00:00
conversions-inl.h [objects.h splitting] Move HeapNumber to heap-number.h 2018-12-17 17:58:09 +00:00
conversions.cc [conversions] Speed up double to CString conversion 2018-12-19 12:10:50 +00:00
conversions.h [conversions] Speed up double to CString conversion 2018-12-19 12:10:50 +00:00
counters-inl.h [explicit isolates] Remove various GetIsolates 2018-07-17 11:56:37 +00:00
counters.cc [iwyu] Remove include heap-inl.h -> counters.h 2018-11-13 13:19:38 +00:00
counters.h [typedarrays] Use Detach instead of Neuter 2018-12-11 11:57:30 +00:00
cpu-features.h Reland "[assembler] Split out CPUFeatures into its own file" 2018-12-17 12:33:39 +00:00
d8-console.cc [deprecation] Deprecate ToBoolean(Local<Context>) 2018-09-24 12:02:09 +00:00
d8-console.h
d8-platforms.cc [base] Introduce MutexGuard as typedef for LockGuard<Mutex> 2018-10-12 15:44:51 +00:00
d8-platforms.h [d8] Add --stress-delay-tasks flag 2018-10-09 16:04:57 +00:00
d8-posix.cc [cleanup] Replace 0 and NULL with nullptr for src/ files. 2018-09-14 14:46:10 +00:00
d8-windows.cc
d8.cc [typedarrays] Use Detach instead of Neuter 2018-12-11 11:57:30 +00:00
d8.h [api][wasm] Rename WasmCompiledModule to WasmModuleObject 2018-12-05 21:22:12 +00:00
d8.js [cleanup] Remove a lot of dead intrinsics/runtime functions. 2018-09-20 12:48:57 +00:00
date.cc [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
date.h [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
dateparser-inl.h [ubsan] Port FixedArray{,Base} to the new design 2018-11-25 03:08:14 +00:00
dateparser.cc [ubsan] Port FixedArray{,Base} to the new design 2018-11-25 03:08:14 +00:00
dateparser.h [ubsan] Port FixedArray{,Base} to the new design 2018-11-25 03:08:14 +00:00
deoptimize-reason.cc
deoptimize-reason.h [typedarrays] Use Detach instead of Neuter 2018-12-11 11:57:30 +00:00
deoptimizer.cc [objects.h splitting] Move HeapNumber to heap-number.h 2018-12-17 17:58:09 +00:00
deoptimizer.h [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
DEPS [wasm] Implement trap handler on Windows 2018-10-30 10:25:37 +00:00
detachable-vector.cc Make DetachableVector accessible from builtins 2018-11-13 01:30:16 +00:00
detachable-vector.h Make DetachableVector accessible from builtins 2018-11-13 01:30:16 +00:00
disasm.h [ptr-compr] Make IsolateData be the bottleneck for root-relative accesses 2018-10-25 08:46:58 +00:00
disassembler.cc Reland "Reland "Reland "[code-comments] Put code comments into the code object""" 2018-12-13 22:35:55 +00:00
disassembler.h Make disassembler tests abort on unimplemented opcode 2018-07-26 13:52:17 +00:00
diy-fp.cc
diy-fp.h
double.h [iwyu] Fix includes in double.h 2018-07-25 07:57:55 +00:00
dtoa.cc
dtoa.h
eh-frame.cc
eh-frame.h Reland "[assembler] Split out CPUFeatures into its own file" 2018-12-17 12:33:39 +00:00
elements-inl.h [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
elements-kind.cc Remove unneeded LazyInstance 2018-12-18 09:55:37 +00:00
elements-kind.h [nojit] Remove elements kind parameter from two stubs 2018-11-22 08:42:05 +00:00
elements.cc [ubsan] Port Struct subclasses, part 1 2018-12-14 20:31:54 +00:00
elements.h [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
execution.cc [nojit] Skip on-heap trampoline in Invoke 2018-12-18 14:47:15 +00:00
execution.h Reorganize parameters of Execution functions 2018-12-18 04:17:43 +00:00
external-reference-table.cc [ubsan] Let Runtime functions return a plain Address 2018-12-18 17:06:21 +00:00
external-reference-table.h Store external reference names in a static array 2018-12-10 15:27:30 +00:00
external-reference.cc [c++11] Replace V8_ALIGNAS and V8_ALIGNED by alignas 2018-12-17 16:03:59 +00:00
external-reference.h Merge HandleScopeImplementer::microtask_context_ into entered_contexts_ 2018-12-12 03:13:28 +00:00
fast-dtoa.cc
fast-dtoa.h
feedback-vector-inl.h [ubsan] Port FeedbackVector and FeedbackMetadata 2018-11-30 20:00:20 +00:00
feedback-vector.cc [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
feedback-vector.h Update runtime IC to check if feedback vector is valid before using it 2018-12-13 11:00:54 +00:00
field-index-inl.h [ubsan] Port Map to the new design 2018-11-13 06:59:12 +00:00
field-index.h [ubsan] Port Map to the new design 2018-11-13 06:59:12 +00:00
field-type.cc [ubsan] Port Map to the new design 2018-11-13 06:59:12 +00:00
field-type.h [ubsan] Port Map to the new design 2018-11-13 06:59:12 +00:00
fixed-dtoa.cc
fixed-dtoa.h
flag-definitions.h Remove always-true --harmony-array-prototype-values flag 2018-12-19 20:48:56 +00:00
flags.cc Reland "[assembler] Split out CPUFeatures into its own file" 2018-12-17 12:33:39 +00:00
flags.h
frame-constants.h [cleanup][x64] Fix kPointerSize usages in src/builtins/x64 2018-12-19 13:24:42 +00:00
frames-inl.h [ubsan] Port Code to the new design 2018-11-12 18:47:04 +00:00
frames.cc [ubsan] Port Struct subclasses, part 8: Script 2018-12-17 13:36:35 +00:00
frames.h [ubsan] Port Struct subclasses, part 8: Script 2018-12-17 13:36:35 +00:00
futex-emulation.cc Reland "[wasm] Add I64AtomicWait implementation" 2018-11-30 02:24:04 +00:00
futex-emulation.h Reland "[wasm] Add I64AtomicWait implementation" 2018-11-30 02:24:04 +00:00
gdb-jit.cc [ubsan] Port Struct subclasses, part 8: Script 2018-12-17 13:36:35 +00:00
gdb-jit.h
global-handles.cc [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
global-handles.h [ubsan] Be more explicit about casting ObjectPtr 2018-11-29 09:44:34 +00:00
globals.h [cleanup][heap] Fix kPointerSize usages in src/heap/ 2018-12-19 19:58:20 +00:00
handler-table.cc [ubsan] Port BytecodeArray to the new design 2018-11-24 10:30:42 +00:00
handler-table.h [ubsan] Port BytecodeArray to the new design 2018-11-24 10:30:42 +00:00
handles-inl.h [ubsan] Replace a few more Object** with alternatives 2018-12-17 14:17:22 +00:00
handles.cc Reland "[ubsan] Replace Object** in GlobalHandles" 2018-10-31 23:56:23 +00:00
handles.h [ubsan] Port Oddball to the new design 2018-12-18 17:19:40 +00:00
heap-symbols.h [SFI] Add support for flushing old Bytecode from SharedFunctionInfos. 2018-12-11 14:50:07 +00:00
icu_util.cc
icu_util.h
identity-map.cc [ptr-compr] Use FullObjectSlot for off-heap slots 2018-12-07 12:35:27 +00:00
identity-map.h [ubsan] Introduce ObjectPtr and port PropertyArray 2018-10-24 18:27:31 +00:00
interface-descriptors.cc [wasm] Add WebAssembly's i64<>JavaScript's BigInt conversions - 64 bits 2018-12-11 12:30:50 +00:00
interface-descriptors.h [assembler] Factor out Registers from assembler.h 2018-12-19 09:18:20 +00:00
isolate-allocator.cc [ptr-compr] Add a header for pointer compression related code 2018-11-19 17:02:30 +00:00
isolate-allocator.h [heap] Reimplement unmapper tests using tracking page allocator 2018-11-07 09:47:17 +00:00
isolate-data.h [nojit] Change builtin pointers to use Smis underneath 2018-12-17 15:35:59 +00:00
isolate-inl.h Move MicrotaskQueue-related flags to MtQ itself 2018-12-19 08:19:20 +00:00
isolate.cc Move MicrotaskQueue-related flags to MtQ itself 2018-12-19 08:19:20 +00:00
isolate.h Move MicrotaskQueue-related flags to MtQ itself 2018-12-19 08:19:20 +00:00
json-parser.cc [Cleanup] String::GetChars() should take a DisallowHeapAllocation ref. 2018-12-04 16:07:46 +00:00
json-parser.h [cleanup] Remove empty and deprecated BASE_EMBEDDED macro 2018-09-11 09:33:18 +00:00
json-stringifier.cc [objects.h splitting] Move Oddball to oddball.h 2018-12-18 17:10:40 +00:00
json-stringifier.h [iwyu] Make string-builder.h an inline file 2018-07-31 12:52:22 +00:00
keys.cc [ubsan] Port Struct subclasses, part 1 2018-12-14 20:31:54 +00:00
keys.h [cleanup] Refactor second batch of general classes to use default members. 2018-09-20 10:34:28 +00:00
label.h Fix gcc compile error 2018-09-04 10:34:06 +00:00
layout-descriptor-inl.h [objects.h splitting] Move Dictionary and HashTable related leftovers out of objects-inl.h 2018-12-04 08:17:30 +00:00
layout-descriptor.cc [ubsan] Port DescriptorArray to the new design 2018-11-29 03:24:47 +00:00
layout-descriptor.h [ubsan] Port DescriptorArray to the new design 2018-11-29 03:24:47 +00:00
locked-queue-inl.h [base] Introduce MutexGuard as typedef for LockGuard<Mutex> 2018-10-12 15:44:51 +00:00
locked-queue.h [cleanup] Remove empty and deprecated BASE_EMBEDDED macro 2018-09-11 09:33:18 +00:00
log-inl.h [ubsan] Port Struct subclasses, part 8: Script 2018-12-17 13:36:35 +00:00
log-utils.cc [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
log-utils.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
log.cc [ubsan] Port Struct subclasses, part 9 2018-12-17 15:00:34 +00:00
log.h [ubsan] Port Struct subclasses, part 8: Script 2018-12-17 13:36:35 +00:00
lookup-cache-inl.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
lookup-cache.cc [ubsan] Port Map to the new design 2018-11-13 06:59:12 +00:00
lookup-cache.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
lookup-inl.h [ubsan] Port Struct subclasses, part 9 2018-12-17 15:00:34 +00:00
lookup.cc [ubsan] Port PropertyCell to the new design 2018-12-18 13:02:01 +00:00
lookup.h [ubsan] Port Struct subclasses, part 9 2018-12-17 15:00:34 +00:00
machine-type.cc
machine-type.h [cleanup] Fix kPointerSize usages in src/compiler/ 2018-12-19 14:56:40 +00:00
macro-assembler-inl.h
macro-assembler.h Reland "[nojit] Remove code stubs" 2018-12-07 15:46:17 +00:00
map-updater.cc [ubsan] Port DescriptorArray to the new design 2018-11-29 03:24:47 +00:00
map-updater.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
math-random.cc [ubsan] Port ByteArray and subclasses to the new design 2018-11-24 09:29:14 +00:00
math-random.h [ubsan] Port Context to the new design 2018-11-23 11:03:54 +00:00
maybe-handles-inl.h [ubsan] Port MaybeObject to new design 2018-10-26 01:08:30 +00:00
maybe-handles.h [ubsan] Port Struct subclasses, part 6 2018-12-17 11:34:43 +00:00
memcopy.cc [iwyu] Extract src/memcopy.h from src/utils.h 2018-11-29 17:01:10 +00:00
memcopy.h [iwyu] Extract src/memcopy.h from src/utils.h 2018-11-29 17:01:10 +00:00
message-template.h [js weak refs] Migrate the WeakRef parts into the new API 2018-12-17 08:58:56 +00:00
messages.cc [ubsan] Port Foreign and Managed to the new design 2018-12-17 20:31:45 +00:00
messages.h [async] Add CallSite#getPromiseIndex() builtin. 2018-10-29 08:47:59 +00:00
microtask-queue.cc Move MicrotaskQueue-related flags to MtQ itself 2018-12-19 08:19:20 +00:00
microtask-queue.h Move MicrotaskQueue-related flags to MtQ itself 2018-12-19 08:19:20 +00:00
msan.h
objects-body-descriptors-inl.h [cleanup] Fix kPointerSize usages in src/wasm/ 2018-12-19 12:42:24 +00:00
objects-body-descriptors.h [heap] Make concurrent marker use JSObject::FastBodyDescriptor 2018-12-11 20:12:19 +00:00
objects-debug.cc [reland] Don't allocate feedback vectors and feedback metadata in lite mode 2018-12-19 14:29:30 +00:00
objects-definitions.h [wasm] Introduce dedicated WasmExceptionTag type. 2018-11-29 15:53:36 +00:00
objects-inl.h [objects.h splitting] Move Oddball to oddball.h 2018-12-18 17:10:40 +00:00
objects-printer.cc Fix std::ostream printing for ObjectPtr-derived types 2018-12-19 09:34:25 +00:00
objects.cc [heap] Optimize marking of descriptor arrays. 2018-12-19 16:49:06 +00:00
objects.h [objects.h splitting] Move Oddball to oddball.h 2018-12-18 17:10:40 +00:00
optimized-compilation-info.cc [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
optimized-compilation-info.h [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
ostreams.cc [cleanup] Refactor first batch of general classes to use default members. 2018-09-19 08:32:08 +00:00
ostreams.h Export OFStreamBase in ostream.h 2018-10-05 13:24:51 +00:00
OWNERS Reduce wasm OWNERS to current team members 2018-10-15 14:47:49 +00:00
pending-compilation-error-handler.cc [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
pending-compilation-error-handler.h [parser] Alternative fix to chromium:899495 2018-10-29 22:50:36 +00:00
perf-jit.cc [Cleanup] String::GetChars() should take a DisallowHeapAllocation ref. 2018-12-04 16:07:46 +00:00
perf-jit.h [ubsan] Port SharedFunctionInfo to the new design 2018-11-28 21:23:50 +00:00
pointer-with-payload.h Fix MSVC error in PointerWithPayload::SetPayload(). 2018-10-25 17:30:59 +00:00
property-descriptor.cc [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
property-descriptor.h
property-details.h [Map::TransitionToDataProperty speed] Streamline TransitionsAccessor::IsMatchingMap 2018-12-07 12:12:05 +00:00
property.cc [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
property.h [cleanup] Remove empty and deprecated BASE_EMBEDDED macro 2018-09-11 09:33:18 +00:00
prototype-inl.h [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
prototype.h [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
ptr-compr-inl.h [ptr-compr][x64] Introduce bottlenecks for accessing on-heap tagged fields 2018-12-19 10:34:28 +00:00
ptr-compr.h [ptr-compr][x64] Introduce bottlenecks for accessing on-heap tagged fields 2018-12-19 10:34:28 +00:00
register-arch.h [assembler] Factor out Registers from assembler.h 2018-12-19 09:18:20 +00:00
register-configuration.cc [assembler] Factor out Registers from assembler.h 2018-12-19 09:18:20 +00:00
register-configuration.h Use static RegisterName function instead of RegisterConfiguration 2018-11-21 10:24:13 +00:00
register.h [assembler] Factor out Registers from assembler.h 2018-12-19 09:18:20 +00:00
reglist.h
reloc-info.cc Reland "Reland "Reland "[code-comments] Put code comments into the code object""" 2018-12-13 22:35:55 +00:00
reloc-info.h [ubsan] Port Cell to the new design 2018-12-18 13:38:35 +00:00
roots-inl.h [iwyu] Include heap-inl.h less. 2018-11-26 09:25:05 +00:00
roots.cc Clarify roots iteration 2018-10-16 08:42:30 +00:00
roots.h [ubsan] Port Oddball to the new design 2018-12-18 17:19:40 +00:00
runtime-profiler.cc [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
runtime-profiler.h [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
safepoint-table.cc [wasm] Allow storing of arguments count in a safepoint. 2018-12-13 15:07:54 +00:00
safepoint-table.h [wasm] Allow storing of arguments count in a safepoint. 2018-12-13 15:07:54 +00:00
setup-isolate-deserialize.cc [interpreter] Always put bytecode handlers in builtins table 2018-09-20 09:58:15 +00:00
setup-isolate-full.cc [debug-evaluate] check transitively called builtins 2018-12-19 07:34:17 +00:00
setup-isolate.h [ubsan] Port Code to the new design 2018-11-12 18:47:04 +00:00
signature.h [wasm] Group anyref parameter 2018-12-12 10:45:01 +00:00
simulator-base.cc [assembler] Move ConstantPools out of src/assembler.h 2018-10-19 11:38:39 +00:00
simulator-base.h [assembler] Move reloc info to its own file 2018-08-17 09:54:28 +00:00
simulator.h [cleanup] Remove empty simulators for ia32 and x64 2018-12-19 15:17:45 +00:00
source-position-table.cc [ubsan] Port ByteArray and subclasses to the new design 2018-11-24 09:29:14 +00:00
source-position-table.h [ubsan] Port ByteArray and subclasses to the new design 2018-11-24 09:29:14 +00:00
source-position.cc [ubsan] Port Struct subclasses, part 8: Script 2018-12-17 13:36:35 +00:00
source-position.h [ubsan] Port SharedFunctionInfo to the new design 2018-11-28 21:23:50 +00:00
splay-tree-inl.h
splay-tree.h [cleanup] Refactor first batch of general classes to use default members. 2018-09-19 08:32:08 +00:00
startup-data-util.cc
startup-data-util.h
string-builder-inl.h [Cleanup] String::GetChars() should take a DisallowHeapAllocation ref. 2018-12-04 16:07:46 +00:00
string-builder.cc [Cleanup] String::GetChars() should take a DisallowHeapAllocation ref. 2018-12-04 16:07:46 +00:00
string-case.cc
string-case.h
string-constants.cc [turbofan] First steps in brokerizing JSNativeContextSpecialization. 2018-10-01 15:08:03 +00:00
string-constants.h [refactoring] Drop roots.h -> handles.h #include 2018-10-12 18:50:02 +00:00
string-hasher-inl.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
string-hasher.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
string-search.h
string-stream.cc [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
string-stream.h [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
strtod.cc
strtod.h
task-utils.cc Extract lambda tasks to task-utils.h 2018-11-09 14:55:46 +00:00
task-utils.h Extract lambda tasks to task-utils.h 2018-11-09 14:55:46 +00:00
thread-id.cc [cleanup] Move ThreadId to separate source file 2018-10-29 10:22:44 +00:00
thread-id.h [cleanup] Move ThreadId to separate source file 2018-10-29 10:22:44 +00:00
transitions-inl.h [ubsan] Port DescriptorArray to the new design 2018-11-29 03:24:47 +00:00
transitions.cc [Map::TransitionToDataProperty speed] Streamline TransitionsAccessor::IsMatchingMap 2018-12-07 12:12:05 +00:00
transitions.h [Map::TransitionToDataProperty speed] Remove a branch in TransitionsAccessor::SearchTransition 2018-12-05 10:52:00 +00:00
turbo-assembler.cc Reland "Reland "Reland "[code-comments] Put code comments into the code object""" 2018-12-13 22:35:55 +00:00
turbo-assembler.h [nojit] Add a kCallBuiltinPointer call kind 2018-12-17 14:03:22 +00:00
type-hints.cc [turbofan] ReceiverOrNullOrUndefined feedback for JSEqual. 2018-10-24 13:45:22 +00:00
type-hints.h [turbofan] ReceiverOrNullOrUndefined feedback for JSEqual. 2018-10-24 13:45:22 +00:00
unicode-cache.h [cleanup] Make unicode predicate cache tables static 2018-11-14 15:33:45 +00:00
unicode-decoder.cc
unicode-decoder.h [iwyu] Extract src/memcopy.h from src/utils.h 2018-11-29 17:01:10 +00:00
unicode-inl.h
unicode.cc
unicode.h [cleanup] Refactor first batch of general classes to use default members. 2018-09-19 08:32:08 +00:00
unoptimized-compilation-info.cc [Deflake] Fix data-race relating to accessing FLAG_* on worker thread during background compile 2018-12-18 12:49:23 +00:00
unoptimized-compilation-info.h [Deflake] Fix data-race relating to accessing FLAG_* on worker thread during background compile 2018-12-18 12:49:23 +00:00
unwinder.cc [nojit] Migrate JSEntry variants to builtins 2018-12-07 10:16:06 +00:00
uri.cc Make String::IsOneByteRepresentationUnderneath static 2018-12-11 21:27:01 +00:00
uri.h [cleanup] Move handle() function to handles-inl.h 2018-07-23 16:10:10 +00:00
utils-inl.h [runtime] Micro-optimize StringHasher 2018-11-20 11:02:49 +00:00
utils.cc [iwyu] Extract src/memcopy.h from src/utils.h 2018-11-29 17:01:10 +00:00
utils.h Workaround VS/UCRT fmod bug 2018-12-19 18:05:18 +00:00
v8.cc [cleanup] Resurrect the c1 visualizer output 2018-10-04 10:01:20 +00:00
v8.h
v8dll-main.cc
v8memory.h [memory] Replace Memory class with templated Memory functions. 2018-08-23 15:20:21 +00:00
v8threads.cc [cleanup] Cleanup Isolate constructor 2018-10-29 11:01:24 +00:00
v8threads.h [cleanup] Cleanup Isolate constructor 2018-10-29 11:01:24 +00:00
value-serializer.cc [ubsan] Port Oddball to the new design 2018-12-18 17:19:40 +00:00
value-serializer.h [ubsan] Port Oddball to the new design 2018-12-18 17:19:40 +00:00
vector-slot-pair.cc [cleanup] Refactor first batch of general classes to use default members. 2018-09-19 08:32:08 +00:00
vector-slot-pair.h [turbofan] Fix RedundancyElimination and add more test coverage. 2018-09-19 13:08:12 +00:00
vector.h [base] Introduce VectorOf helper 2018-11-15 13:02:22 +00:00
version.cc
version.h
visitors.cc
visitors.h [ubsan] Port Foreign and Managed to the new design 2018-12-17 20:31:45 +00:00
vm-state-inl.h
vm-state.h [cleanup] Remove empty and deprecated BASE_EMBEDDED macro 2018-09-11 09:33:18 +00:00