..
arm
Get rid of AllocationFlags::TAG_OBJECT
2016-04-26 12:03:58 +00:00
arm64
Get rid of AllocationFlags::TAG_OBJECT
2016-04-26 12:03:58 +00:00
ast
[debugger] do not expose temporary variables introduced by the parser.
2016-04-27 04:49:46 +00:00
base
Reland "Check for semaphore alignment on posix platforms. (patchset #1 id:1 of https://codereview.chromium.org/1912923003/ )"
2016-04-25 18:12:18 +00:00
compiler
[turbofan] Enable concurrent (re)compilation.
2016-04-27 12:40:00 +00:00
crankshaft
Get rid of AllocationFlags::TAG_OBJECT
2016-04-26 12:03:58 +00:00
debug
[debugger] use object with null proto to materialize scopes.
2016-04-27 06:09:23 +00:00
extensions
[Interpreter] Add Ignition statistics JavaScript extension.
2016-04-27 11:11:44 +00:00
full-codegen
Get rid of AllocationFlags::TAG_OBJECT
2016-04-26 12:03:58 +00:00
heap
Revert of [heap] Uncommit pooled pages concurrently (patchset #5 id:120001 of https://codereview.chromium.org/1913083002/ )
2016-04-27 12:40:01 +00:00
ia32
Get rid of AllocationFlags::TAG_OBJECT
2016-04-26 12:03:58 +00:00
ic
Check the state of the current binary op IC before patching smi code
2016-04-27 09:19:15 +00:00
interpreter
[Interpreter] Add Ignition statistics JavaScript extension.
2016-04-27 11:11:44 +00:00
js
Remove obsolete code from v8natives.
2016-04-25 13:05:42 +00:00
libplatform
Reland "Check for semaphore alignment on posix platforms. (patchset #1 id:1 of https://codereview.chromium.org/1912923003/ )"
2016-04-25 18:12:18 +00:00
mips
Get rid of AllocationFlags::TAG_OBJECT
2016-04-26 12:03:58 +00:00
mips64
Get rid of AllocationFlags::TAG_OBJECT
2016-04-26 12:03:58 +00:00
parsing
[es6] Don't eliminate tail calls from for-in and for-of bodies.
2016-04-27 09:34:10 +00:00
ppc
PPC: [Interpreter] Use FastNewSloppyArguments when possible.
2016-04-25 16:45:30 +00:00
profiler
Get rid of UnsafeCurrent in Sampler
2016-04-22 10:54:53 +00:00
regexp
[regexp] Fix non-match and max match length in RegExpCharacterClass.
2016-04-25 13:32:14 +00:00
runtime
[debugger] use object with null proto to materialize scopes.
2016-04-27 06:09:23 +00:00
s390
S390: [Interpreter] Use FastNewSloppyArguments when possible.
2016-04-27 03:43:20 +00:00
snapshot
[profiler] Remove obsolete CompilationInfo argument.
2016-04-21 13:18:27 +00:00
third_party
[build] Prepare moving v8.gyp to src/
2016-04-25 12:20:24 +00:00
tracing
Reland: Add Scoped Context Info (Isolate) to V8 Traces
2016-02-26 17:25:30 +00:00
wasm
[wasm] Replace WasmName by Vector<const char>
2016-04-26 14:47:29 +00:00
x64
Get rid of AllocationFlags::TAG_OBJECT
2016-04-26 12:03:58 +00:00
x87
X87: Get rid of AllocationFlags::TAG_OBJECT.
2016-04-27 07:31:12 +00:00
accessors.cc
Remove support for Object.observe
2016-04-22 09:02:41 +00:00
accessors.h
Remove support for Object.observe
2016-04-22 09:02:41 +00:00
address-map.cc
[serializer] Ensure immortal immovable roots are deserialized correctly.
2016-02-08 10:48:58 +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
Create ast/ and parsing/ subdirectories and move appropriate files
2015-11-26 16:23:07 +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-arguments.cc
Simplify the interface of PropertyCallbackArguments
2016-03-10 15:46:16 +00:00
api-arguments.h
Simplify the interface of PropertyCallbackArguments
2016-03-10 15:46:16 +00:00
api-experimental.cc
Move FastAccessorAssembler from RawMachineAssembler to CodeStubAssembler.
2016-03-17 11:06:14 +00:00
api-experimental.h
Re-re-land FastAccessorBuilder.
2015-12-11 09:54:00 +00:00
api-natives.cc
Use EmbedderHeapTracer instead of object grouping when embedder sets the heap tracer.
2016-04-12 10:33:27 +00:00
api-natives.h
[api] Make ObjectTemplate::SetNativeDataProperty() work even if the ObjectTemplate does not have a constructor.
2016-02-06 18:10:36 +00:00
api.cc
[api] Introduce MicrotasksScope::IsRunningMicrotasks
2016-04-25 15:22:32 +00:00
api.h
Switch microtasks checks from V8_ENABLE_CHECKS to DEBUG to work with dcheck_always_on.
2016-03-19 00:20:22 +00:00
arguments.cc
Split off api-arguments.[h|cc] from arguments.[h|cc]
2016-03-10 12:16:05 +00:00
arguments.h
[runtime] reduce runtime function and builtins overhead
2016-04-06 15:33:06 +00:00
assembler.cc
[Interpreter] Add Ignition statistics JavaScript extension.
2016-04-27 11:11:44 +00:00
assembler.h
[wasm] New implementation of popcnt and ctz.
2016-04-21 07:47:05 +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
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
Expose a lower bound of malloc'd memory via heap statistics
2016-04-01 10:01:56 +00:00
background-parsing-task.h
Create ast/ and parsing/ subdirectories and move appropriate files
2015-11-26 16:23:07 +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
[compiler] Make OptimizedCompileJob agnostic from backend.
2016-04-11 10:02:26 +00:00
base.isolate
[Interpreter] Remove separate Ignition snapshot.
2016-04-08 13:25:31 +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
Create ast/ and parsing/ subdirectories and move appropriate files
2015-11-26 16:23:07 +00:00
bit-vector.h
[clusterfuzz] Length 0 is perfectly fine for BitVector.
2015-05-08 12:01:51 +00:00
bootstrapper.cc
[Interpreter] Add Ignition statistics JavaScript extension.
2016-04-27 11:11:44 +00:00
bootstrapper.h
[Interpreter] Add Ignition statistics JavaScript extension.
2016-04-27 11:11:44 +00:00
builtins.cc
MigrateInstance(target) before Object.assign(target, ...)
2016-04-25 15:41:21 +00:00
builtins.h
Migrate Object.definePropert{ies,y} from v8natives to builtins.
2016-04-25 12:24:48 +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
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
[regexp] allow loose matching for property names.
2016-03-09 19:07:46 +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
[regexp] allow loose matching for property names.
2016-03-09 19:07:46 +00:00
checks.h
[presubmit] Enable readability/namespace linter checking.
2015-09-30 13:47:11 +00:00
code-factory.cc
[Interpreter] Introduce IncStub and DecStub.
2016-04-22 10:36:33 +00:00
code-factory.h
[Interpreter] Introduce IncStub and DecStub.
2016-04-22 10:36:33 +00:00
code-stub-assembler.cc
[turbofan] Introduce TruncateTaggedToWord32 simplified operator.
2016-04-24 11:41:20 +00:00
code-stub-assembler.h
[turbofan] Introduce TruncateTaggedToWord32 simplified operator.
2016-04-24 11:41:20 +00:00
code-stubs-hydrogen.cc
Pass debug name as Vector instead of const char*
2016-04-26 14:37:05 +00:00
code-stubs.cc
[Interpreter] Introduce IncStub and DecStub.
2016-04-22 10:36:33 +00:00
code-stubs.h
[Interpreter] Introduce IncStub and DecStub.
2016-04-22 10:36:33 +00:00
codegen.cc
[compiler] Switch code printing to not use literal.
2016-04-19 08:00:47 +00:00
codegen.h
S390: Platform specific includes in common files
2016-03-10 14:03:51 +00:00
collector.h
[serializer] split up src/snapshot/serialize.*
2016-03-01 14:44:08 +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
Fix printf formats
2016-04-12 16:14:03 +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
[turbofan] Enable concurrent (re)compilation.
2016-04-27 12:40:00 +00:00
compiler.h
[turbofan] Enable concurrent (re)compilation.
2016-04-27 12:40:00 +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
[debugger] allow debug-evaluate to change stack and context values.
2016-03-31 06:00:21 +00:00
contexts.cc
Remove all non-function-name uses of CONST_LEGACY
2016-04-19 17:04:36 +00:00
contexts.h
Migrate Object.definePropert{ies,y} from v8natives to builtins.
2016-04-25 12:24:48 +00:00
conversions-inl.h
[api] Make ObjectTemplate::SetNativeDataProperty() work even if the ObjectTemplate does not have a constructor.
2016-02-06 18:10:36 +00:00
conversions.cc
[v8natives.js] updating comments to ES6
2015-12-10 10:43:37 +00:00
conversions.h
[api] Make ObjectTemplate::SetNativeDataProperty() work even if the ObjectTemplate does not have a constructor.
2016-02-06 18:10:36 +00:00
counters.cc
Reland of [counters] adding runtime call timers for GC (patchset #1 id:1 of https://codereview.chromium.org/1827563003/ )
2016-03-23 16:04:27 +00:00
counters.h
Reduce bucket count and range for wasm function count, and add "module" to some names.
2016-04-21 00:20:27 +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
[Interpreter] Add Ignition statistics JavaScript extension.
2016-04-27 11:11:44 +00:00
d8.gyp
[build] Prepare moving v8.gyp to src/
2016-04-25 12:20:24 +00:00
d8.h
[Interpreter] Add Ignition statistics JavaScript extension.
2016-04-27 11:11:44 +00:00
d8.isolate
[swarming] Add isolate configs for d8 on linux.
2015-09-25 14:37:11 +00:00
d8.js
[d8] remove utility context.
2016-03-31 10:18:25 +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
Revert of [heap] Uncommit pooled pages concurrently (patchset #5 id:120001 of https://codereview.chromium.org/1913083002/ )
2016-04-27 12:40:01 +00:00
deoptimizer.h
Introduce a code stub version of Array.prototype.push
2016-03-22 12:51:40 +00:00
DEPS
Separate CodeAssembler and CodeStubAssembler
2016-04-18 11:58:05 +00:00
disasm.h
Remove grab-bag includes of v8.h from architecture ports.
2015-08-17 09:42:37 +00:00
disassembler.cc
Fix printf formats
2016-04-12 16:14:03 +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
Introduce {FAST,SLOW}_STRING_WRAPPER_ELEMENTS
2016-01-29 18:58:04 +00:00
elements-kind.h
Introduce {FAST,SLOW}_STRING_WRAPPER_ELEMENTS
2016-01-29 18:58:04 +00:00
elements.cc
[heap] Add optimized RecordWrites
2016-04-15 11:16:51 +00:00
elements.h
[esnext] handle elements in FastObjectValuesOrEntries()
2016-03-28 15:54:23 +00:00
execution.cc
Convert receiver when calling an Api accessor.
2016-04-06 08:02:24 +00:00
execution.h
[runtime] Unify the ToObject handling.
2016-01-15 13:00:05 +00:00
external-reference-table.cc
[wasm] New implementation of popcnt and ctz.
2016-04-21 07:47:05 +00:00
external-reference-table.h
Moved the ExternalReferenceTable class to src/external-reference-table.cc/.h
2016-03-17 13:14:39 +00:00
factory.cc
Correctly annotate eval origin.
2016-04-18 13:21:07 +00:00
factory.h
Use a dictionary-mode code cache on the map rather than a dual system.
2016-04-06 10:06:30 +00:00
fast-accessor-assembler.cc
Separate CodeAssembler and CodeStubAssembler
2016-04-18 11:58:05 +00:00
fast-accessor-assembler.h
Separate CodeAssembler and CodeStubAssembler
2016-04-18 11:58:05 +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
field-type.cc
[runtime] More LookupIterator / Transition related performance tweaks
2016-02-17 09:07:28 +00:00
field-type.h
[runtime] More LookupIterator / Transition related performance tweaks
2016-02-17 09:07:28 +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
Stage harmony-for-in
2016-04-22 14:07:11 +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
Prepare StackFrame hierarchy & iterators for WASM
2016-04-06 11:38:20 +00:00
frames.cc
Introduce approximate mode for StandardFrame::Summarize.
2016-04-22 12:39:00 +00:00
frames.h
Introduce approximate mode for StandardFrame::Summarize.
2016-04-22 12:39:00 +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
Expose a lower bound of malloc'd memory via heap statistics
2016-04-01 10:01:56 +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
[api] Bring back finalizers on global handles
2016-04-15 12:59:47 +00:00
global-handles.h
[api] Bring back finalizers on global handles
2016-04-15 12:59:47 +00:00
globals.h
[turbofan] CodeGenerator: Frame setup refactoring
2016-04-20 05:41:06 +00:00
handles-inl.h
Canonicalize handles for optimized compilation.
2015-10-26 15:33:20 +00:00
handles.cc
Expose a lower bound of malloc'd memory via heap statistics
2016-04-01 10:01:56 +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
heap-symbols.h
Remove support for Object.observe
2016-04-22 09:02:41 +00:00
i18n.cc
Add GetProperty/GetElement to JSReceiver and use it where possible
2016-03-08 17:30:42 +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
Use a better hash function in IdentityMap.
2016-02-16 14:09:06 +00:00
identity-map.h
Use a better hash function in IdentityMap.
2016-02-16 14:09:06 +00:00
interface-descriptors.cc
Reland of Change calling convention of CallApiGetterStub to accept the AccessorInfo (patchset #1 id:1 of https://codereview.chromium.org/1906453002/ )
2016-04-20 08:02:59 +00:00
interface-descriptors.h
[Interpreter] Introduce IncStub and DecStub.
2016-04-22 10:36:33 +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
Do not penalize performance when --harmony-species is off
2016-04-26 19:12:31 +00:00
isolate.h
[api] Introduce MicrotasksScope::IsRunningMicrotasks
2016-04-25 15:22:32 +00:00
json-parser.h
Expose a lower bound of malloc'd memory via heap statistics
2016-04-01 10:01:56 +00:00
json-stringifier.h
[json] Allow any callable object for toJSON.
2016-03-20 19:35:28 +00:00
keys.cc
[keys] adding fast-path for dict-mode objects with own keys only
2016-03-30 13:25:31 +00:00
keys.h
[proxies] use [[GetPrototypeOf]] trap in for-in key accumulation
2016-03-23 08:36:59 +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
Replace HeapType with a non-templated FieldType class.
2016-01-26 15:03:57 +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
Split the TRACE_EVENTs from the LOG/HistogramTimers/TimerEvents functionality.
2016-02-18 06:13:33 +00:00
log-utils.cc
Fix printf formats
2016-04-12 16:14:03 +00:00
log-utils.h
Fix printf formats
2016-04-12 16:14:03 +00:00
log.cc
[profiler] Remove obsolete CompilationInfo argument.
2016-04-21 13:18:27 +00:00
log.h
[profiler] Remove obsolete CompilationInfo argument.
2016-04-21 13:18:27 +00:00
lookup.cc
Make sure we always try to make prototypes fast again when transitioning accessors
2016-04-21 11:18:08 +00:00
lookup.h
[LookupIterator] mark index_ as const
2016-03-09 16:21:07 +00:00
machine-type.cc
Add a kSimd128 machine type for Turbofan.
2016-02-17 19:04:29 +00:00
machine-type.h
Add a kSimd128 machine type for Turbofan.
2016-02-17 19:04:29 +00:00
macro-assembler.h
Get rid of AllocationFlags::TAG_OBJECT
2016-04-26 12:03:58 +00:00
messages.cc
Move MessageLocations constructor out of header
2016-04-19 15:15:05 +00:00
messages.h
[es8] Initial set of changes to support syntactic tail calls.
2016-04-26 17:31:23 +00:00
msan.h
objects-body-descriptors-inl.h
Use EmbedderHeapTracer instead of object grouping when embedder sets the heap tracer.
2016-04-12 10:33:27 +00:00
objects-body-descriptors.h
Allow in-object properties in JSArrayBuffer.
2015-11-26 09:46:01 +00:00
objects-debug.cc
Reland of Change calling convention of CallApiGetterStub to accept the AccessorInfo (patchset #1 id:1 of https://codereview.chromium.org/1906453002/ )
2016-04-20 08:02:59 +00:00
objects-inl.h
[compiler] Add baseline tier to compilation pipeline.
2016-04-25 10:48:34 +00:00
objects-printer.cc
Remove support for Object.observe
2016-04-22 09:02:41 +00:00
objects.cc
[compiler] Add baseline tier to compilation pipeline.
2016-04-25 10:48:34 +00:00
objects.h
[debugger] do not expose temporary variables introduced by the parser.
2016-04-27 04:49:46 +00:00
optimizing-compile-dispatcher.cc
[turbofan] Enable concurrent (re)compilation.
2016-04-27 12:40:00 +00:00
optimizing-compile-dispatcher.h
[compiler] Remove support for concurrent OSR.
2016-03-08 09:02:44 +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
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
perf-jit.cc
Ensure synchronized access to the perf dump file.
2016-03-30 05:14:45 +00:00
perf-jit.h
Ensure synchronized access to the perf dump file.
2016-03-30 05:14:45 +00:00
property-descriptor.cc
Add GetProperty/GetElement to JSReceiver and use it where possible
2016-03-08 17:30:42 +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
[builtins] Add an initial fast-path to Object.assign.
2016-02-11 13:17:49 +00:00
property.cc
Don't include field-type.h/field-index.h into property.h
2016-02-16 13:28:47 +00:00
property.h
[runtime] Force internalize names used before lookup in in DescriptorArray and TransitionArray
2016-02-18 14:33:44 +00:00
prototype.h
[proxies] use [[GetPrototypeOf]] trap in for-in key accumulation
2016-03-23 08:36:59 +00:00
register-configuration.cc
RegisterAllocator: Clean up before adding aliasing.
2016-04-25 20:11:40 +00:00
register-configuration.h
RegisterAllocator: Clean up before adding aliasing.
2016-04-25 20:11:40 +00:00
runtime-profiler.cc
[compiler] Add baseline tier to compilation pipeline.
2016-04-25 10:48:34 +00:00
runtime-profiler.h
[compiler] Add baseline tier to compilation pipeline.
2016-04-25 10:48:34 +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
signature.h
Extract Signature from src/compiler/machine-type.h to src/signature.h
2015-05-04 10:11:54 +00:00
simulator.h
S390: Platform specific includes in common files
2016-03-10 14:03:51 +00:00
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
[Interpreter] Remove separate Ignition snapshot.
2016-04-08 13:25:31 +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
Fix debug name inferring wrt proxies
2016-03-15 10:31:51 +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
transitions-inl.h
Remove support for Object.observe
2016-04-22 09:02:41 +00:00
transitions.cc
[heap] Black allocation.
2016-03-14 14:03:01 +00:00
transitions.h
Pretenure prototype transitions array.
2015-12-11 11:25:26 +00:00
type-cache.cc
Remove the template magic from types.(h|cc), remove types-inl.h.
2016-02-02 07:26:06 +00:00
type-cache.h
Expose a lower bound of malloc'd memory via heap statistics
2016-04-01 10:01:56 +00:00
type-feedback-vector-inl.h
[interpreter] Properly collect for-in slow mode feedback.
2016-03-01 13:55:58 +00:00
type-feedback-vector.cc
[ic] Restore PROPERTY key tracking in keyed ICs
2016-04-21 13:18:28 +00:00
type-feedback-vector.h
[ic] Restore PROPERTY key tracking in keyed ICs
2016-04-21 13:18:28 +00:00
type-info.cc
[ic] Restore PROPERTY key tracking in keyed ICs
2016-04-21 13:18:28 +00:00
type-info.h
Cleanup IC-related code
2016-04-06 12:07:46 +00:00
types.cc
Use EmbedderHeapTracer instead of object grouping when embedder sets the heap tracer.
2016-04-12 10:33:27 +00:00
types.h
[compiler] Drop the CompareNilIC.
2016-02-27 19:13:46 +00:00
typing-asm.cc
[asm.js] Fix typing bug for non-literals in heap access.
2016-04-05 17:24:03 +00:00
typing-asm.h
Fix conversion to float32, typing issue, split apart asm-wasm tests.
2016-03-21 20:34:40 +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
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
Revert of [regexp] implement /ui to mirror the implementation for /i. (patchset #2 id:20001 of https://codereview.chromium.org/1641613002/ )
2016-02-02 11:44:45 +00:00
utils-inl.h
Reland of "[heap] Parallel newspace evacuation, semispace copy, and compaction \o/"
2016-01-27 13:24:59 +00:00
utils.cc
Initialize fast memmove methods in the Isolate's ctor
2015-11-26 14:40:12 +00:00
utils.h
[es7] Fix "implement exponentiation operator proposal" for AIX.
2016-04-25 19:35:22 +00:00
v8.cc
[serializer] split up src/snapshot/serialize.*
2016-03-01 14:44:08 +00:00
v8.gyp
[Interpreter] Add Ignition statistics JavaScript extension.
2016-04-27 11:11:44 +00:00
v8.h
Improved diagnostic message for JS heap out of memory
2016-04-13 08:27:37 +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
vector.h
Pass debug name as Vector instead of const char*
2016-04-26 14:37:05 +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
Annotate runtime call stats with trace events
2016-03-09 13:09:43 +00:00
vm-state.h
[counters] Making runtime counters reentrant.
2016-02-23 08:46:20 +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
Expose a lower bound of malloc'd memory via heap statistics
2016-04-01 10:01:56 +00:00
zone.h
Expose a lower bound of malloc'd memory via heap statistics
2016-04-01 10:01:56 +00:00