.. |
arm
|
Change store buffer overflow check to not rely on the store buffer being (2*Size) aligned.
|
2016-03-31 17:18:44 +00:00 |
arm64
|
Change store buffer overflow check to not rely on the store buffer being (2*Size) aligned.
|
2016-03-31 17:18:44 +00:00 |
ast
|
[debugger] allow debug-evaluate to change stack and context values.
|
2016-03-31 06:00:21 +00:00 |
base
|
Fixed rotate left on windows.
|
2016-04-01 09:52:13 +00:00 |
compiler
|
[x64] Optimize loading SMIs.
|
2016-04-01 09:50:15 +00:00 |
crankshaft
|
[stubs] Introduce ToIntegerStub and unify the handling of %_ToInteger.
|
2016-04-01 08:01:54 +00:00 |
debug
|
[debugger] allow debug-evaluate to change stack and context values.
|
2016-03-31 06:00:21 +00:00 |
extensions
|
[bootstrapper] extra natives must not use natives syntax.
|
2016-02-05 12:33:55 +00:00 |
full-codegen
|
[stubs] Introduce ToIntegerStub and unify the handling of %_ToInteger.
|
2016-04-01 08:01:54 +00:00 |
heap
|
[heap] Fix computation of flags offset in memorychunk
|
2016-04-01 07:28:27 +00:00 |
ia32
|
Change store buffer overflow check to not rely on the store buffer being (2*Size) aligned.
|
2016-03-31 17:18:44 +00:00 |
ic
|
[ic] Use the CallFunction builtin to invoke accessors.
|
2016-04-01 06:37:57 +00:00 |
interpreter
|
[Interpreter] Adds support to fetch return value on break at return.
|
2016-03-30 08:52:03 +00:00 |
js
|
Revert of Remove RegExp.prototype.source getter compat workaround (patchset #2 id:20001 of https://codereview.chromium.org/1837843002/ )
|
2016-04-01 00:37:25 +00:00 |
libplatform
|
Reland of "[platform] Change default platform max thread pool size 4 -> 8"
|
2016-03-17 20:22:50 +00:00 |
mips
|
Change store buffer overflow check to not rely on the store buffer being (2*Size) aligned.
|
2016-03-31 17:18:44 +00:00 |
mips64
|
Change store buffer overflow check to not rely on the store buffer being (2*Size) aligned.
|
2016-03-31 17:18:44 +00:00 |
parsing
|
[api] Add a switch that controls if ES2015 tail call elimination feature is enabled or not.
|
2016-03-30 11:05:19 +00:00 |
ppc
|
PPC: Change store buffer overflow check to not rely on the store buffer being (2*Size) aligned.
|
2016-04-01 06:10:00 +00:00 |
profiler
|
Gracefully handle unloaded scripts
|
2016-03-31 06:36:33 +00:00 |
regexp
|
X87: Extends testb and cmpb/cmpw instruction support in the ia32 assembler.
|
2016-03-22 05:39:56 +00:00 |
runtime
|
[interpreter] Adds test for tracing.
|
2016-03-31 11:58:06 +00:00 |
s390
|
S390: Implemented ALCR in S390 simulator.
|
2016-04-01 00:43:33 +00:00 |
snapshot
|
[heap] Remove store buffer top from roots
|
2016-03-31 11:16:26 +00:00 |
third_party
|
Disable soon to be deprecated APIs per default for v8
|
2015-12-09 10:35:04 +00:00 |
tracing
|
Reland: Add Scoped Context Info (Isolate) to V8 Traces
|
2016-02-26 17:25:30 +00:00 |
wasm
|
[wasm] Fix asm.js semantics for divide by zero in WASM translation.
|
2016-03-30 11:37:44 +00:00 |
x64
|
Revert of [compiler] Add relocatable pointer constants for wasm memory references. (patchset #14 id:300001 of https://codereview.chromium.org/1759383003/ )
|
2016-04-01 05:53:17 +00:00 |
x87
|
Change store buffer overflow check to not rely on the store buffer being (2*Size) aligned.
|
2016-03-31 17:18:44 +00:00 |
accessors.cc
|
[compiler] Move ClearExceptionFlag into Compiler.
|
2016-03-07 10:17:36 +00:00 |
accessors.h
|
[builtins] Remove bunch of uses of %_Arguments and %_ArgumentsLength.
|
2016-02-11 07:13:15 +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
|
|
|
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-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
|
Reland "Speed up the LookupIterator"
|
2016-03-04 11:53:24 +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
|
Introduce EmbedderHeapTracer
|
2016-03-31 13:38:29 +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
|
[counters] Put all counter work behind flags
|
2016-03-11 08:43:14 +00:00 |
assembler.cc
|
Remove usages of Heap::NewSpaceStart and its external reference
|
2016-03-31 07:55:26 +00:00 |
assembler.h
|
Remove usages of Heap::NewSpaceStart and its external reference
|
2016-03-31 07:55:26 +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
|
[Interpreter] Make ignition compiler eagerly.
|
2016-03-24 18:38:24 +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
|
|
|
bailout-reason.h
|
Remove support for legacy const, part 1
|
2016-03-22 17:52:13 +00:00 |
base.isolate
|
Revert of [Interpreter] Remove separate Ignition snapshot. (patchset #2 id:20001 of https://codereview.chromium.org/1833643002/ )
|
2016-03-24 17:13:10 +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
|
Add initial code-stub version of Object.prototype.hasOwnProperty
|
2016-03-31 07:55:25 +00:00 |
bootstrapper.h
|
[bootstrapper] extra natives must not use natives syntax.
|
2016-02-05 12:33:55 +00:00 |
builtins.cc
|
Add initial code-stub version of Object.prototype.hasOwnProperty
|
2016-03-31 07:55:25 +00:00 |
builtins.h
|
Add initial code-stub version of Object.prototype.hasOwnProperty
|
2016-03-31 07:55:25 +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
|
[regexp] allow loose matching for property names.
|
2016-03-09 19:07:46 +00:00 |
char-predicates.cc
|
|
|
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
|
[stubs] Introduce ToIntegerStub and unify the handling of %_ToInteger.
|
2016-04-01 08:01:54 +00:00 |
code-factory.h
|
[stubs] Introduce ToIntegerStub and unify the handling of %_ToInteger.
|
2016-04-01 08:01:54 +00:00 |
code-stubs-hydrogen.cc
|
Support multi-arg fast push support
|
2016-03-23 16:26:29 +00:00 |
code-stubs.cc
|
[stubs] Introduce ToIntegerStub and unify the handling of %_ToInteger.
|
2016-04-01 08:01:54 +00:00 |
code-stubs.h
|
[stubs] Introduce ToIntegerStub and unify the handling of %_ToInteger.
|
2016-04-01 08:01:54 +00:00 |
codegen.cc
|
[compiler] Remove CodeStub from CompilationInfo
|
2016-01-20 15:18:14 +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
|
Make --turbo-stats output more self-explanatory.
|
2015-09-14 09:25:31 +00:00 |
compilation-statistics.h
|
|
|
compiler.cc
|
[Interpreter] Make ignition compiler eagerly.
|
2016-03-24 18:38:24 +00:00 |
compiler.h
|
[compiler] Remove CompilationInfo::unoptimized_code field.
|
2016-03-18 07:57:32 +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
|
[debugger] allow debug-evaluate to change stack and context values.
|
2016-03-31 06:00:21 +00:00 |
contexts.h
|
[debugger] allow debug-evaluate to change stack and context values.
|
2016-03-31 06:00:21 +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
|
[builtins] Make Math.ceil, Math.trunc and Math.round optimizable.
|
2016-03-30 11:57:20 +00:00 |
d8-posix.cc
|
|
|
d8-windows.cc
|
|
|
d8.cc
|
[d8] remove utility context.
|
2016-03-31 10:18:25 +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] remove utility context.
|
2016-03-31 10:18:25 +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
|
[deoptimizer] Removed asserts that do not hold in case of tail call elimination.
|
2016-03-11 12:32:54 +00:00 |
deoptimizer.h
|
Introduce a code stub version of Array.prototype.push
|
2016-03-22 12:51:40 +00:00 |
DEPS
|
Move FastAccessorAssembler from RawMachineAssembler to CodeStubAssembler.
|
2016-03-17 11:06:14 +00:00 |
disasm.h
|
|
|
disassembler.cc
|
[serializer] split up src/snapshot/serialize.*
|
2016-03-01 14:44:08 +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
|
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
|
[elements] move MoveElements to abstract superclass
|
2016-03-29 14:54:42 +00:00 |
elements.h
|
[esnext] handle elements in FastObjectValuesOrEntries()
|
2016-03-28 15:54:23 +00:00 |
execution.cc
|
Revert of Reland "[api] Don't go to javascript to construct API functions" (patchset #1 id:1 of https://codereview.chromium.org/1756973002/ )
|
2016-03-04 15:55:15 +00:00 |
execution.h
|
[runtime] Unify the ToObject handling.
|
2016-01-15 13:00:05 +00:00 |
external-reference-table.cc
|
Remove usages of Heap::NewSpaceStart and its external reference
|
2016-03-31 07:55:26 +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
|
[debugger] allow debug-evaluate to change stack and context values.
|
2016-03-31 06:00:21 +00:00 |
factory.h
|
[debugger] allow debug-evaluate to change stack and context values.
|
2016-03-31 06:00:21 +00:00 |
fast-accessor-assembler.cc
|
Move FastAccessorAssembler from RawMachineAssembler to CodeStubAssembler.
|
2016-03-17 11:06:14 +00:00 |
fast-accessor-assembler.h
|
Move FastAccessorAssembler from RawMachineAssembler to CodeStubAssembler.
|
2016-03-17 11:06:14 +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 |
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
|
|
|
fixed-dtoa.h
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
flag-definitions.h
|
Ship --harmony-regexp-exec
|
2016-04-01 00:39:25 +00:00 |
flags.cc
|
|
|
flags.h
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
frames-inl.h
|
wasm: implemente WasmFrame::cast, fix inheritance
|
2016-03-29 17:42:21 +00:00 |
frames.cc
|
Add assertions to FrameSummary and Code::SourcePosition.
|
2016-04-01 09:06:57 +00:00 |
frames.h
|
wasm: implemente WasmFrame::cast, fix inheritance
|
2016-03-29 17:42:21 +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
|
S390: Add S390 specific ELF features to GDB-JIT
|
2016-03-15 21:18:39 +00:00 |
gdb-jit.h
|
|
|
global-handles.cc
|
Introduce EmbedderHeapTracer
|
2016-03-31 13:38:29 +00:00 |
global-handles.h
|
Fix comment for GlobalHandles::MarkIndependent
|
2016-03-31 15:59:43 +00:00 |
globals.h
|
[turbofan] Frame elision for code stubs.
|
2016-03-30 14:08:28 +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 |
heap-symbols.h
|
[strong] Remove all remainders of strong mode
|
2016-03-10 12:45:42 +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
|
|
|
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
|
Introduce a code stub version of Array.prototype.push
|
2016-03-22 12:51:40 +00:00 |
interface-descriptors.h
|
Introduce a code stub version of Array.prototype.push
|
2016-03-22 12:51:40 +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
|
[api] Add a switch that controls if ES2015 tail call elimination feature is enabled or not.
|
2016-03-30 11:05:19 +00:00 |
isolate.h
|
[api] Add a switch that controls if ES2015 tail call elimination feature is enabled or not.
|
2016-03-30 11:05:19 +00:00 |
json-parser.h
|
Remove the global Strength enum class completely.
|
2016-03-01 16:06:04 +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
|
|
|
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
|
|
|
log-utils.h
|
Linux perf integration with the new support for JIT.
|
2016-03-29 06:25:30 +00:00 |
log.cc
|
Linux perf integration with the new support for JIT.
|
2016-03-29 06:25:30 +00:00 |
log.h
|
Linux perf integration with the new support for JIT.
|
2016-03-29 06:25:30 +00:00 |
lookup.cc
|
Speed up indexed interceptor handling in the LookupIterator
|
2016-03-07 16:44:33 +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
|
S390: Platform specific includes in common files
|
2016-03-10 14:03:51 +00:00 |
messages.cc
|
Handle ES2015 Function.name in CallSite::GetMethodName
|
2016-03-03 20:19:41 +00:00 |
messages.h
|
[Atomics] Fix atomic access index validation
|
2016-03-25 21:52:52 +00:00 |
msan.h
|
|
|
objects-body-descriptors-inl.h
|
Reland "Speed up the LookupIterator"
|
2016-03-04 11:53:24 +00:00 |
objects-body-descriptors.h
|
Allow in-object properties in JSArrayBuffer.
|
2015-11-26 09:46:01 +00:00 |
objects-debug.cc
|
[interpreter] Add support for scalable operands.
|
2016-03-21 17:09:49 +00:00 |
objects-inl.h
|
[debugger] allow debug-evaluate to change stack and context values.
|
2016-03-31 06:00:21 +00:00 |
objects-printer.cc
|
[printing] Add COW identifier to elements kind
|
2016-03-31 10:13:02 +00:00 |
objects.cc
|
Fix build for pedantic compilers.
|
2016-04-01 09:19:54 +00:00 |
objects.h
|
Add initial code-stub version of Object.prototype.hasOwnProperty
|
2016-03-31 07:55:25 +00:00 |
optimizing-compile-dispatcher.cc
|
[compiler] Slightly change API to finalize compile jobs.
|
2016-03-08 10:10:53 +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
|
|
|
pending-compilation-error-handler.h
|
|
|
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
|
S390: Platform specific includes in common files
|
2016-03-10 14:03:51 +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
|
[compiler] Move PassesFilter onto SharedFunctionInfo.
|
2016-03-22 10:02:15 +00:00 |
runtime-profiler.h
|
[Interpreter] Enable runtime profiler support for Ignition.
|
2016-02-19 18:47:12 +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
|
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
|
Revert of [Interpreter] Remove separate Ignition snapshot. (patchset #2 id:20001 of https://codereview.chromium.org/1833643002/ )
|
2016-03-24 17:13:10 +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
|
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
|
|
|
strtod.h
|
[presubmit] Enable readability/namespace linter checking.
|
2015-09-30 13:47:11 +00:00 |
transitions-inl.h
|
[strong] Remove all remainders of strong mode
|
2016-03-10 12:45:42 +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
|
[turbofan] Introduce JSCreateLowering for optimizing JSCreate nodes.
|
2016-02-08 12:33:59 +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
|
[TypeFeedbackVector/Crankshaft] Fix private symbol feedback.
|
2016-02-10 14:12:36 +00:00 |
type-feedback-vector.h
|
[interpreter] Properly collect for-in slow mode feedback.
|
2016-03-01 13:55:58 +00:00 |
type-info.cc
|
[compiler] Drop the CompareNilIC.
|
2016-02-27 19:13:46 +00:00 |
type-info.h
|
[stubs] Introduce a proper ToBooleanStub.
|
2016-02-29 12:17:26 +00:00 |
types.cc
|
Introduce "optimized_out" oddball marker for compilers.
|
2016-03-16 14:30:58 +00:00 |
types.h
|
[compiler] Drop the CompareNilIC.
|
2016-02-27 19:13:46 +00:00 |
typing-asm.cc
|
Properly handle unsigned literals, fix typing issue with unary +.
|
2016-03-23 23:21:21 +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
|
|
|
unicode-cache.h
|
|
|
unicode-decoder.cc
|
|
|
unicode-decoder.h
|
|
|
unicode-inl.h
|
|
|
unicode.cc
|
|
|
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
|
S390: Platform specific includes in common files
|
2016-03-10 14:03:51 +00:00 |
v8.cc
|
[serializer] split up src/snapshot/serialize.*
|
2016-03-01 14:44:08 +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
|
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
|
|
|
zone.h
|
|
|