v8/src
ishell be5720c2e3 Disable loads and stores to global vars through property cell shortcuts installed into parent script context.
The plan is to implement the same idea using vector IC machinery.

Review URL: https://codereview.chromium.org/1422463004

Cr-Commit-Position: refs/heads/master@{#31438}
2015-10-21 13:00:38 +00:00
..
arm Move Hydrogen and Lithium to src/crankshaft/ 2015-10-20 13:25:55 +00:00
arm64 Move Hydrogen and Lithium to src/crankshaft/ 2015-10-20 13:25:55 +00:00
base Unreachable should call V8_Fatal on release builds instead of silently ignoring the error. 2015-10-20 07:15:23 +00:00
compiler [turbofan] Fix liveness analysis for let variable in TDZ. 2015-10-21 12:23:06 +00:00
crankshaft [es7] implement |do| expressions proposal 2015-10-21 02:58:32 +00:00
debug Use import/export for more functions (instead of js builtins object). 2015-10-15 10:23:09 +00:00
extensions [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
full-codegen X87: Test for var declarations in eval which conflict with let 2015-10-21 10:45:29 +00:00
heap Reland of "[heap] Divide available memory upon compaction tasks" 2015-10-21 12:05:44 +00:00
ia32 Move Hydrogen and Lithium to src/crankshaft/ 2015-10-20 13:25:55 +00:00
ic [IC] Ensure we don't transition receivers when there's a data property in the hidden prototype chain. 2015-10-19 08:29:50 +00:00
interpreter [es7] implement |do| expressions proposal 2015-10-21 02:58:32 +00:00
js Revert of Use C++ implementation of Object.definePropert{y,ies} (patchset #4 id:60001 of https://codereview.chromium.org/1409613004/ ) 2015-10-20 19:50:32 +00:00
libplatform [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
mips MIPS: [turbofan] Optimize fpu compares with zero literal. 2015-10-20 21:54:02 +00:00
mips64 MIPS: [turbofan] Optimize fpu compares with zero literal. 2015-10-20 21:54:02 +00:00
ppc Move Hydrogen and Lithium to src/crankshaft/ 2015-10-20 13:25:55 +00:00
profiler [es6] silence access-check failure for well-known symbol properties 2015-10-06 18:10:37 +00:00
regexp [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
runtime Move some code from Runtime_GetPrototype into a new Object::GetPrototype. 2015-10-21 11:17:28 +00:00
snapshot Serializer: remove unused --serialize-inner flag. 2015-10-15 08:47:19 +00:00
third_party Implement Math.tanh using fdlibm port. 2015-10-16 12:56:37 +00:00
x64 Move Hydrogen and Lithium to src/crankshaft/ 2015-10-20 13:25:55 +00:00
x87 Move Hydrogen and Lithium to src/crankshaft/ 2015-10-20 13:25:55 +00:00
accessors.cc Unify ToArrayLength conversions 2015-10-15 16:03:37 +00:00
accessors.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
allocation-site-scopes.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
allocation-site-scopes.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
allocation.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
allocation.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
api-natives.cc Allow JavaScript accessors on API objects. 2015-09-29 11:16:14 +00:00
api-natives.h Allow JavaScript accessors on API objects. 2015-09-29 11:16:14 +00:00
api.cc Revert "[api] expose Array Iterators to API" 2015-10-20 15:25:50 +00:00
api.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
arguments.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
arguments.h Reland: Introduce a V8_NORETURN macro and use it to make GCC 4.9.2 happy again. 2015-10-08 19:03:24 +00:00
assembler.cc Vector ICs: Get rid of stack arguments on ia32 transitioning stores. 2015-10-12 07:34:32 +00:00
assembler.h Vector ICs: Get rid of stack arguments on ia32 transitioning stores. 2015-10-12 07:34:32 +00:00
assert-scope.cc [heap] Remove obsolete DisallowAllocationFailure scope. 2015-09-08 14:42:44 +00:00
assert-scope.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
ast-expression-visitor.cc [es6] Fix scoping for default parameters in arrow functions 2015-10-21 12:04:20 +00:00
ast-expression-visitor.h [es6] Fix scoping for default parameters in arrow functions 2015-10-21 12:04:20 +00:00
ast-literal-reindexer.cc [es7] implement |do| expressions proposal 2015-10-21 02:58:32 +00:00
ast-literal-reindexer.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
ast-numbering.cc [es7] implement |do| expressions proposal 2015-10-21 02:58:32 +00:00
ast-numbering.h Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
ast-value-factory.cc [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
ast-value-factory.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
ast.cc VectorICs: use a vector slot to aid in array literal processing. 2015-10-13 14:48:49 +00:00
ast.h [es7] implement |do| expressions proposal 2015-10-21 02:58:32 +00:00
atomic-utils.h Reland of "[heap] Concurrency support for heap book-keeping info" 2015-09-16 11:18:25 +00:00
background-parsing-task.cc Debugger: move implementation to a separate folder. 2015-07-31 11:08:15 +00:00
background-parsing-task.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
bailout-reason.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
bailout-reason.h [es7] implement |do| expressions proposal 2015-10-21 02:58:32 +00:00
base.isolate Reland [swarming] Isolate v8 testing. 2015-10-05 09:48:42 +00:00
basic-block-profiler.cc
basic-block-profiler.h Remove several grab-bag includes from the v8.h header. 2015-08-11 07:34:17 +00:00
bignum-dtoa.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
bignum-dtoa.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
bignum.cc Fix compilation with GCC 5.2 2015-10-05 11:07:28 +00:00
bignum.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
bit-vector.cc [turbofan] Deferred blocks splintering. 2015-08-25 14:47:38 +00:00
bit-vector.h
bootstrapper.cc [es6] Partially implement Reflect.preventExtensions. 2015-10-21 09:23:47 +00:00
bootstrapper.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
builtins.cc [es6] Partially implement Reflect.preventExtensions. 2015-10-21 09:23:47 +00:00
builtins.h [es6] Partially implement Reflect.preventExtensions. 2015-10-21 09:23:47 +00:00
cached-powers.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
cached-powers.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
cancelable-task.cc Make isolate.h usable without objects-inl.h header. 2015-09-01 09:25:27 +00:00
cancelable-task.h Add CancelableIdleTask. 2015-07-30 14:09:14 +00:00
char-predicates-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
char-predicates.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
char-predicates.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
checks.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
code-factory.cc [fullcode] Make intrinsic-to-stub-call handling platform independent. 2015-10-19 11:59:40 +00:00
code-factory.h [fullcode] Make intrinsic-to-stub-call handling platform independent. 2015-10-19 11:59:40 +00:00
code-stubs-hydrogen.cc Move Hydrogen and Lithium to src/crankshaft/ 2015-10-20 13:25:55 +00:00
code-stubs.cc Introduce AllocateInNewSpace stub. 2015-10-16 08:40:10 +00:00
code-stubs.h [runtime] Implement %_ToLength via ToLengthStub. 2015-10-19 08:35:18 +00:00
codegen.cc Remove unused Zone argument from InitializeAstVisitor 2015-10-15 10:34:28 +00:00
codegen.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
compilation-cache.cc objects-inl.h: Remove ACCESSORS_TO_SMI macro 2015-09-28 13:10:29 +00:00
compilation-cache.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
compilation-dependencies.cc [turbofan] Initial support for monomorphic/polymorphic property loads. 2015-10-19 05:24:51 +00:00
compilation-dependencies.h [turbofan] Initial support for monomorphic/polymorphic property loads. 2015-10-19 05:24:51 +00:00
compilation-statistics.cc Make --turbo-stats output more self-explanatory. 2015-09-14 09:25:31 +00:00
compilation-statistics.h
compiler.cc Move Hydrogen and Lithium to src/crankshaft/ 2015-10-20 13:25:55 +00:00
compiler.h [turbofan] Add initial support for global specialization. 2015-10-07 12:10:54 +00:00
context-measure.cc [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
context-measure.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
contexts-inl.h Make isolate.h usable without objects-inl.h header. 2015-09-01 09:25:27 +00:00
contexts.cc Test for var declarations in eval which conflict with let 2015-10-12 14:31:01 +00:00
contexts.h Revert "[api] expose Array Iterators to API" 2015-10-20 15:25:50 +00:00
conversions-inl.h Unify ToArrayLength conversions 2015-10-15 16:03:37 +00:00
conversions.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
conversions.h Remove inline header includes from non-inline headers (2). 2015-08-13 15:30:16 +00:00
counters.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
counters.h [heap] Add specific timer events for finalizing incremental GCs. 2015-10-05 16:08:05 +00:00
d8-posix.cc Make list constructor usable without list-inl.h header. 2015-08-12 08:00:18 +00:00
d8-windows.cc Reland of "Make d8 stop using to-be-deprecated APIs" 2015-07-20 07:05:55 +00:00
d8.cc Revert of Don't compile functions in a context the caller doesn't have access to (patchset #1 id:1 of https://codereview.chromium.org/1393713006/ ) 2015-10-12 14:36:00 +00:00
d8.gyp Move builtin JavaScript sources into own directory. 2015-10-13 09:38:26 +00:00
d8.h Remove inline header includes from non-inline headers (1). 2015-08-12 07:32:54 +00:00
d8.isolate [swarming] Add isolate configs for d8 on linux. 2015-09-25 14:37:11 +00:00
d8.js Remove readline support from d8. 2015-07-23 13:20:31 +00:00
date.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
date.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
dateparser-inl.h Revert of Make dates default to the local timezone if none specified (https://codereview.chromium.org/1229903004/) 2015-10-15 12:18:16 +00:00
dateparser.cc Remove inline header includes from non-inline headers (1). 2015-08-12 07:32:54 +00:00
dateparser.h Revert of Make dates default to the local timezone if none specified (https://codereview.chromium.org/1229903004/) 2015-10-15 12:18:16 +00:00
deoptimizer.cc Re-reland: Remove register index/code indirection 2015-10-02 16:55:22 +00:00
deoptimizer.h [turbofan] Unify referencing of stack slots 2015-08-18 14:48:11 +00:00
DEPS [Interpreter] Skeleton bytecode graph builder 2015-09-10 16:21:40 +00:00
disasm.h Remove grab-bag includes of v8.h from architecture ports. 2015-08-17 09:42:37 +00:00
disassembler.cc Add CompileInfo::GetDebugName() 2015-08-24 10:23:55 +00:00
disassembler.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
diy-fp.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
diy-fp.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
double.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
dtoa.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
dtoa.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
effects.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
elements-kind.cc Reland of "Remove ExternalArray, derived types, and element kinds" 2015-07-28 09:29:55 +00:00
elements-kind.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
elements.cc [runtime] Fancify KeyAccumulator 2015-10-19 13:47:43 +00:00
elements.h [runtime] Fancify KeyAccumulator 2015-10-19 13:47:43 +00:00
execution.cc [es6] Introduce %ToInteger and %ToLength. 2015-09-29 07:41:13 +00:00
execution.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
expression-classifier.h Fix let pattern error accumulation 2015-10-15 10:46:17 +00:00
factory.cc Remove FLAG_cache_optimized_code because we always have it on. 2015-10-12 16:10:59 +00:00
factory.h Remove cycle breaking include from mksnapshot.cc file. 2015-10-12 15:21:26 +00:00
fast-dtoa.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
fast-dtoa.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
field-index-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
field-index.h [turbofan] Initial support for monomorphic/polymorphic property loads. 2015-10-19 05:24:51 +00:00
fixed-dtoa.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
fixed-dtoa.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
flag-definitions.h Disable loads and stores to global vars through property cell shortcuts installed into parent script context. 2015-10-21 13:00:38 +00:00
flags.cc [presubmit] Fix build/include linter violations. 2015-09-03 07:56:14 +00:00
flags.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
frames-inl.h [Interpreter]: Basic support for iterating interpreter stack frames for GC. 2015-10-16 15:06:27 +00:00
frames.cc [Interpreter]: Basic support for iterating interpreter stack frames for GC. 2015-10-16 15:06:27 +00:00
frames.h [Interpreter]: Basic support for iterating interpreter stack frames for GC. 2015-10-16 15:06:27 +00:00
func-name-inferrer.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
func-name-inferrer.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
futex-emulation.cc Signal a blocked futex if the isolate is interrupted; don't busy-wait 2015-08-21 16:42:02 +00:00
futex-emulation.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
gdb-jit.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
gdb-jit.h Remove several grab-bag includes from the v8.h header. 2015-08-11 07:34:17 +00:00
global-handles.cc Revert of Changed scavenge GC to collect unmodified references (patchset #9 id:160001 of https://codereview.chromium.org/1358703003/ ) 2015-10-06 17:39:51 +00:00
global-handles.h Revert of Changed scavenge GC to collect unmodified references (patchset #9 id:160001 of https://codereview.chromium.org/1358703003/ ) 2015-10-06 17:39:51 +00:00
globals.h Use Scope::function_kind_ to distinguish arrow function scopes 2015-10-07 14:55:45 +00:00
handles-inl.h [turbofan] Remove usage of Unique<T> from graph. 2015-08-31 08:25:05 +00:00
handles.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
handles.h Drop ambiguous MaybeHandle comparison and hashing ops. 2015-08-31 11:37:44 +00:00
hashmap.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
i18n.cc Remove several grab-bag includes from the v8.h header. 2015-08-11 07:34:17 +00:00
i18n.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
icu_util.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
icu_util.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
identity-map.cc [heap] Move IdentityMap data structure out of heap. 2015-08-28 13:01:08 +00:00
identity-map.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
interface-descriptors.cc [runtime] Implement %_ToLength via ToLengthStub. 2015-10-19 08:35:18 +00:00
interface-descriptors.h [runtime] Implement %_ToLength via ToLengthStub. 2015-10-19 08:35:18 +00:00
isolate-inl.h Make isolate.h usable without objects-inl.h header. 2015-09-01 09:25:27 +00:00
isolate.cc Move Hydrogen and Lithium to src/crankshaft/ 2015-10-20 13:25:55 +00:00
isolate.h Vector ICs: Get rid of stack arguments on ia32 transitioning stores. 2015-10-12 07:34:32 +00:00
json-parser.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
json-stringifier.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
layout-descriptor-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
layout-descriptor.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
layout-descriptor.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
list-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
list.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
log-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
log-utils.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
log-utils.h Add cstdarg header to log-utils.h 2015-10-05 18:54:13 +00:00
log.cc Reland improve perf_basic_prof filename reporting 2015-10-13 12:45:31 +00:00
log.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
lookup.cc Pass the context from which a given receiver is accessed explicitly 2015-10-09 13:25:56 +00:00
lookup.h Add LookupIterator constructor for arbitrary Object keys 2015-09-30 14:51:56 +00:00
macro-assembler.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
messages.cc Check for validity when accessing call site objects in runtime. 2015-10-13 10:53:22 +00:00
messages.h Emit better error message about writable properties 2015-10-14 19:22:27 +00:00
modules.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
modules.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
msan.h
objects-debug.cc objects-inl.h: Remove ACCESSORS_TO_SMI macro 2015-09-28 13:10:29 +00:00
objects-inl.h Move some code from Runtime_GetPrototype into a new Object::GetPrototype. 2015-10-21 11:17:28 +00:00
objects-printer.cc The metadata part of TypeFeedbackVector is extracted to TypeFeedbackMetadata array. 2015-10-07 10:33:32 +00:00
objects.cc Move some code from Runtime_GetPrototype into a new Object::GetPrototype. 2015-10-21 11:17:28 +00:00
objects.h Move some code from Runtime_GetPrototype into a new Object::GetPrototype. 2015-10-21 11:17:28 +00:00
optimizing-compile-dispatcher.cc Move Hydrogen and Lithium to src/crankshaft/ 2015-10-20 13:25:55 +00:00
optimizing-compile-dispatcher.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
ostreams.cc
ostreams.h
OWNERS
parameter-initializer-rewriter.cc [es6] Fix scoping for default parameters in arrow functions 2015-10-21 12:04:20 +00:00
parameter-initializer-rewriter.h [es6] Fix scoping for default parameters in arrow functions 2015-10-21 12:04:20 +00:00
parser.cc [es6] Fix scoping for default parameters in arrow functions 2015-10-21 12:04:20 +00:00
parser.h [es7] implement |do| expressions proposal 2015-10-21 02:58:32 +00:00
pattern-rewriter.cc [es6] Fix scoping for default parameters in arrow functions 2015-10-21 12:04:20 +00:00
pending-compilation-error-handler.cc Do not use js builtins object when constructing an error. 2015-08-17 11:02:38 +00:00
pending-compilation-error-handler.h
preparse-data-format.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
preparse-data.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
preparse-data.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
preparser.cc [es7] implement |do| expressions proposal 2015-10-21 02:58:32 +00:00
preparser.h [es7] implement |do| expressions proposal 2015-10-21 02:58:32 +00:00
prettyprinter.cc [es7] implement |do| expressions proposal 2015-10-21 02:58:32 +00:00
prettyprinter.h Remove unused Zone argument from InitializeAstVisitor 2015-10-15 10:34:28 +00:00
property-descriptor.cc Revert of Use C++ implementation of Object.definePropert{y,ies} (patchset #4 id:60001 of https://codereview.chromium.org/1409613004/ ) 2015-10-20 19:50:32 +00:00
property-descriptor.h Add C++ implementation of Object.defineProperties 2015-10-13 14:38:35 +00:00
property-details.h Test for var declarations in eval which conflict with let 2015-10-12 14:31:01 +00:00
property.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
property.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
prototype.h Adding template parameter to PrototypeIterator GetCurrent 2015-09-10 10:56:18 +00:00
register-configuration.cc PPC: Remove register index/code indirection 2015-10-05 19:45:44 +00:00
register-configuration.h Re-reland: Remove register index/code indirection 2015-10-02 16:55:22 +00:00
rewriter.cc [es7] implement |do| expressions proposal 2015-10-21 02:58:32 +00:00
rewriter.h [es7] implement |do| expressions proposal 2015-10-21 02:58:32 +00:00
runtime-profiler.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
runtime-profiler.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
safepoint-table.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
safepoint-table.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
scanner-character-streams.cc Fix incorrect buffer length. 2015-09-18 12:07:24 +00:00
scanner-character-streams.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
scanner.cc [parser] fix token end position for regexp literals 2015-10-09 01:02:02 +00:00
scanner.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
scopeinfo.cc Use Scope::function_kind_ to distinguish arrow function scopes 2015-10-07 14:55:45 +00:00
scopeinfo.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
scopes.cc [es6] Fix scoping for default parameters in arrow functions 2015-10-21 12:04:20 +00:00
scopes.h [es6] Fix scoping for default parameters in arrow functions 2015-10-21 12:04:20 +00:00
signature.h
simulator.h
small-pointer-list.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
splay-tree-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
splay-tree.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
startup-data-util.cc Rework startup-data-util. 2015-08-14 12:11:46 +00:00
startup-data-util.h Rework startup-data-util. 2015-08-14 12:11:46 +00:00
string-builder.cc Make isolate.h usable without objects-inl.h header. 2015-09-01 09:25:27 +00:00
string-builder.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
string-search.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
string-stream.cc Adding template parameter to PrototypeIterator GetCurrent 2015-09-10 10:56:18 +00:00
string-stream.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
strtod.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
strtod.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
token.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
token.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
transitions-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
transitions.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
transitions.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
type-feedback-vector-inl.h The metadata part of TypeFeedbackVector is extracted to TypeFeedbackMetadata array. 2015-10-07 10:33:32 +00:00
type-feedback-vector.cc The metadata part of TypeFeedbackVector is extracted to TypeFeedbackMetadata array. 2015-10-07 10:33:32 +00:00
type-feedback-vector.h Remove cycle breaking include from mksnapshot.cc file. 2015-10-12 15:21:26 +00:00
type-info.cc Distinction between FeedbackVectorICSlot and FeedbackVectorSlot eliminated. 2015-10-01 13:48:19 +00:00
type-info.h Distinction between FeedbackVectorICSlot and FeedbackVectorSlot eliminated. 2015-10-01 13:48:19 +00:00
types-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
types.cc Intersection of certain constants with bitsets was wrongly non-empty. 2015-09-17 08:52:10 +00:00
types.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
typing-asm.cc [es7] implement |do| expressions proposal 2015-10-21 02:58:32 +00:00
typing-asm.h Remove unused Zone argument from InitializeAstVisitor 2015-10-15 10:34:28 +00:00
typing-reset.cc Remove unused Zone argument from InitializeAstVisitor 2015-10-15 10:34:28 +00:00
typing-reset.h Remove unused Zone argument from InitializeAstVisitor 2015-10-15 10:34:28 +00:00
unicode-cache-inl.h Separate UnicodeCache out into an own file. 2015-08-20 11:47:09 +00:00
unicode-cache.h Separate UnicodeCache out into an own file. 2015-08-20 11:47:09 +00:00
unicode-decoder.cc unicode-decoder: fix out-of-band write in utf16 2015-07-06 11:00:12 +00:00
unicode-decoder.h unicode-decoder: fix out-of-band write in utf16 2015-07-06 11:00:12 +00:00
unicode-inl.h
unicode.cc [presubmit] Fix build/include linter violations. 2015-09-03 07:56:14 +00:00
unicode.h
utils.cc Distinction between FeedbackVectorICSlot and FeedbackVectorSlot eliminated. 2015-10-01 13:48:19 +00:00
utils.h [turbofan] Fix bailout for script context creation. 2015-10-20 08:15:03 +00:00
v8.cc Move Hydrogen and Lithium to src/crankshaft/ 2015-10-20 13:25:55 +00:00
v8.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
v8dll-main.cc
v8memory.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
v8threads.cc Make isolate.h usable without objects-inl.h header. 2015-09-01 09:25:27 +00:00
v8threads.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
variables.cc Test for var declarations in eval which conflict with let 2015-10-12 14:31:01 +00:00
variables.h Test for var declarations in eval which conflict with let 2015-10-12 14:31:01 +00:00
vector.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
version.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
version.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
vm-state-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
vm-state.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
zone-allocator.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
zone-containers.h [stl] Fix ZonePriorityQueue wrapper. 2015-06-11 05:15:04 +00:00
zone-type-cache.h Spliting out TyperCache into ZoneTypeCache to share with AsmTyper. 2015-08-26 21:41:05 +00:00
zone.cc
zone.h