v8/src
2014-07-16 06:59:14 +00:00
..
arm Allow embedding of ConsString objects into code. 2014-07-15 10:51:12 +00:00
arm64 Allow embedding of ConsString objects into code. 2014-07-15 10:51:12 +00:00
base Add mips64 port. 2014-07-09 11:08:26 +00:00
extensions Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
ia32 Allow embedding of ConsString objects into code. 2014-07-15 10:51:12 +00:00
libplatform Add an API to pump the message loop to libplatform 2014-07-03 09:33:36 +00:00
mips MIPS: Minor fixes to r22396 2014-07-15 19:03:13 +00:00
mips64 MIPS: Minor fixes to r22396 2014-07-15 19:03:13 +00:00
third_party fix the vtune support bug. 2014-07-15 08:13:42 +00:00
x64 Allow embedding of ConsString objects into code. 2014-07-15 10:51:12 +00:00
x87 X87: Drop unnecessary receiver validity checks from {Load,Store}IC_Normal 2014-07-16 03:12:29 +00:00
accessors.cc Introduce a PrototypeIterator class and use it for prototype access 2014-07-14 07:19:49 +00:00
accessors.h Handle "//# sourceURL" comments in the Parser instead of the JS. 2014-07-02 07:01:31 +00:00
allocation-site-scopes.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
allocation-site-scopes.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
allocation-tracker.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
allocation-tracker.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
allocation.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
allocation.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
api.cc Removed some copy-n-paste from StackFrame::Foo API entries. 2014-07-15 06:59:42 +00:00
api.h Make Object::IsFoo const. 2014-06-24 09:47:25 +00:00
apinatives.js Improve error reporting for duplicate object template properties. 2014-07-01 10:00:19 +00:00
arguments.cc Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
arguments.h Properly seed the RNG for cctest/test-types. 2014-07-07 07:04:16 +00:00
array-iterator.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
array.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
arraybuffer.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
assembler.cc Remove GDB JIT hooks from the position recorder. 2014-07-10 14:41:06 +00:00
assembler.h Do not dump user source code in the code serializer. 2014-07-15 10:17:22 +00:00
assert-scope.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
assert-scope.h Verify that source string matches serialized code. 2014-07-16 06:59:14 +00:00
ast-value-factory.cc New try: Parser: Delay internalizing strings and values 2014-06-24 14:03:24 +00:00
ast-value-factory.h Parser: add usage counters for "use asm". 2014-06-30 13:35:16 +00:00
ast.cc More OStreamsUse OStreams more often. 2014-07-07 09:57:29 +00:00
ast.h Implement handling of arrow functions in the parser 2014-07-14 07:55:45 +00:00
bignum-dtoa.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
bignum-dtoa.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
bignum.cc Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
bignum.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
bootstrapper.cc Only create arguments-maps in the bootstrapper, remove now obsolete ValueType flag. 2014-07-07 13:27:37 +00:00
bootstrapper.h Clean up the global object naming madness. 2014-07-01 12:12:34 +00:00
builtins.cc Introduce a PrototypeIterator class and use it for prototype access 2014-07-14 07:19:49 +00:00
builtins.h Reland r21442 "Inobject slack tracking is done on a per-closure basis instead of per-shared info basis." 2014-05-23 08:52:05 +00:00
bytecodes-irregexp.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
cached-powers.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
cached-powers.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
char-predicates-inl.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
char-predicates.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
checks.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
checks.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
circular-queue-inl.h Move atomic ops and related files to base library 2014-06-05 12:14:47 +00:00
circular-queue.h Move atomic ops and related files to base library 2014-06-05 12:14:47 +00:00
code-stubs-hydrogen.cc Use the same registers for StoreIC and KeyedStoreIC. 2014-07-14 20:43:41 +00:00
code-stubs.cc Enum RegisterInfo renamed to ParameterIndices. 2014-07-15 10:19:30 +00:00
code-stubs.h Enum RegisterInfo renamed to ParameterIndices. 2014-07-15 10:19:30 +00:00
code.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
codegen.cc Another round of MSVC fixes. 2014-07-07 11:00:53 +00:00
codegen.h Use register parameters in ElementsTransitionGenerator. 2014-07-14 15:03:38 +00:00
collection-iterator.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
collection.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
compilation-cache.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
compilation-cache.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
compiler-intrinsics.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
compiler.cc Verify that source string matches serialized code. 2014-07-16 06:59:14 +00:00
compiler.h Refactor ScriptData class for cached compile data. 2014-07-10 10:28:05 +00:00
contexts.cc Rewrite GetPropertyAttribute to use the LookupIterator 2014-06-12 15:08:33 +00:00
contexts.h Only create arguments-maps in the bootstrapper, remove now obsolete ValueType flag. 2014-07-07 13:27:37 +00:00
conversions-inl.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
conversions.cc Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
conversions.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
counters.cc Remove a bunch of Isolate::UncheckedCurrent calls 2014-07-07 07:19:46 +00:00
counters.h Remove a bunch of Isolate::UncheckedCurrent calls 2014-07-07 07:19:46 +00:00
cpu-profiler-inl.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
cpu-profiler.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
cpu-profiler.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
d8-debug.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
d8-debug.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
d8-posix.cc Unbreak Mac build. 2014-06-27 11:02:18 +00:00
d8-readline.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
d8-windows.cc Unbreak "os" stuff in shared d8 builds. 2014-06-27 10:37:42 +00:00
d8.cc Only install JitCodeEventHandler for GDB JIT if requested. 2014-07-10 16:31:57 +00:00
d8.gyp Split out libplatform into a separate libary 2014-07-03 07:37:27 +00:00
d8.h Remove a bunch of Isolate::UncheckedCurrent calls 2014-07-07 07:19:46 +00:00
d8.js Fix d8 object printing (symbols, accessors) 2014-07-14 14:01:30 +00:00
data-flow.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
data-flow.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
date.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
date.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
date.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
dateparser-inl.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
dateparser.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
dateparser.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
debug-debugger.js Introduce debug events for Microtask queue. 2014-07-03 15:56:01 +00:00
debug.cc Remove PropertyAttributes from SetProperty 2014-07-14 14:52:24 +00:00
debug.h Reland "Postpone termination exceptions in debug scope." 2014-07-08 06:57:17 +00:00
deoptimizer.cc More OStreamsUse OStreams more often. 2014-07-07 09:57:29 +00:00
deoptimizer.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
DEPS Split out libplatform into a separate libary 2014-07-03 07:37:27 +00:00
disasm.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
disassembler.cc Remove dependency on Vector from platform files 2014-06-13 16:43:27 +00:00
disassembler.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
diy-fp.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
diy-fp.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
double.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
dtoa.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
dtoa.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
effects.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
elements-kind.cc More OStreamsUse OStreams more often. 2014-07-07 09:57:29 +00:00
elements-kind.h More OStreamsUse OStreams more often. 2014-07-07 09:57:29 +00:00
elements.cc Keep maps when resetting elements. 2014-06-13 12:12:42 +00:00
elements.h Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
execution.cc Stack overflow checkers are now compatible with ASAN's detect_stack_use_after_return mode. 2014-07-03 08:52:28 +00:00
execution.h Stack overflow checkers are now compatible with ASAN's detect_stack_use_after_return mode. 2014-07-03 08:52:28 +00:00
factory.cc Allow embedding of ConsString objects into code. 2014-07-15 10:51:12 +00:00
factory.h Allow embedding of ConsString objects into code. 2014-07-15 10:51:12 +00:00
fast-dtoa.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
fast-dtoa.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
feedback-slots.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
field-index-inl.h Hydrogenized KeyedLoadGeneric stub: Fix FieldIndex::GetLoadByFieldIndex() 2014-07-07 11:35:17 +00:00
field-index.cc Reland 21720: Introduce FieldIndex to unify and abstract property/field offset 2014-06-10 14:01:08 +00:00
field-index.h Hydrogenized KeyedLoadGeneric stub: Fix FieldIndex::GetLoadByFieldIndex() 2014-07-07 11:35:17 +00:00
fixed-dtoa.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
fixed-dtoa.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
flag-definitions.h Implement handling of arrow functions in the parser 2014-07-14 07:55:45 +00:00
flags.cc More OStreamsUse OStreams more often. 2014-07-07 09:57:29 +00:00
flags.h Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
frames-inl.h Add mips64 port. 2014-07-09 11:08:26 +00:00
frames.cc --trace-ic: much faster and available in Release mode. 2014-07-08 08:28:08 +00:00
frames.h --trace-ic: much faster and available in Release mode. 2014-07-08 08:28:08 +00:00
full-codegen.cc Remove GDB JIT hooks from the position recorder. 2014-07-10 14:41:06 +00:00
full-codegen.h This CL simplifies var / const by ensuring the behavior is consistent in itself, and with regular JS semantics; between regular var/const and eval-ed var/const. 2014-07-14 14:01:04 +00:00
func-name-inferrer.cc New try: Parser: Delay internalizing strings and values 2014-06-24 14:03:24 +00:00
func-name-inferrer.h New try: Parser: Delay internalizing strings and values 2014-06-24 14:03:24 +00:00
gdb-jit.cc Remove AddCode and RemoveCode GDB JIT entry hooks. 2014-07-11 07:51:25 +00:00
gdb-jit.h Remove AddCode and RemoveCode GDB JIT entry hooks. 2014-07-11 07:51:25 +00:00
generator.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
global-handles.cc Grow heap slower if GC freed many global handles. 2014-06-25 09:36:45 +00:00
global-handles.h Grow heap slower if GC freed many global handles. 2014-06-25 09:36:45 +00:00
globals.h Revert "Remove failure tag.". 2014-07-15 12:22:38 +00:00
handles-inl.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
handles.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
handles.h Implement LookupIterator designed to replace LookupResult 2014-06-11 09:59:14 +00:00
harmony-array.js ES6: Add support for Array.prototype.fill() 2014-04-30 08:28:29 +00:00
harmony-math.js Avoid name clashes of builtins and runtime functions. 2014-05-14 08:51:10 +00:00
harmony-string.js Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
hashmap.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
heap-inl.h Revert "Turn old space cons strings into regular external strings (not short)." 2014-07-03 12:24:41 +00:00
heap-profiler.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
heap-profiler.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
heap-snapshot-generator-inl.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
heap-snapshot-generator.cc Support ES6 Map and Set in heap profiler 2014-07-10 10:54:47 +00:00
heap-snapshot-generator.h Support ES6 Map and Set in heap profiler 2014-07-10 10:54:47 +00:00
heap.cc Unify the IsShortcutCandidate predicate. 2014-07-15 09:19:22 +00:00
heap.h Revert "Precisely sweeping of scan-on-scavenge pages." 2014-07-10 12:22:01 +00:00
hydrogen-alias-analysis.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-bce.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
hydrogen-bce.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-bch.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-bch.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-canonicalize.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-canonicalize.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-check-elimination.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-check-elimination.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-dce.cc Start using OStreams. 2014-07-03 07:18:30 +00:00
hydrogen-dce.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-dehoist.cc Re-land "Clusterfuzz identified overflow check needed in dehoisting." 2014-06-23 09:09:05 +00:00
hydrogen-dehoist.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-environment-liveness.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-environment-liveness.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-escape-analysis.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-escape-analysis.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-flow-engine.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-gvn.cc More OStreamsUse OStreams more often. 2014-07-07 09:57:29 +00:00
hydrogen-gvn.h Another round of MSVC fixes. 2014-07-07 11:00:53 +00:00
hydrogen-infer-representation.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-infer-representation.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-infer-types.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-infer-types.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-instructions.cc Allow embedding of ConsString objects into code. 2014-07-15 10:51:12 +00:00
hydrogen-instructions.h Make MSVC happy again. 2014-07-07 10:36:47 +00:00
hydrogen-load-elimination.cc Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
hydrogen-load-elimination.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-mark-deoptimize.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-mark-deoptimize.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-mark-unreachable.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-mark-unreachable.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-osr.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-osr.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-range-analysis.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
hydrogen-range-analysis.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-redundant-phi.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-redundant-phi.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-removable-simulates.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-removable-simulates.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-representation-changes.cc Remove forced type changes when they can't deopt 2014-06-12 16:47:51 +00:00
hydrogen-representation-changes.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-sce.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-sce.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-store-elimination.cc Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
hydrogen-store-elimination.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen-types.cc More OStreamsUse OStreams more often. 2014-07-07 09:57:29 +00:00
hydrogen-types.h More OStreamsUse OStreams more often. 2014-07-07 09:57:29 +00:00
hydrogen-uint32-analysis.cc Fix unsigned comparisons. 2014-06-11 09:09:15 +00:00
hydrogen-uint32-analysis.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
hydrogen.cc Add mips64 port. 2014-07-09 11:08:26 +00:00
hydrogen.h Hydrogenized KeyedLoadGeneric stub: when probing the KeyedLookupCache fails, call the runtime, don't stub-fail. 2014-07-07 16:24:51 +00:00
i18n.cc Remove PropertyAttributes from SetProperty 2014-07-14 14:52:24 +00:00
i18n.h Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
i18n.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
ic-inl.h Introduce a PrototypeIterator class and use it for prototype access 2014-07-14 07:19:49 +00:00
ic.cc Allow embedding of ConsString objects into code. 2014-07-15 10:51:12 +00:00
ic.h Enum RegisterInfo renamed to ParameterIndices. 2014-07-15 10:19:30 +00:00
icu_util.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
icu_util.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
incremental-marking-inl.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
incremental-marking.cc Remove sequential sweeping mode and perform lazy sweeping when no sweeper threads are active. 2014-07-15 08:24:44 +00:00
incremental-marking.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
interface.cc New try: Parser: Delay internalizing strings and values 2014-06-24 14:03:24 +00:00
interface.h New try: Parser: Delay internalizing strings and values 2014-06-24 14:03:24 +00:00
interpreter-irregexp.cc Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
interpreter-irregexp.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
isolate-inl.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
isolate.cc Remove sequential sweeping mode and perform lazy sweeping when no sweeper threads are active. 2014-07-15 08:24:44 +00:00
isolate.h Add mips64 port. 2014-07-09 11:08:26 +00:00
json-parser.h Reland r22082 "Replace HeapNumber as doublebox with an explicit MutableHeapNumber." 2014-07-01 15:02:31 +00:00
json-stringifier.h Reland r22082 "Replace HeapNumber as doublebox with an explicit MutableHeapNumber." 2014-07-01 15:02:31 +00:00
json.js Move more builtin files to strict mode. 2014-05-12 08:43:01 +00:00
jsregexp-inl.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
jsregexp.cc Add mips64 port. 2014-07-09 11:08:26 +00:00
jsregexp.h Fixed lint errors caused by "runtime/references" rule (Is this a non-const reference?) and the rule itself is restored. 2014-06-03 15:45:38 +00:00
list-inl.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
list.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
lithium-allocator-inl.h Add mips64 port. 2014-07-09 11:08:26 +00:00
lithium-allocator.cc Add mips64 port. 2014-07-09 11:08:26 +00:00
lithium-allocator.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
lithium-codegen.cc Add mips64 port. 2014-07-09 11:08:26 +00:00
lithium-codegen.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
lithium.cc Add mips64 port. 2014-07-09 11:08:26 +00:00
lithium.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
liveedit-debugger.js Reland "Prevent liveedit on or under generators with open activations" 2014-05-22 07:32:59 +00:00
liveedit.cc Remove PropertyAttributes from SetProperty 2014-07-14 14:52:24 +00:00
liveedit.h Ignore live_edit_ flag when when dealing with LiveEdit in a debug break. 2014-06-11 13:40:18 +00:00
log-inl.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
log-utils.cc Ensure that each profiling entry ends with a new line. 2014-07-14 10:47:40 +00:00
log-utils.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
log.cc fix the vtune support bug. 2014-07-15 08:13:42 +00:00
log.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
lookup.cc Unify LookupIterator::GetRoot and Objects::GetRootMap 2014-07-14 10:54:24 +00:00
lookup.h Rewrite GetPropertyAttribute to use the LookupIterator 2014-06-12 15:08:33 +00:00
macro-assembler.h Add mips64 port. 2014-07-09 11:08:26 +00:00
macros.py Introduce intrinsic to expose debug state to generated code. 2014-06-23 07:10:25 +00:00
mark-compact-inl.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
mark-compact.cc Unify the IsShortcutCandidate predicate. 2014-07-15 09:19:22 +00:00
mark-compact.h Remove sequential sweeping mode and perform lazy sweeping when no sweeper threads are active. 2014-07-15 08:24:44 +00:00
math.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
messages.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
messages.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
messages.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
mirror-debugger.js Do not clear mirror cache when fetching loaded scripts. 2014-06-10 09:42:41 +00:00
misc-intrinsics.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
mksnapshot.cc Refactor ScriptData class for cached compile data. 2014-07-10 10:28:05 +00:00
msan.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
natives-external.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
natives.h Support external startup data in V8. 2014-06-23 13:52:17 +00:00
object-observe.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
objects-debug.cc More OStreamsUse OStreams more often. 2014-07-07 09:57:29 +00:00
objects-inl.h Verify that source string matches serialized code. 2014-07-16 06:59:14 +00:00
objects-printer.cc Another round of MSVC fixes. 2014-07-07 11:00:53 +00:00
objects-visiting-inl.h Allow embedding of ConsString objects into code. 2014-07-15 10:51:12 +00:00
objects-visiting.cc Unify the IsShortcutCandidate predicate. 2014-07-15 09:19:22 +00:00
objects-visiting.h Move atomic ops and related files to base library 2014-06-05 12:14:47 +00:00
objects.cc Verify that source string matches serialized code. 2014-07-16 06:59:14 +00:00
objects.h Verify that source string matches serialized code. 2014-07-16 06:59:14 +00:00
optimizing-compiler-thread.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
optimizing-compiler-thread.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
ostreams.cc Unbreak build by making old MSVC happy (hopefully). 2014-07-11 12:55:56 +00:00
ostreams.h More OStreamsUse OStreams more often. 2014-07-07 09:57:29 +00:00
OWNERS
parser.cc This CL simplifies var / const by ensuring the behavior is consistent in itself, and with regular JS semantics; between regular var/const and eval-ed var/const. 2014-07-14 14:01:04 +00:00
parser.h Implement handling of arrow functions in the parser 2014-07-14 07:55:45 +00:00
perf-jit.cc Reland "Linux perf tool support update + refactoring." (r22146, fifth attempt) 2014-07-03 19:18:26 +00:00
perf-jit.h Reland "Linux perf tool support update + refactoring." (r22146, fifth attempt) 2014-07-03 19:18:26 +00:00
preparse-data-format.h Remove symbol preparse data altogether. 2014-05-05 14:55:13 +00:00
preparse-data.cc Refactor ScriptData class for cached compile data. 2014-07-10 10:28:05 +00:00
preparse-data.h Refactor ScriptData class for cached compile data. 2014-07-10 10:28:05 +00:00
preparser.cc Make let usable as an identifier in ES6 sloppy mode. 2014-07-10 14:06:37 +00:00
preparser.h Implement handling of arrow functions in the parser 2014-07-14 07:55:45 +00:00
prettyprinter.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
prettyprinter.h New try: Parser: Delay internalizing strings and values 2014-06-24 14:03:24 +00:00
profile-generator-inl.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
profile-generator.cc Unflake and speedup JsNative*Sample cpu profile tests 2014-07-11 09:06:12 +00:00
profile-generator.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
promise.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
property-details-inl.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
property-details.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
property.cc More OStreamsUse OStreams more often. 2014-07-07 09:57:29 +00:00
property.h More OStreamsUse OStreams more often. 2014-07-07 09:57:29 +00:00
prototype.h Introduce a PrototypeIterator class and use it for prototype access 2014-07-14 07:19:49 +00:00
proxy.js Clean up the global object naming madness. 2014-07-01 12:12:34 +00:00
regexp-macro-assembler-irregexp-inl.h Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
regexp-macro-assembler-irregexp.cc Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
regexp-macro-assembler-irregexp.h Fix regexp=interpreted build. 2014-06-04 11:56:29 +00:00
regexp-macro-assembler-tracer.cc Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
regexp-macro-assembler-tracer.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
regexp-macro-assembler.cc Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
regexp-macro-assembler.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
regexp-stack.cc Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
regexp-stack.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
regexp.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
rewriter.cc New try: Parser: Delay internalizing strings and values 2014-06-24 14:03:24 +00:00
rewriter.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
runtime-profiler.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
runtime-profiler.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
runtime.cc Remove PropertyAttributes from SetProperty 2014-07-14 14:52:24 +00:00
runtime.h Remove PropertyAttributes from SetProperty 2014-07-14 14:52:24 +00:00
runtime.js Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
safepoint-table.cc More OStreamsUse OStreams more often. 2014-07-07 09:57:29 +00:00
safepoint-table.h More OStreamsUse OStreams more often. 2014-07-07 09:57:29 +00:00
sampler.cc Add mips64 port. 2014-07-09 11:08:26 +00:00
sampler.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
scanner-character-streams.cc Parser / Scanner: Minor refactorings to make streaming scripts work easier. 2014-07-09 14:50:23 +00:00
scanner-character-streams.h Parser / Scanner: Minor refactorings to make streaming scripts work easier. 2014-07-09 14:50:23 +00:00
scanner.cc Implement handling of arrow functions in the parser 2014-07-14 07:55:45 +00:00
scanner.h Implement handling of arrow functions in the parser 2014-07-14 07:55:45 +00:00
scopeinfo.cc Split SetProperty(...attributes, strictmode) into DefineProperty(...attributes) and SetProperty(...strictmode) 2014-06-27 13:48:37 +00:00
scopeinfo.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
scopes.cc Rip out unused inner_scope_contains_with flag 2014-06-30 13:59:00 +00:00
scopes.h Rip out unused inner_scope_contains_with flag 2014-06-30 13:59:00 +00:00
serialize.cc Verify that source string matches serialized code. 2014-07-16 06:59:14 +00:00
serialize.h Verify that source string matches serialized code. 2014-07-16 06:59:14 +00:00
simulator.h Add mips64 port. 2014-07-09 11:08:26 +00:00
small-pointer-list.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
smart-pointers.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
snapshot-common.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
snapshot-empty.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
snapshot-external.cc Fix external snapshot compilation 2014-06-30 14:26:40 +00:00
snapshot-source-sink.cc Refactor ScriptData class for cached compile data. 2014-07-10 10:28:05 +00:00
snapshot-source-sink.h Refactor ScriptData class for cached compile data. 2014-07-10 10:28:05 +00:00
snapshot.h Support external startup data in V8. 2014-06-23 13:52:17 +00:00
spaces-inl.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
spaces.cc Remove sequential sweeping mode and perform lazy sweeping when no sweeper threads are active. 2014-07-15 08:24:44 +00:00
spaces.h Revert "Remove failure tag.". 2014-07-15 12:22:38 +00:00
splay-tree-inl.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
splay-tree.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
store-buffer-inl.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
store-buffer.cc Revert "Precisely sweeping of scan-on-scavenge pages." 2014-07-10 12:22:01 +00:00
store-buffer.h Revert "Precisely sweeping of scan-on-scavenge pages." 2014-07-10 12:22:01 +00:00
string-iterator.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
string-search.cc Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
string-search.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
string-stream.cc Introduce a PrototypeIterator class and use it for prototype access 2014-07-14 07:19:49 +00:00
string-stream.h Start using OStreams. 2014-07-03 07:18:30 +00:00
string.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
strtod.cc Make UBSan happy. 2014-07-11 12:12:58 +00:00
strtod.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
stub-cache.cc Remove PropertyAttributes from SetProperty 2014-07-14 14:52:24 +00:00
stub-cache.h Remove AddCode and RemoveCode GDB JIT entry hooks. 2014-07-11 07:51:25 +00:00
sweeper-thread.cc Allow main thread to contribute to the sweeping phase. 2014-07-10 12:07:28 +00:00
sweeper-thread.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
symbol.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
token.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
token.h Implement handling of arrow functions in the parser 2014-07-14 07:55:45 +00:00
transitions-inl.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
transitions.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
transitions.h More OStreamsUse OStreams more often. 2014-07-07 09:57:29 +00:00
trig-table.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
type-info.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
type-info.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
typedarray.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
types-inl.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
types.cc Switch type of the-hole to be internal. 2014-07-10 12:37:08 +00:00
types.h Start using OStreams. 2014-07-03 07:18:30 +00:00
typing.cc More OStreamsUse OStreams more often. 2014-07-07 09:57:29 +00:00
typing.h Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
unbound-queue-inl.h Move atomic ops and related files to base library 2014-06-05 12:14:47 +00:00
unbound-queue.h Move atomic ops and related files to base library 2014-06-05 12:14:47 +00:00
unicode-inl.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
unicode.cc Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
unicode.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
unique.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
uri.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
uri.js Harden a few builtins 2014-05-22 13:59:37 +00:00
utils-inl.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
utils.cc Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
utils.h Make UBSan happy. 2014-07-11 12:12:58 +00:00
v8.cc Split out libplatform into a separate libary 2014-07-03 07:37:27 +00:00
v8.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
v8dll-main.cc Move atomic ops and related files to base library 2014-06-05 12:14:47 +00:00
v8memory.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
v8natives.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
v8threads.cc Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
v8threads.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00
variables.cc Infer whether a variable is assigned in inner functions 2014-06-26 11:59:42 +00:00
variables.h Infer whether a variable is assigned in inner functions 2014-06-26 11:59:42 +00:00
vector.h Handle "//# sourceURL" comments in the Parser instead of the JS. 2014-07-02 07:01:31 +00:00
version.cc Remove dependency on Vector from platform files 2014-06-13 16:43:27 +00:00
version.h Introduce code serializer/deserializer. 2014-07-08 09:04:08 +00:00
vm-state-inl.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
vm-state.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
weak_collection.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
zone-allocator.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
zone-containers.h Check alpha-sorting of includes during presubmit. 2014-06-20 08:40:11 +00:00
zone-inl.h Use full include paths everywhere 2014-06-03 08:12:43 +00:00
zone.cc Use full include paths everywhere 2014-06-03 08:12:43 +00:00
zone.h Move platform abstraction to base library 2014-06-30 13:25:46 +00:00