v8/src
cbruni 1c523a444b Revert of [runtime] Do not use the enum-cache for non-prototype objects. (patchset #1 id:1 of https://codereview.chromium.org/1612413003/ )
Reason for revert:
let me quickly revert the revert, wut?
Goal: my CL should not be in the tree!

Original issue's description:
> Reland of [runtime] Do not use the enum-cache for non-prototype objects. (patchset #1 id:1 of https://codereview.chromium.org/1619803003/ )
>
> Reason for revert:
> the deopt issues have been taken care of by benedikt
>
> Original issue's description:
> > Revert of [runtime] Do not use the enum-cache for non-prototype objects. (patchset #10 id:180001 of https://codereview.chromium.org/1608523002/ )
> >
> > Reason for revert:
> > tanks for-in significantly
> >
> > Original issue's description:
> > > [runtime] Do not use the enum-cache for keys retrieval.
> > >
> > > Currently we fail to properly handle shadowed properties. If the
> > > receiver defines a non-enumerable property that reappears on the
> > > prototype as enumerable it incorrectly shows up in [[Enumerate]].
> > > By extending the KeyAccumulator to track non-enumerable properties
> > > we can now properly filter them out when seeing them further up in
> > > the prototype-chain.
> > >
> > > BUG=v8:705
> > > LOG=y
> > >
> > > Committed: https://crrev.com/ed24dfe80d1da0827b8571839ee52c03ad09c9c7
> > > Cr-Commit-Position: refs/heads/master@{#33405}
> >
> > TBR=jkummerow@chromium.org,bmeurer@chromium.org
> > # Not skipping CQ checks because original CL landed more than 1 days ago.
> > BUG=v8:705
> > LOG=n
> >
> > Committed: https://crrev.com/6e0573c6fff1c3041bab106d1197ab1b64aa9a6a
> > Cr-Commit-Position: refs/heads/master@{#33443}
>
> TBR=jkummerow@chromium.org,bmeurer@chromium.org
> # Skipping CQ checks because original CL landed less than 1 days ago.
> NOPRESUBMIT=true
> NOTREECHECKS=true
> NOTRY=true
> BUG=v8:705
>
> Committed: https://crrev.com/5569e270eda517b5ea74e3a7676b3230cbe2f7a9
> Cr-Commit-Position: refs/heads/master@{#33458}

TBR=jkummerow@chromium.org,bmeurer@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=v8:705

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

Cr-Commit-Position: refs/heads/master@{#33459}
2016-01-22 09:12:10 +00:00
..
arm Revert of Array length reduction should throw in strict mode if it can't delete an element. (patchset #7 id:220001 of https://codereview.chromium.org/1587073003/ ) 2016-01-21 18:54:28 +00:00
arm64 Revert of Array length reduction should throw in strict mode if it can't delete an element. (patchset #7 id:220001 of https://codereview.chromium.org/1587073003/ ) 2016-01-21 18:54:28 +00:00
ast Remove a bit more dead code after array spread desugaring 2016-01-21 19:45:14 +00:00
base S390: Makefile + Build Toolchain Updates 2016-01-14 17:17:11 +00:00
compiler Revert "Revert of [turbofan] optimize spills in defered blocks (patchset #3 id:240001 of https://codereview.chromium.org/1551013002/ )" 2016-01-22 06:27:21 +00:00
crankshaft [crankshaft] For-in index increment cannot overflow. 2016-01-22 07:55:11 +00:00
debug [debugger] remove break point hit count and ignore count. 2016-01-21 13:15:29 +00:00
extensions [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
full-codegen PPC: [for-in] Sanitize for-in optimizations and fix bailout points. 2016-01-21 19:46:22 +00:00
heap [es7] implement Object.values() / Object.entries() proposal 2016-01-22 03:12:56 +00:00
ia32 Revert of Array length reduction should throw in strict mode if it can't delete an element. (patchset #7 id:220001 of https://codereview.chromium.org/1587073003/ ) 2016-01-21 18:54:28 +00:00
ic Revert of Array length reduction should throw in strict mode if it can't delete an element. (patchset #7 id:220001 of https://codereview.chromium.org/1587073003/ ) 2016-01-21 18:54:28 +00:00
interpreter [interpreter] First implementation of stack unwinding. 2016-01-20 18:10:40 +00:00
js [runtime] Migrate Object.getOwnPropertyNames to C++. 2016-01-20 19:30:49 +00:00
libplatform Implement tracing interface for v8 2015-12-17 18:48:35 +00:00
mips Revert of Array length reduction should throw in strict mode if it can't delete an element. (patchset #7 id:220001 of https://codereview.chromium.org/1587073003/ ) 2016-01-21 18:54:28 +00:00
mips64 Revert of Array length reduction should throw in strict mode if it can't delete an element. (patchset #7 id:220001 of https://codereview.chromium.org/1587073003/ ) 2016-01-21 18:54:28 +00:00
parsing Remove unnecessary RewriteNonPatternArguments 2016-01-21 16:00:10 +00:00
ppc PPC: [for-in] Sanitize for-in optimizations and fix bailout points. 2016-01-21 19:46:22 +00:00
profiler Revert of [profiler] Implement POC Sampling Heap Profiler (patchset #12 id:220001 of https://codereview.chromium.org/1555553002/ ) 2016-01-21 22:08:55 +00:00
regexp [regexp] implement character classes for unicode regexps. 2016-01-21 13:33:26 +00:00
runtime Revert of Array length reduction should throw in strict mode if it can't delete an element. (patchset #7 id:220001 of https://codereview.chromium.org/1587073003/ ) 2016-01-21 18:54:28 +00:00
snapshot [runtime] remove left-over distinction between AccessorInfo and ExecutableAccessorInfo 2016-01-18 15:09:08 +00:00
third_party Disable soon to be deprecated APIs per default for v8 2015-12-09 10:35:04 +00:00
tracing Implement tracing interface for v8 2015-12-17 18:48:35 +00:00
wasm [wasm] Add utilities to print out WASM ast directly from the bytes. 2016-01-21 16:11:19 +00:00
x64 Revert of Array length reduction should throw in strict mode if it can't delete an element. (patchset #7 id:220001 of https://codereview.chromium.org/1587073003/ ) 2016-01-21 18:54:28 +00:00
x87 Revert of Array length reduction should throw in strict mode if it can't delete an element. (patchset #7 id:220001 of https://codereview.chromium.org/1587073003/ ) 2016-01-21 18:54:28 +00:00
accessors.cc Revert of Array length reduction should throw in strict mode if it can't delete an element. (patchset #7 id:220001 of https://codereview.chromium.org/1587073003/ ) 2016-01-21 18:54:28 +00:00
accessors.h [runtime] Stop cloning AccessorInfo, just rely on PropertyAttributes for readonly. 2016-01-18 20:00:04 +00:00
address-map.cc Move RootIndexMap out of serializer file. 2015-10-23 08:28:38 +00:00
address-map.h Move RootIndexMap out of serializer file. 2015-10-23 08:28:38 +00:00
allocation-site-scopes.cc
allocation-site-scopes.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
allocation.cc
allocation.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
api-experimental.cc Re-re-land FastAccessorBuilder. 2015-12-11 09:54:00 +00:00
api-experimental.h Re-re-land FastAccessorBuilder. 2015-12-11 09:54:00 +00:00
api-natives.cc Make generators non-constructable. 2016-01-18 13:11:06 +00:00
api-natives.h Revert changes introduced in http://crrev.com/1367953002. 2015-11-10 21:00:18 +00:00
api.cc Revert of [profiler] Implement POC Sampling Heap Profiler (patchset #12 id:220001 of https://codereview.chromium.org/1555553002/ ) 2016-01-21 22:08:55 +00:00
api.h [proxies] Expose proxies in the API 2015-12-22 16:37:24 +00:00
arguments.cc Revert of Array length reduction should throw in strict mode if it can't delete an element. (patchset #7 id:220001 of https://codereview.chromium.org/1587073003/ ) 2016-01-21 18:54:28 +00:00
arguments.h Revert of Array length reduction should throw in strict mode if it can't delete an element. (patchset #7 id:220001 of https://codereview.chromium.org/1587073003/ ) 2016-01-21 18:54:28 +00:00
assembler.cc [Interpreter] Add ForInPrepare runtime function which returns a ObjectTriple. 2016-01-15 14:35:31 +00:00
assembler.h [Interpreter] Add ForInPrepare runtime function which returns a ObjectTriple. 2016-01-15 14:35:31 +00:00
assert-scope.cc
assert-scope.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
atomic-utils.h [profiler] Move away from UnboundedQueue to LockedQueue for regular events. 2015-11-18 14:14:49 +00:00
background-parsing-task.cc
background-parsing-task.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
bailout-reason.cc
bailout-reason.h [crankshaft] Remove useless --optimize-for-in flag. 2016-01-22 06:26:14 +00:00
base.isolate [swarming] Isolate mac asan. 2016-01-11 16:29:07 +00:00
basic-block-profiler.cc
basic-block-profiler.h
bignum-dtoa.cc
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 Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
bit-vector.h
bootstrapper.cc [es7] implement Object.values() / Object.entries() proposal 2016-01-22 03:12:56 +00:00
bootstrapper.h [stubs] A new approach to TF stubs 2015-12-02 12:35:20 +00:00
builtins.cc [es7] implement Object.values() / Object.entries() proposal 2016-01-22 03:12:56 +00:00
builtins.h [es7] implement Object.values() / Object.entries() proposal 2016-01-22 03:12:56 +00:00
cached-powers.cc
cached-powers.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
cancelable-task.cc Fix protocol for aborting and waiting for cancelable tasks. 2015-11-19 15:33:53 +00:00
cancelable-task.h Fix protocol for aborting and waiting for cancelable tasks. 2015-11-19 15:33:53 +00:00
char-predicates-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
char-predicates.cc
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 [Interpreter] Add support for calling runtime functions which return a pair. 2016-01-08 15:16:28 +00:00
code-factory.h [Interpreter] Add support for calling runtime functions which return a pair. 2016-01-08 15:16:28 +00:00
code-stubs-hydrogen.cc [compiler] Remove CodeStub from CompilationInfo 2016-01-20 15:18:14 +00:00
code-stubs.cc [compiler] Remove CodeStub from CompilationInfo 2016-01-20 15:18:14 +00:00
code-stubs.h [compiler] Remove CodeStub from CompilationInfo 2016-01-20 15:18:14 +00:00
codegen.cc [compiler] Remove CodeStub from CompilationInfo 2016-01-20 15:18:14 +00:00
codegen.h Remove custom win64 modulo code 2015-11-26 10:11:54 +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] Decouple inlining and native context specialization. 2015-11-18 10:04:03 +00:00
compilation-dependencies.h [turbofan] Decouple inlining and native context specialization. 2015-11-18 10:04:03 +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 [compiler] Remove CodeStub from CompilationInfo 2016-01-20 15:18:14 +00:00
compiler.h [compiler] Remove CodeStub from CompilationInfo 2016-01-20 15:18:14 +00:00
context-measure.cc [runtime] remove left-over distinction between AccessorInfo and ExecutableAccessorInfo 2016-01-18 15:09:08 +00:00
context-measure.h Using override keyword in ObjectVisitor class hierarchy. 2015-11-05 09:32:38 +00:00
contexts-inl.h [runtime] Use "the hole" instead of smi 0 as sentinel for context extension. 2015-11-30 13:23:28 +00:00
contexts.cc Clean up dead code after spread desugaring 2016-01-19 12:06:30 +00:00
contexts.h [runtime] Introduce maps for the likely cases of FromPropertyDescriptor. 2016-01-20 19:04:40 +00:00
conversions-inl.h [v8natives.js] updating comments to ES6 2015-12-10 10:43:37 +00:00
conversions.cc [v8natives.js] updating comments to ES6 2015-12-10 10:43:37 +00:00
conversions.h
counters.cc
counters.h [turbofan] Add performance counters for escape analysis 2016-01-05 10:30:23 +00:00
d8-posix.cc
d8-windows.cc
d8.cc [d8] Add support for printing symbols 2015-12-29 09:58:04 +00:00
d8.gyp Remove wasm compile time option and enable wasm behind a runtime flag. 2016-01-05 18:06:54 +00:00
d8.h
d8.isolate [swarming] Add isolate configs for d8 on linux. 2015-09-25 14:37:11 +00:00
d8.js [proxies] Better print for proxies in d8 2015-12-22 13:50:17 +00:00
date.cc [date] Date parser says true even for wrong dates, check twice. 2016-01-07 09:30:46 +00:00
date.h [runtime] Migrate several Date builtins to C++. 2016-01-05 11:05:50 +00:00
dateparser-inl.h Accept time zones like GMT-8 in the legacy date parser 2016-01-04 23:25:57 +00:00
dateparser.cc Fix UTC offset computation in date parser. 2015-12-17 16:29:33 +00:00
dateparser.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
deoptimizer.cc [turbofan] Make context deoptmizable 2016-01-11 12:48:13 +00:00
deoptimizer.h [Interpreter] Add basic deoptimization support from TurboFan to Ignition. 2015-12-18 18:35:00 +00:00
DEPS Remove rule prohibiting including src/v8.h 2016-01-19 20:06:31 +00:00
disasm.h
disassembler.cc Deprecate unused RelocInfo::CONSTRUCT_CALL mode. 2015-11-30 12:39:34 +00:00
disassembler.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
diy-fp.cc
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
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
elements-kind.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
elements.cc Revert of [runtime] Do not use the enum-cache for non-prototype objects. (patchset #1 id:1 of https://codereview.chromium.org/1612413003/ ) 2016-01-22 09:12:10 +00:00
elements.h [cleanup] Introduce PropertyFilter 2015-12-02 16:30:24 +00:00
execution.cc [runtime] Unify the ToObject handling. 2016-01-15 13:00:05 +00:00
execution.h [runtime] Unify the ToObject handling. 2016-01-15 13:00:05 +00:00
factory.cc [runtime] remove left-over distinction between AccessorInfo and ExecutableAccessorInfo 2016-01-18 15:09:08 +00:00
factory.h [runtime] remove left-over distinction between AccessorInfo and ExecutableAccessorInfo 2016-01-18 15:09:08 +00:00
fast-dtoa.cc
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
fixed-dtoa.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
flag-definitions.h [crankshaft] Remove useless --optimize-for-in flag. 2016-01-22 06:26:14 +00:00
flags.cc
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] First implementation of stack unwinding. 2016-01-20 18:10:40 +00:00
frames.h [interpreter] First implementation of stack unwinding. 2016-01-20 18:10:40 +00:00
futex-emulation.cc Support offset-TypedArray in futex API 2015-11-20 11:40:00 +00:00
futex-emulation.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
gdb-jit.cc [runtime] Replace global object link with native context link in all contexts. 2015-11-27 17:00:11 +00:00
gdb-jit.h
global-handles.cc Add {CancelableTaskManager} to handle {Cancelable} concurrent tasks. 2015-11-14 01:20:14 +00:00
global-handles.h Adds a scavenge GC pass to collect unmodified references 2015-10-27 12:22:31 +00:00
globals.h Make generators non-constructable. 2016-01-18 13:11:06 +00:00
handles-inl.h Canonicalize handles for optimized compilation. 2015-10-26 15:33:20 +00:00
handles.cc Canonicalize handles for optimized compilation. 2015-10-26 15:33:20 +00:00
handles.h [turbofan] Decouple inlining and native context specialization. 2015-11-18 10:04:03 +00:00
hashmap.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
i18n.cc Add UseCounters for various standards-related code paths 2016-01-07 00:13:03 +00:00
i18n.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
icu_util.cc
icu_util.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
identity-map.cc Canonicalize handles for optimized compilation. 2015-10-26 15:33:20 +00:00
identity-map.h Simplify IdentityMap. 2015-10-23 10:33:14 +00:00
interface-descriptors.cc Remove strong mode support from rest argument creation. 2016-01-05 10:51:37 +00:00
interface-descriptors.h [runtime] Remove the now unused %StoreArrayLiteralElement. 2016-01-18 06:34:22 +00:00
isolate-inl.h [runtime] Replace global object link with native context link in all contexts. 2015-11-27 17:00:11 +00:00
isolate.cc Revert of [profiler] Implement POC Sampling Heap Profiler (patchset #12 id:220001 of https://codereview.chromium.org/1555553002/ ) 2016-01-21 22:08:55 +00:00
isolate.h Add Isolate::DiscardThreadSpecificMetadata method to embedder API. 2015-12-16 15:49:49 +00:00
json-stringifier.h [runtime] Introduce dedicated JSBoundFunction to represent bound functions. 2015-12-27 06:31:44 +00:00
key-accumulator.cc Revert of [runtime] Do not use the enum-cache for non-prototype objects. (patchset #1 id:1 of https://codereview.chromium.org/1612413003/ ) 2016-01-22 09:12:10 +00:00
key-accumulator.h Revert of [runtime] Do not use the enum-cache for non-prototype objects. (patchset #1 id:1 of https://codereview.chromium.org/1612413003/ ) 2016-01-22 09:12:10 +00:00
layout-descriptor-inl.h AIX: Fix 'may be used uninitialized' compiler errors 2015-10-26 18:05:28 +00:00
layout-descriptor.cc
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
locked-queue-inl.h Add lock-based unbounded queue 2015-11-18 10:54:13 +00:00
locked-queue.h Add lock-based unbounded queue 2015-11-18 10:54:13 +00:00
log-inl.h Implement tracing interface for v8 2015-12-17 18:48:35 +00:00
log-utils.cc
log-utils.h Include stdio.h for fwrite support 2015-10-30 08:03:44 +00:00
log.cc [runtime] remove left-over distinction between AccessorInfo and ExecutableAccessorInfo 2016-01-18 15:09:08 +00:00
log.h Revert of Provide call counts for constructor calls, surface them as a vector IC. (patchset #4 id:60001 of https://codereview.chromium.org/1476413003/ ) 2015-12-04 07:34:31 +00:00
lookup.cc LookupIterator should find private symbols on JSProxies 2016-01-18 12:41:30 +00:00
lookup.h [proxies] Implement [[Set]]. 2015-12-01 12:27:09 +00:00
machine-type.cc [turbofan] Make MachineType a pair of enums. 2015-12-10 09:03:53 +00:00
machine-type.h [turbofan] Make MachineType a pair of enums. 2015-12-10 09:03:53 +00:00
macro-assembler.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
messages.cc Revert of [runtime] Do not use the enum-cache for non-prototype objects. (patchset #1 id:1 of https://codereview.chromium.org/1612413003/ ) 2016-01-22 09:12:10 +00:00
messages.h TypedArray and ArrayBuffer support for @@species 2016-01-12 06:07:59 +00:00
msan.h
objects-body-descriptors-inl.h [interpreter] Add field for source position table to byte code array. 2016-01-20 14:17:00 +00:00
objects-body-descriptors.h Allow in-object properties in JSArrayBuffer. 2015-11-26 09:46:01 +00:00
objects-debug.cc [runtime] remove left-over distinction between AccessorInfo and ExecutableAccessorInfo 2016-01-18 15:09:08 +00:00
objects-inl.h [interpreter] Add field for source position table to byte code array. 2016-01-20 14:17:00 +00:00
objects-printer.cc Revert of Array length reduction should throw in strict mode if it can't delete an element. (patchset #7 id:220001 of https://codereview.chromium.org/1587073003/ ) 2016-01-21 18:54:28 +00:00
objects.cc Revert of [runtime] Do not use the enum-cache for non-prototype objects. (patchset #1 id:1 of https://codereview.chromium.org/1612413003/ ) 2016-01-22 09:12:10 +00:00
objects.h Revert of [runtime] Do not use the enum-cache for non-prototype objects. (patchset #1 id:1 of https://codereview.chromium.org/1612413003/ ) 2016-01-22 09:12:10 +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 [regexp] implement character classes for unicode regexps. 2016-01-21 13:33:26 +00:00
ostreams.h [regexp] implement character classes for unicode regexps. 2016-01-21 13:33:26 +00:00
OWNERS Adding aseemgarg and bradnelson to OWNERS for asm typer. 2016-01-11 13:00:01 +00:00
pending-compilation-error-handler.cc
pending-compilation-error-handler.h
property-descriptor.cc [runtime] Introduce maps for the likely cases of FromPropertyDescriptor. 2016-01-20 19:04:40 +00:00
property-descriptor.h [runtime] Introduce maps for the likely cases of FromPropertyDescriptor. 2016-01-20 19:04:40 +00:00
property-details.h [cleanup] Drop JSObject::GetOwnPropertyNames(). 2015-12-09 17:03:07 +00:00
property.cc
property.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
prototype.h Fix "const" typo 2016-01-04 16:17:28 +00:00
register-configuration.cc Clean up ArchDefaultRegisterConfiguration. 2015-12-01 14:18:55 +00:00
register-configuration.h For some platform such as X87, Crankshaft and Turbofan needs to use different 2015-10-22 13:24:49 +00:00
runtime-profiler.cc Type Feedback Vector: Calculate profiler counts on the fly. 2015-12-09 08:33:21 +00:00
runtime-profiler.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
safepoint-table.cc
safepoint-table.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
signature.h
simulator.h
small-pointer-list.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
source-position.h Move SourcePosition into separate header file. 2016-01-15 12:11:50 +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 Add diagnostic message if external blob files cannot be loaded. 2016-01-07 11:58:39 +00:00
startup-data-util.h
string-builder.cc Canonicalize handles for optimized compilation. 2015-10-26 15:33:20 +00:00
string-builder.h Canonicalize handles for optimized compilation. 2015-10-26 15:33:20 +00:00
string-search.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
string-stream.cc
string-stream.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
strtod.cc
strtod.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
transitions-inl.h Pretenure prototype transitions array. 2015-12-11 11:25:26 +00:00
transitions.cc Pretenure prototype transitions array. 2015-12-11 11:25:26 +00:00
transitions.h Pretenure prototype transitions array. 2015-12-11 11:25:26 +00:00
type-cache.cc [types] Use the TypeCache consistently for common types. 2015-10-28 13:31:22 +00:00
type-cache.h Make typing-asm match spec more closely around load/store, add more tests. 2015-11-30 21:11:47 +00:00
type-feedback-vector-inl.h Type Feedback Vector: Calculate profiler counts on the fly. 2015-12-09 08:33:21 +00:00
type-feedback-vector.cc [es6] Correct Function.prototype.apply, Reflect.construct and Reflect.apply. 2015-12-17 08:41:19 +00:00
type-feedback-vector.h [es6] Correct Function.prototype.apply, Reflect.construct and Reflect.apply. 2015-12-17 08:41:19 +00:00
type-info.cc Revert of Provide call counts for constructor calls, surface them as a vector IC. (patchset #4 id:60001 of https://codereview.chromium.org/1476413003/ ) 2015-12-04 07:34:31 +00:00
type-info.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
types-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
types.cc [runtime] remove left-over distinction between AccessorInfo and ExecutableAccessorInfo 2016-01-18 15:09:08 +00:00
types.h [turbofan] Avoid unnecessary write barriers and improve code generation. 2015-11-10 11:05:59 +00:00
typing-asm.cc Add function tables to asm to wasm 2016-01-20 23:37:41 +00:00
typing-asm.h Retain information on which standard objects are used in asm typer. 2015-12-09 04:28:34 +00:00
typing-reset.cc Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
typing-reset.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
unicode-cache-inl.h
unicode-cache.h
unicode-decoder.cc
unicode-decoder.h
unicode-inl.h
unicode.cc
unicode.h
utils.cc Initialize fast memmove methods in the Isolate's ctor 2015-11-26 14:40:12 +00:00
utils.h [regexp] move regexp parser into own files. 2016-01-08 09:56:04 +00:00
v8.cc Initialize fast memmove methods in the Isolate's ctor 2015-11-26 14:40:12 +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
v8threads.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
vector.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
version.cc
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 Fix external callback logging in profiler. 2015-10-28 13:42:40 +00:00
zone-allocator.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
zone-containers.h Allocators for map<K, V> need to allocate pair<const K, V>. 2015-11-27 08:39:22 +00:00
zone.cc
zone.h