v8/src
hablich 626fd5f0b9 Revert of Use in-object fields instead of private symbols for regexp slots. (patchset #4 id:60001 of https://codereview.chromium.org/1428203003/ )
Reason for revert:
A clean revert of https://codereview.chromium.org/1419823010/ was not possible because of this CL. Thus, I am also reverting this CL.

Original issue's description:
> Use in-object fields instead of private symbols for regexp slots.
>
> R=bmeurer@chromium.org
>
> Committed: https://crrev.com/5a1e42c039ac3379ebe1e7e34fb8163e1ec1493e
> Cr-Commit-Position: refs/heads/master@{#31791}

TBR=bmeurer@chromium.org,yangguo@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#31800}
2015-11-04 18:33:12 +00:00
..
arm [runtime] Fix ES6 9.2.1 [[Call]] when encountering a classConstructor. 2015-11-04 14:30:09 +00:00
arm64 [runtime] Fix ES6 9.2.1 [[Call]] when encountering a classConstructor. 2015-11-04 14:30:09 +00:00
base Add ARMv8-A to the supporting list of arm platforms 2015-10-30 14:17:20 +00:00
compiler [turbofan] Deprecate RawMachineAssembler::CallFunctionStub0. 2015-11-04 17:17:13 +00:00
crankshaft Revert of Use in-object fields instead of private symbols for regexp slots. (patchset #4 id:60001 of https://codereview.chromium.org/1428203003/ ) 2015-11-04 18:33:12 +00:00
debug Remove several JSFunction delegator functions. 2015-11-04 14:56:37 +00:00
extensions [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
full-codegen [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
heap Remove several JSFunction delegator functions. 2015-11-04 14:56:37 +00:00
ia32 [runtime] Fix ES6 9.2.1 [[Call]] when encountering a classConstructor. 2015-11-04 14:30:09 +00:00
ic Remove several JSFunction delegator functions. 2015-11-04 14:56:37 +00:00
interpreter [Interpreter] Add support for JS runtime calls. 2015-11-04 09:21:51 +00:00
js Revert of Use in-object fields instead of private symbols for regexp slots. (patchset #4 id:60001 of https://codereview.chromium.org/1428203003/ ) 2015-11-04 18:33:12 +00:00
libplatform [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
mips [runtime] Fix ES6 9.2.1 [[Call]] when encountering a classConstructor. 2015-11-04 14:30:09 +00:00
mips64 [runtime] Fix ES6 9.2.1 [[Call]] when encountering a classConstructor. 2015-11-04 14:30:09 +00:00
ppc PPC: [turbofan] Added the RoundInt64ToFloat64 instruction to TurboFan. 2015-11-04 15:17:07 +00:00
profiler Merge GlobalObject with JSGlobalObject. 2015-11-02 14:58:19 +00:00
regexp RegExp: remove last match info override. 2015-10-27 08:24:08 +00:00
runtime Revert of Use in-object fields instead of private symbols for regexp slots. (patchset #4 id:60001 of https://codereview.chromium.org/1428203003/ ) 2015-11-04 18:33:12 +00:00
snapshot [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
third_party Initialize maths result array in JS. 2015-11-03 08:24:39 +00:00
x64 [runtime] Fix ES6 9.2.1 [[Call]] when encountering a classConstructor. 2015-11-04 14:30:09 +00:00
x87 [turbofan] Implement the call protocol properly for direct calls. 2015-11-04 14:08:59 +00:00
accessors.cc Remove several JSFunction delegator functions. 2015-11-04 14:56:37 +00:00
accessors.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +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 Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
allocation-site-scopes.h Canonicalize handles for optimized compilation. 2015-10-26 15:33:20 +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 Refactor Object::SetSuperProperty and others. 2015-10-30 10:46:11 +00:00
api-natives.h [api] expose API for adding per-context Intrinsics to Templates 2015-10-21 20:14:51 +00:00
api.cc Remove several JSFunction delegator functions. 2015-11-04 14:56:37 +00:00
api.h Replace FunctionToLocal with CallableToLocal 2015-10-26 13:37:04 +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 For some platform such as X87, Crankshaft and Turbofan needs to use different 2015-10-22 13:24:49 +00:00
assembler.h Remove obsolete field in RelocInfo. 2015-10-28 10:23:58 +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] Handle super properly when rewriting arrow parameter initializers 2015-10-21 13:16:07 +00:00
ast-expression-visitor.h [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
ast-literal-reindexer.cc [es7] implement |do| expressions proposal 2015-10-21 02:58:32 +00:00
ast-literal-reindexer.h [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
ast-numbering.cc [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +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 Make AstRawString deduplication encoding-agnostic. 2015-10-28 11:28:55 +00:00
ast-value-factory.h Revert of [es6] Implement destructuring binding in try/catch (patchset #3 id:40001 of https://codereview.chromium.org/1417483014/ ) 2015-11-04 16:39:59 +00:00
ast.cc [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
ast.h [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +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 [Swarming] Isolate files for windows. 2015-11-04 10:46:37 +00:00
basic-block-profiler.cc Replace OStream with std::ostream. 2014-09-30 10:29:32 +00:00
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 [clusterfuzz] Length 0 is perfectly fine for BitVector. 2015-05-08 12:01:51 +00:00
bootstrapper.cc Revert of Use in-object fields instead of private symbols for regexp slots. (patchset #4 id:60001 of https://codereview.chromium.org/1428203003/ ) 2015-11-04 18:33:12 +00:00
bootstrapper.h Remove JSBuiltinsObject. 2015-11-02 13:04:34 +00:00
builtins.cc Ensure JSProxy correctness for PrototypeIterator uses 2015-11-03 10:43:35 +00:00
builtins.h [es6] Partially implement Reflect.set. 2015-10-30 11:48:43 +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 [turbofan] Remove use of CallFunctionStub from TurboFan. 2015-11-04 15:04:53 +00:00
code-factory.h [turbofan] Remove use of CallFunctionStub from TurboFan. 2015-11-04 15:04:53 +00:00
code-stubs-hydrogen.cc [turbofan] Add support for transitioning stores to double fields. 2015-10-30 16:12:07 +00:00
code-stubs.cc [types] Use unified integral representation bits. 2015-11-04 08:06:16 +00:00
code-stubs.h [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
codegen.cc Add linebreaks to --trace-codegen output. 2015-10-26 13:41:30 +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 transitioning stores. 2015-10-29 09:06:25 +00:00
compilation-dependencies.h [turbofan] Initial support for transitioning stores. 2015-10-29 09:06:25 +00:00
compilation-statistics.cc Make --turbo-stats output more self-explanatory. 2015-09-14 09:25:31 +00:00
compilation-statistics.h Replace OVERRIDE->override and FINAL->final since we now require C++11. 2015-04-20 13:08:14 +00:00
compiler.cc [Interpreter] Don't compile Api or Builtin id functions through the interpreter. 2015-11-02 20:38:18 +00:00
compiler.h Merge GlobalObject with JSGlobalObject. 2015-11-02 14:58:19 +00:00
context-measure.cc [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
context-measure.h Move RootIndexMap out of serializer file. 2015-10-23 08:28:38 +00:00
contexts-inl.h Merge GlobalObject with JSGlobalObject. 2015-11-02 14:58:19 +00:00
contexts.cc Merge GlobalObject with JSGlobalObject. 2015-11-02 14:58:19 +00:00
contexts.h Merge GlobalObject with JSGlobalObject. 2015-11-02 14:58:19 +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 histogram timers for incremental marking start and finalization event. 2015-10-29 11:46:20 +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 [turbofan] Introduce simplified NumberBitwise{Or,Xor,And} operators. 2015-10-27 09:08:19 +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 [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
elements.h [runtime] Support Symbols in KeyAccumulator 2015-11-04 14:05:36 +00:00
execution.cc Merge GlobalObject with JSGlobalObject. 2015-11-02 14:58:19 +00:00
execution.h Map v8::Function to JSReceiver + IsCallable 2015-10-23 12:27:06 +00:00
expression-classifier.h Fix let pattern error accumulation 2015-10-15 10:46:17 +00:00
factory.cc Remove several JSFunction delegator functions. 2015-11-04 14:56:37 +00:00
factory.h Reland "[es6] Fix Function and GeneratorFunction built-ins subclassing." 2015-11-03 16:42:43 +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 Revert of [heap] Turn on parallel compaction (patchset #1 id:1 of https://codereview.chromium.org/1364693002/ ) 2015-11-03 23:24:32 +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 [turbofan] Fix new.target when a function is inlined to a constructor. 2015-11-03 16:20:28 +00:00
frames.h [turbofan] Fix new.target when a function is inlined to a constructor. 2015-11-03 16:20:28 +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 Adds a scavenge GC pass to collect unmodified references 2015-10-27 12:22:31 +00:00
global-handles.h Adds a scavenge GC pass to collect unmodified references 2015-10-27 12:22:31 +00:00
globals.h [runtime] Fix ES6 9.2.1 [[Call]] when encountering a classConstructor. 2015-11-04 14:30:09 +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 Canonicalize handles for optimized compilation. 2015-10-26 15:33:20 +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 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 [types] Use unified integral representation bits. 2015-11-04 08:06:16 +00:00
interface-descriptors.h [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
isolate-inl.h Merge GlobalObject with JSGlobalObject. 2015-11-02 14:58:19 +00:00
isolate.cc Remove several JSFunction delegator functions. 2015-11-04 14:56:37 +00:00
isolate.h Merge GlobalObject with JSGlobalObject. 2015-11-02 14:58:19 +00:00
json-parser.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
json-stringifier.h Merge GlobalObject with JSGlobalObject. 2015-11-02 14:58:19 +00:00
key-accumulator.cc [runtime] Support Symbols in KeyAccumulator 2015-11-04 14:05:36 +00:00
key-accumulator.h [runtime] Support Symbols in KeyAccumulator 2015-11-04 14:05:36 +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 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 Include stdio.h for fwrite support 2015-10-30 08:03:44 +00:00
log.cc Fix external callback logging in profiler. 2015-10-28 13:42:40 +00:00
log.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
lookup.cc Merge GlobalObject with JSGlobalObject. 2015-11-02 14:58:19 +00:00
lookup.h Reland^2 "Use C++ implementation of Object.definePropert{y,ies}" 2015-10-26 16:39:10 +00:00
macro-assembler.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
messages.cc Map v8::Function to JSReceiver + IsCallable 2015-10-23 12:27:06 +00:00
messages.h Implement flag and source getters on RegExp.prototype. 2015-11-04 12:28:48 +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 Annotate Heap::FindAllocationMemento for MemorySanitizer. 2014-09-19 11:32:17 +00:00
objects-debug.cc Merge GlobalObject with JSGlobalObject. 2015-11-02 14:58:19 +00:00
objects-inl.h Revert of Use in-object fields instead of private symbols for regexp slots. (patchset #4 id:60001 of https://codereview.chromium.org/1428203003/ ) 2015-11-04 18:33:12 +00:00
objects-printer.cc Reland "[es6] Fix Function and GeneratorFunction built-ins subclassing." 2015-11-03 16:42:43 +00:00
objects.cc Remove several JSFunction delegator functions. 2015-11-04 14:56:37 +00:00
objects.h Revert of Use in-object fields instead of private symbols for regexp slots. (patchset #4 id:60001 of https://codereview.chromium.org/1428203003/ ) 2015-11-04 18:33:12 +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 Don't #define snprintf in VS2015 - it's illegal and unneeded. 2015-04-09 09:02:58 +00:00
ostreams.h [turbofan] Improve JSON output 2015-01-29 12:15:14 +00:00
OWNERS
parameter-initializer-rewriter.cc Remove unnecessary v8.h include in parameter-initializer-rewriter.cc 2015-10-21 13:29:55 +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 Revert of [es6] Implement destructuring binding in try/catch (patchset #3 id:40001 of https://codereview.chromium.org/1417483014/ ) 2015-11-04 16:39:59 +00:00
parser.h [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
pattern-rewriter.cc Scope cleanup: remove unused bits and accessors 2015-10-27 00:48:02 +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 Migrate error messages, part 12. 2015-05-18 08:33:51 +00:00
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 Revert of [es6] Implement destructuring binding in try/catch (patchset #3 id:40001 of https://codereview.chromium.org/1417483014/ ) 2015-11-04 16:39:59 +00:00
preparser.h Fix eval calls in initializers of arrow function parameters 2015-10-29 15:16:40 +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 [es6] Partially implement Reflect.getOwnPropertyDescriptor. 2015-10-30 10:05:03 +00:00
property-descriptor.h [es6] Partially implement Reflect.getOwnPropertyDescriptor. 2015-10-30 10:05:03 +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 X87: Return different allocatable double register number for X87 turbofan / crankshaft seperately. 2015-10-23 07:34:09 +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
rewriter.cc [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
rewriter.h [es7] implement |do| expressions proposal 2015-10-21 02:58:32 +00:00
runtime-profiler.cc Remove several JSFunction delegator functions. 2015-11-04 14:56:37 +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] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
scanner.cc [parser] fix token end position for regexp literals 2015-10-09 01:02:02 +00:00
scanner.h Always dispose backing store. 2015-10-21 15:30:27 +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 Fix eval calls in initializers of arrow function parameters 2015-10-29 15:16:40 +00:00
scopes.h Fix eval calls in initializers of arrow function parameters 2015-10-29 15:16:40 +00:00
signature.h Extract Signature from src/compiler/machine-type.h to src/signature.h 2015-05-04 10:11:54 +00:00
simulator.h Contribution of PowerPC port (continuation of 422063005) 2015-01-16 07:42:15 +00:00
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 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 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 [turbofan] Add support for transitioning stores to double fields. 2015-10-30 16:12:07 +00:00
type-cache.cc [types] Use the TypeCache consistently for common types. 2015-10-28 13:31:22 +00:00
type-cache.h [types] Use unified integral representation bits. 2015-11-04 08:06:16 +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 Alternative approach to using type feedback for Symbol-keyed properties 2015-10-23 08:18:02 +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 Remove JSBuiltinsObject. 2015-11-02 13:04:34 +00:00
types.h [types] Use unified integral representation bits. 2015-11-04 08:06:16 +00:00
typing-asm.cc Increase strictness of asm type conversions. 2015-11-03 22:46:54 +00:00
typing-asm.h [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +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 Scanner / Unicode decoding: use size_t instead of unsigned. 2015-02-05 07:54:34 +00:00
unicode.cc [presubmit] Fix build/include linter violations. 2015-09-03 07:56:14 +00:00
unicode.h Scanner / Unicode decoding: use size_t instead of unsigned. 2015-02-05 07:54:34 +00:00
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 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 [stl] Fix ZonePriorityQueue wrapper. 2015-06-11 05:15:04 +00:00
zone.cc Fix DCHECK with unsigned int in zone.cc. 2015-04-17 09:06:45 +00:00
zone.h Replace OVERRIDE->override and FINAL->final since we now require C++11. 2015-04-20 13:08:14 +00:00