v8/src
Joyee Cheung 535542a822 [parser] use ParsePropertyInfo as out parameter in object/class literals
This patch refactors the parsing of object literal properties and
class literal properties, putting the out parameters into a pointer of
struct `ParsePropertyInfo`. This struct is also aware of its potition
so `ParsePropertyName()` can also use this information to error
when parsing a private name in an object literal. It also makes
sure that the `ClassLiteralProperty::Kind` are all inferred
from the `ParsePropertyKind` and get used right away instead of
being passed around as out parameters.

Bug: v8:8330
Change-Id: I4c52592dfcaa3c8df30c4aba4c46e5c675acb394
Reviewed-on: https://chromium-review.googlesource.com/c/1347904
Commit-Queue: Joyee Cheung <joyee@igalia.com>
Reviewed-by: Toon Verwaest <verwaest@chromium.org>
Cr-Commit-Position: refs/heads/master@{#57876}
2018-11-27 14:42:36 +00:00
..
arm [nojit] Remove the ProfileEntryHookStub 2018-11-26 13:58:43 +00:00
arm64 [nojit] Remove the ProfileEntryHookStub 2018-11-26 13:58:43 +00:00
asmjs [asm.js] Remove dead switch logic helper code. 2018-11-26 13:54:27 +00:00
ast [scopes] Push unresolved variables at the back so we can MoveTail to rescope 2018-11-27 11:55:46 +00:00
base [scopes] Push unresolved variables at the back so we can MoveTail to rescope 2018-11-27 11:55:46 +00:00
builtins [zone] Revert to previous zone allocation strategies due to severe memory regressions. 2018-11-27 12:55:45 +00:00
compiler Reland "Implement Faster MicrotaskQueue Step 2" 2018-11-27 11:27:46 +00:00
compiler-dispatcher [iwyu] Remove include heap-inl.h -> counters.h 2018-11-13 13:19:38 +00:00
debug [Debug] Special case DebugBreakOnBytecode for cases where we restart the frame. 2018-11-27 14:12:50 +00:00
extensions [iwyu] Include heap-inl.h less. 2018-11-26 09:25:05 +00:00
heap [log] Improve --trace-maps logging 2018-11-27 14:02:25 +00:00
ia32 [nojit] Remove the ProfileEntryHookStub 2018-11-26 13:58:43 +00:00
ic [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
inspector [inspector] console.table should not crash on empty preview 2018-11-21 21:21:24 +00:00
interpreter Revert "[Compiler] Ensure unoptimized code generation is context independent." 2018-11-23 13:01:12 +00:00
js Clean out dead code and remove IS_VAR support 2018-11-12 14:46:04 +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 [nojit] Remove the ProfileEntryHookStub 2018-11-26 13:58:43 +00:00
mips64 [nojit] Remove the ProfileEntryHookStub 2018-11-26 13:58:43 +00:00
objects [log] Improve --trace-maps logging 2018-11-27 14:02:25 +00:00
parsing [parser] use ParsePropertyInfo as out parameter in object/class literals 2018-11-27 14:42:36 +00:00
ppc [nojit] Remove the ProfileEntryHookStub 2018-11-26 13:58:43 +00:00
profiler [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
regexp [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
runtime [Debug] Special case DebugBreakOnBytecode for cases where we restart the frame. 2018-11-27 14:12:50 +00:00
s390 [nojit] Remove the ProfileEntryHookStub 2018-11-26 13:58:43 +00:00
snapshot [log] Improve --trace-maps logging 2018-11-27 14:02:25 +00:00
third_party [cleanup] Remove DCHECK from third_party 2018-08-08 10:47:16 +00:00
torque [torque] fix bugs found by using implicit params in generics at scale 2018-11-23 11:14:31 +00:00
tracing [tracing] Escape UTF8 strings in JSON compliant form. 2018-10-31 17:46:52 +00:00
trap-handler Revert "[wasm] Add more unit tests for trap handler" 2018-11-27 10:26:41 +00:00
wasm Revert "[wasm] Add more unit tests for trap handler" 2018-11-27 10:26:41 +00:00
x64 [nojit] Remove the ProfileEntryHookStub 2018-11-26 13:58:43 +00:00
zone [zone] Revert to previous zone allocation strategies due to severe memory regressions. 2018-11-27 12:55:45 +00:00
accessors.cc [ubsan] Port Context to the new design 2018-11-23 11:03:54 +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 Reland "[ubsan] Replace Object** in GlobalHandles" 2018-10-31 23:56:23 +00:00
allocation.cc [heap] Be more precise when calculating allocated memory 2018-11-08 17:42:56 +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] Replace Object** in Arguments and friends 2018-11-07 04:05:30 +00:00
api-arguments.cc [ubsan] Replace Object** in Arguments and friends 2018-11-07 04:05:30 +00:00
api-arguments.h [ubsan] Replace Object** in Arguments and friends 2018-11-07 04:05:30 +00:00
api-inl.h [ubsan] Port Context to the new design 2018-11-23 11:03:54 +00:00
api-natives.cc [objects] Shrink FunctionTemplateInfo 2018-11-22 11:04:15 +00:00
api-natives.h [objects.h splitting] Move InstanceType and -Checker 2018-11-26 15:18:55 +00:00
api.cc [zone] Revert to previous zone allocation strategies due to severe memory regressions. 2018-11-27 12:55:45 +00:00
api.h [ubsan] Port Context to the new design 2018-11-23 11:03:54 +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] Port Context to the new design 2018-11-23 11:03:54 +00:00
asan.h [asan] Move asan macros to asan.h 2018-05-08 14:14:34 +00:00
assembler-arch.h [wasm] Split off wasm-linkage.h 2018-04-27 13:43:49 +00:00
assembler-inl.h
assembler.cc [builtins] Pull EmbeddedData and InstructionStream into one file 2018-11-16 09:35:00 +00:00
assembler.h Print readable register names 2018-11-20 13:44:17 +00:00
assert-scope.cc Add DUMP_ON_FAILURE and Platform::DumpWithoutCrash 2018-10-22 06:33:25 +00:00
assert-scope.h Add DUMP_ON_FAILURE and Platform::DumpWithoutCrash 2018-10-22 06:33:25 +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 [cleanup] Remove unused abort reason strings. 2018-11-06 13:53:41 +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 [log] Improve --trace-maps logging 2018-11-27 14:02:25 +00:00
bootstrapper.h [log] Improve --trace-maps logging 2018-11-27 14:02:25 +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-events.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
code-factory.cc [nojit] Move remaining IC stubs to builtins 2018-11-22 09:28:23 +00:00
code-factory.h [nojit] Move remaining IC stubs to builtins 2018-11-22 09:28:23 +00:00
code-reference.cc [cleanup] Clean up CodeReference class 2018-04-23 10:10:45 +00:00
code-reference.h Use DCHECK instead of CHECK in CodeReference 2018-06-06 13:23:12 +00:00
code-stub-assembler.cc Revert "Use CopyElements (which uses memcpy) to copy FixedDoubleArray." 2018-11-27 11:04:43 +00:00
code-stub-assembler.h [torque] Simplify and cleanup Cast and UnsafeCast 2018-11-27 06:50:30 +00:00
code-stubs-utils.h
code-stubs.cc [nojit] Remove the ProfileEntryHookStub 2018-11-26 13:58:43 +00:00
code-stubs.h [nojit] Remove the ProfileEntryHookStub 2018-11-26 13:58:43 +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 HashTableBase and subclasses to the new design 2018-11-23 09:34:18 +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 [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
compiler.h [cleanup] Make unicode predicate cache tables static 2018-11-14 15:33:45 +00:00
constant-pool.cc [assembler] Remove redundant assembler-arch-inl.h file. 2018-11-20 16:12:43 +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 [cleanup] Make Context independent of FixedArray 2018-11-26 17:57:45 +00:00
contexts.cc [cleanup] Make Context independent of FixedArray 2018-11-26 17:57:45 +00:00
contexts.h Use NativeContext's embedder field for MicrotaskQueue 2018-11-27 12:26:53 +00:00
conversions-inl.h [ubsan] Fix many static_cast<int32_t> with undefined behavior 2018-04-17 02:02:18 +00:00
conversions.cc [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
conversions.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +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 [heap] Make top-level GC histograms nestable. 2018-10-26 14:17:37 +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 [heap] Pass isolate to the OOM handler and add an OOM test. 2018-03-22 14:44:50 +00:00
d8.cc [d8] Make --stress-delay-tasks a d8-specific flag 2018-11-26 14:05:14 +00:00
d8.h [d8] Make --stress-delay-tasks a d8-specific flag 2018-11-26 14:05:14 +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 [turbofan] ReceiverOrNullOrUndefined feedback for JSEqual. 2018-10-24 13:45:22 +00:00
deoptimizer.cc [ubsan] Port FixedArray{,Base} to the new design 2018-11-25 03:08:14 +00:00
deoptimizer.h [ubsan] Port FixedArray{,Base} to the new design 2018-11-25 03:08:14 +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 [builtins] Pull EmbeddedData and InstructionStream into one file 2018-11-16 09:35:00 +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 [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
eh-frame.h [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
elements-inl.h [iwyu] Fix includes in elements-inl.h 2018-07-31 14:09:29 +00:00
elements-kind.cc [elements] Use IsHoleyElementsKind if possible 2018-08-13 19:21:33 +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 Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
elements.h [ubsan] Port FixedArray{,Base} to the new design 2018-11-25 03:08:14 +00:00
execution.cc [cleanup] Cleanup Isolate constructor 2018-10-29 11:01:24 +00:00
execution.h [cleanup] Cleanup Isolate constructor 2018-10-29 11:01:24 +00:00
external-reference-table.cc [ubsan] Replace Object** in Arguments and friends 2018-11-07 04:05:30 +00:00
external-reference-table.h [cleanup] Don't declare inline runtime functions by default 2018-10-05 13:10:56 +00:00
external-reference.cc Reland "Implement Faster MicrotaskQueue Step 2" 2018-11-27 11:27:46 +00:00
external-reference.h Reland "Implement Faster MicrotaskQueue Step 2" 2018-11-27 11:27:46 +00:00
fast-dtoa.cc
fast-dtoa.h
feedback-vector-inl.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
feedback-vector.cc [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
feedback-vector.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +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 [wasm] Enable intrinsification of math imports 2018-11-26 16:26:55 +00:00
flags.cc [d8] only add arguments object if arguments are provided 2018-10-23 11:46:53 +00:00
flags.h [flags] Print flags that were ignored. 2018-05-18 16:40:09 +00:00
frame-constants.h [masm] Don't push CodeObject when entering INTERNAL frames 2018-05-29 13:20:03 +00:00
frames-inl.h [ubsan] Port Code to the new design 2018-11-12 18:47:04 +00:00
frames.cc [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
frames.h [ubsan] Port AbstractCode to the new design 2018-11-25 04:45:47 +00:00
futex-emulation.cc [wasm] Add I32AtomicWait implementation 2018-11-20 02:01:44 +00:00
futex-emulation.h [wasm] Add I32AtomicWait implementation 2018-11-20 02:01:44 +00:00
gdb-jit.cc [ubsan] Port remaining FixedArray subclasses to new design 2018-11-24 02:05:20 +00:00
gdb-jit.h
global-handles.cc [ptr-compr] Use EmbedderDataSlot for accessing embedder fields in JSObjects 2018-11-21 16:11:03 +00:00
global-handles.h heap: Disallow allocation in first round of weak callbacks 2018-11-16 16:26:56 +00:00
globals.h [heap] Take expected OS page size into account for kStoreBufferSize 2018-11-27 12:46:58 +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] Port Code to the new design 2018-11-12 18:47:04 +00:00
handles.cc Reland "[ubsan] Replace Object** in GlobalHandles" 2018-10-31 23:56:23 +00:00
handles.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
heap-symbols.h Reland "heap: Move embedder epilogue after first round of weak callbacks" 2018-11-20 13:23:32 +00:00
icu_util.cc
icu_util.h
identity-map.cc [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
identity-map.h [ubsan] Introduce ObjectPtr and port PropertyArray 2018-10-24 18:27:31 +00:00
interface-descriptors.cc [wasm] Add I32AtomicWait implementation 2018-11-20 02:01:44 +00:00
interface-descriptors.h [wasm] Add I32AtomicWait implementation 2018-11-20 02:01:44 +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 [ia32,root] Remove root register verification 2018-11-21 09:54:55 +00:00
isolate-inl.h [iwyu] context-inl.h iwyu 2018-11-23 11:52:31 +00:00
isolate.cc [zone] Revert to previous zone allocation strategies due to severe memory regressions. 2018-11-27 12:55:45 +00:00
isolate.h Reland "Implement Faster MicrotaskQueue Step 2" 2018-11-27 11:27:46 +00:00
json-parser.cc [Cleanup] String::GetChars() should assert against heap allocation 2018-11-26 13:56:34 +00:00
json-parser.h [cleanup] Remove empty and deprecated BASE_EMBEDDED macro 2018-09-11 09:33:18 +00:00
json-stringifier.cc [iwyu] Include heap-inl.h less. 2018-11-26 09:25:05 +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 Name/String/Symbol to the new design 2018-11-27 01:42:36 +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 [ubsan] Port ByteArray and subclasses to the new design 2018-11-24 09:29:14 +00:00
layout-descriptor.cc [ubsan] Port ByteArray and subclasses to the new design 2018-11-24 09:29:14 +00:00
layout-descriptor.h [ubsan] Port ByteArray and subclasses to the new design 2018-11-24 09:29:14 +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
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 [log] Improve --trace-maps logging 2018-11-27 14:02:25 +00:00
log.h [log] Improve --trace-maps logging 2018-11-27 14:02:25 +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 Map to the new design 2018-11-13 06:59:12 +00:00
lookup.cc [ubsan] Port FixedArray{,Base} to the new design 2018-11-25 03:08:14 +00:00
lookup.h [ubsan] Port Map to the new design 2018-11-13 06:59:12 +00:00
lsan.h [lsan] Disable annotations on windows 2018-05-14 09:57:32 +00:00
machine-type.cc
machine-type.h Reland "[ptr-compr] Fix incorrectly used machine types" 2018-11-07 11:29:32 +00:00
macro-assembler-inl.h
macro-assembler.h [iwyu] Remove interface-descriptors.h -> macro-assembler.h 2018-11-19 11:02:31 +00:00
map-updater.cc [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +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 FixedArray{,Base} to the new design 2018-11-25 03:08:14 +00:00
message-template.h [parser] Cleanup pattern classification 2018-11-23 11:33:21 +00:00
messages.cc [ubsan] Port FixedArray{,Base} to the new design 2018-11-25 03:08:14 +00:00
messages.h [async] Add CallSite#getPromiseIndex() builtin. 2018-10-29 08:47:59 +00:00
microtask-queue.cc Reland "Implement Faster MicrotaskQueue Step 2" 2018-11-27 11:27:46 +00:00
microtask-queue.h Reland "Implement Faster MicrotaskQueue Step 2" 2018-11-27 11:27:46 +00:00
msan.h [msan] Add static type checks for non-msan builds 2018-05-08 14:08:29 +00:00
objects-body-descriptors-inl.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
objects-body-descriptors.h Separate DescriptorArray from WeakFixedArray 2018-11-26 16:41:20 +00:00
objects-debug.cc Reland "Implement Faster MicrotaskQueue Step 2" 2018-11-27 11:27:46 +00:00
objects-definitions.h Reland "Implement Faster MicrotaskQueue Step 2" 2018-11-27 11:27:46 +00:00
objects-inl.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
objects-printer.cc Reland "Implement Faster MicrotaskQueue Step 2" 2018-11-27 11:27:46 +00:00
objects.cc [log] Improve --trace-maps logging 2018-11-27 14:02:25 +00:00
objects.h Reland "Implement Faster MicrotaskQueue Step 2" 2018-11-27 11:27:46 +00:00
optimized-compilation-info.cc [ubsan] Port Context to the new design 2018-11-23 11:03:54 +00:00
optimized-compilation-info.h [ubsan] Port Context to the new design 2018-11-23 11:03:54 +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 Move MessageTemplate enum into its own header file 2018-10-11 23:01:32 +00:00
pending-compilation-error-handler.h [parser] Alternative fix to chromium:899495 2018-10-29 22:50:36 +00:00
perf-jit.cc [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
perf-jit.h [ubsan] Port AbstractCode to the new design 2018-11-25 04:45:47 +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 [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +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 Map to the new design 2018-11-13 06:59:12 +00:00
prototype.h [ubsan] Port Map to the new design 2018-11-13 06:59:12 +00:00
ptr-compr.h [ptr-compr] Add a header for pointer compression related code 2018-11-19 17:02:30 +00:00
register-configuration.cc Use static RegisterName function instead of RegisterConfiguration 2018-11-21 10:24:13 +00:00
register-configuration.h Use static RegisterName function instead of RegisterConfiguration 2018-11-21 10:24:13 +00:00
reglist.h
reloc-info.cc [ubsan] Port ByteArray and subclasses to the new design 2018-11-24 09:29:14 +00:00
reloc-info.h [ubsan] Port ByteArray and subclasses to the new design 2018-11-24 09:29:14 +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 Reland "Implement Faster MicrotaskQueue Step 2" 2018-11-27 11:27:46 +00:00
runtime-profiler.cc [ubsan] Port BytecodeArray to the new design 2018-11-24 10:30:42 +00:00
runtime-profiler.h [ubsan] Port BytecodeArray to the new design 2018-11-24 10:30:42 +00:00
safepoint-table.cc [ubsan] Port Code to the new design 2018-11-12 18:47:04 +00:00
safepoint-table.h [ubsan] Port Code to the new design 2018-11-12 18:47:04 +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 [interpreter] Always put bytecode handlers in builtins table 2018-09-20 09:58:15 +00:00
setup-isolate.h [ubsan] Port Code to the new design 2018-11-12 18:47:04 +00:00
signature.h [wasm] Refactor SignatureMap to use unordered_map 2018-07-12 12:34:28 +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 [ubsan] Port Code to the new design 2018-11-12 18:47:04 +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 remaining FixedArray subclasses to new design 2018-11-24 02:05:20 +00:00
source-position.h [ubsan] Port Code to the new design 2018-11-12 18:47:04 +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 Reland "[build] Make separate snapshot for trusted variant" 2018-03-20 10:59:24 +00:00
startup-data-util.h
string-builder-inl.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
string-builder.cc [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +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 [ptr-compr] Support 31-bit Smis in lower half-word on 64-bit architectures. 2018-06-05 11:37:35 +00:00
string-stream.cc [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
string-stream.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +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 Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
transitions.cc [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
transitions.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
turbo-assembler.cc [ptr-compr] Make IsolateData be the bottleneck for root-relative accesses 2018-10-25 08:46:58 +00:00
turbo-assembler.h [ptr-compr] Move IsolateData from Heap to Isolate 2018-10-26 14:27:57 +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 [cleanup] Refactor first batch of general classes to use default members. 2018-09-19 08:32:08 +00:00
unicode-inl.h [unibrow] -1 used by kNoPreviousCharacter and kEndOfInput isn't a valid Lead/Trail char. Drop superfluous check. 2018-06-21 12:35:08 +00:00
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 [scopes] Clean up and centralize mapped/unmapped arguments logic 2018-08-21 20:38:41 +00:00
unoptimized-compilation-info.h [AsmJs] Avoid allocation of WasmModuleObject until instantiation. 2018-11-21 22:06:39 +00:00
unwinder.cc [tools] Add an API for unwinding the V8 stack 2018-11-22 16:36:26 +00:00
uri.cc [Cleanup] String::GetChars() should assert against heap allocation 2018-11-26 13:56:34 +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 [turbofan] Serialize Object::BooleanValue. 2018-09-18 08:19:20 +00:00
utils.h [cleanup] Fix kPointerSize usages in src/objetcs/js-array-buffer.* 2018-11-22 16:42:42 +00:00
v8.cc [cleanup] Resurrect the c1 visualizer output 2018-10-04 10:01:20 +00:00
v8.h [heap] Pass isolate to the OOM handler and add an OOM test. 2018-03-22 14:44:50 +00:00
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 [Cleanup] String::GetChars() should assert against heap allocation 2018-11-26 13:56:34 +00:00
value-serializer.h [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +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 Code to the new design 2018-11-12 18:47:04 +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