.. |
arm
|
Remove code from the deprecated GenericBinaryOpStub.
|
2011-04-11 09:39:21 +00:00 |
extensions
|
Explicitly use icu namespace.
|
2011-04-04 02:56:34 +00:00 |
ia32
|
Remove code from the deprecated GenericBinaryOpStub.
|
2011-04-11 09:39:21 +00:00 |
mips
|
Mark single-argument inline constructors as 'explicit'.
|
2011-04-11 11:38:34 +00:00 |
third_party/valgrind
|
Add LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to the v8
|
2011-02-03 07:10:06 +00:00 |
x64
|
Fix x64 build after r7567
|
2011-04-11 11:49:55 +00:00 |
accessors.cc
|
Simplify isolates access during stack iteration (WAS: Move SafeStackFrameIterator::active_count_...)
|
2011-04-05 09:01:47 +00:00 |
accessors.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
allocation-inl.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
allocation.cc
|
Make the preparser standalone library and process build in debug mode.
|
2011-03-29 13:06:48 +00:00 |
allocation.h
|
Make the preparser standalone library and process build in debug mode.
|
2011-03-29 13:06:48 +00:00 |
api.cc
|
Do not rely on uniqueness of pthread_t
|
2011-04-11 23:46:22 +00:00 |
api.h
|
Mark single-argument inline constructors as 'explicit'.
|
2011-04-11 11:38:34 +00:00 |
apinatives.js
|
Merge the partial_snapshots branch back into bleeding_edge. For
|
2010-03-23 11:40:38 +00:00 |
apiutils.h
|
Remove unneeded TLS reads from v8::Null() and friends.
|
2011-03-25 14:09:14 +00:00 |
arguments.h
|
Clean up runtime functions.
|
2011-03-30 14:17:39 +00:00 |
array.js
|
More cases of CallFunction that doesn't work correctly.
|
2011-03-03 12:56:14 +00:00 |
assembler.cc
|
Fix --print-code-stubs during VM initialization
|
2011-04-07 11:29:40 +00:00 |
assembler.h
|
Remove some dead code.
|
2011-04-07 14:42:37 +00:00 |
ast-inl.h
|
Remove some dead code.
|
2011-04-07 14:42:37 +00:00 |
ast.cc
|
Remove some dead code.
|
2011-04-07 14:42:37 +00:00 |
ast.h
|
Strict mode fixes.
|
2011-04-08 14:30:10 +00:00 |
atomicops_internals_arm_gcc.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
atomicops_internals_mips_gcc.h
|
Re-establish mips basic infrastructure.
|
2011-03-28 13:05:36 +00:00 |
atomicops_internals_x86_gcc.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
atomicops_internals_x86_gcc.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
atomicops_internals_x86_macosx.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
atomicops_internals_x86_msvc.h
|
Fix Win64 compilation.
|
2010-12-07 11:53:19 +00:00 |
atomicops.h
|
Re-establish mips basic infrastructure.
|
2011-03-28 13:05:36 +00:00 |
bignum-dtoa.cc
|
Name argument in forward declaration.
|
2010-11-17 13:29:45 +00:00 |
bignum-dtoa.h
|
Add bignum fall-back when the fast dtoa doesn't succeed. This removes Gay's dtoa for the double->string direction. We still need it for the string->double direction.
|
2010-11-17 13:20:44 +00:00 |
bignum.cc
|
Make VS2005 project files compile without errors: changelist http://codereview.chromium.org/6286135/.
|
2011-02-09 15:58:55 +00:00 |
bignum.h
|
Bignum implementation of Strtod.
|
2010-11-08 11:49:47 +00:00 |
bootstrapper.cc
|
Fix a number of GC-unsafe evaluation order dependent places.
|
2011-03-30 10:46:55 +00:00 |
bootstrapper.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
builtins.cc
|
Fix multi-isolate build:
|
2011-04-01 14:46:30 +00:00 |
builtins.h
|
Introduce accessors on builtins instance and use them to avoid TLS access when getting builtins.
|
2011-03-23 13:40:07 +00:00 |
bytecodes-irregexp.h
|
Limit end-anchored regexps to testing end of string where possible.
|
2010-10-19 14:00:01 +00:00 |
cached-powers.cc
|
Strtod fast-case that uses DiyFps and cached powers of ten.
|
2010-10-21 11:54:32 +00:00 |
cached-powers.h
|
Strtod fast-case that uses DiyFps and cached powers of ten.
|
2010-10-21 11:54:32 +00:00 |
char-predicates-inl.h
|
Add and use AsciiAlphaToLower. Move RemoveLast test. Add Clear test. This is a commit of http://codereview.chromium.org/3307003/show http://codereview.chromium.org/3312007/show and http://codereview.chromium.org/3341002/show for tfarina
|
2010-09-03 12:59:52 +00:00 |
char-predicates.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
checks.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
checks.h
|
Increase coverage of global loads in optimized code
|
2011-04-01 11:54:04 +00:00 |
circular-queue-inl.h
|
CPU profiler: make code events handling scalable.
|
2010-05-22 05:27:19 +00:00 |
circular-queue.cc
|
Fix a error in SamplingCircularQueue found using Valgrind memcheck.
|
2010-08-30 13:30:54 +00:00 |
circular-queue.h
|
CPU profiler: make code events handling scalable.
|
2010-05-22 05:27:19 +00:00 |
code-stubs.cc
|
Fix multi-isolate build:
|
2011-04-01 14:46:30 +00:00 |
code-stubs.h
|
Remove code from the deprecated GenericBinaryOpStub.
|
2011-04-11 09:39:21 +00:00 |
code.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
codegen.cc
|
Remove some dead code.
|
2011-04-07 14:42:37 +00:00 |
codegen.h
|
Remove some dead code.
|
2011-04-07 14:42:37 +00:00 |
compilation-cache.cc
|
Clean up Isolate usages in compilation cache.
|
2011-03-21 10:22:57 +00:00 |
compilation-cache.h
|
Clean up Isolate usages in compilation cache.
|
2011-03-21 10:22:57 +00:00 |
compiler.cc
|
Strict mode fixes.
|
2011-04-08 14:30:10 +00:00 |
compiler.h
|
Remove some dead code.
|
2011-04-07 14:42:37 +00:00 |
contexts.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
contexts.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
conversions-inl.h
|
ARM: Remove support for ABI prior to EABI
|
2011-04-11 09:04:30 +00:00 |
conversions.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
conversions.h
|
Extract scanner base/JS/JSON and move base and JS to scanner-base.
|
2010-11-18 13:07:02 +00:00 |
counters.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
counters.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
cpu-profiler-inl.h
|
Add initialization for has_external_callback field.
|
2011-03-30 13:30:52 +00:00 |
cpu-profiler.cc
|
Simplify isolates access during stack iteration (WAS: Move SafeStackFrameIterator::active_count_...)
|
2011-04-05 09:01:47 +00:00 |
cpu-profiler.h
|
Add support for CPU and heap profiles deletion.
|
2011-03-22 16:10:01 +00:00 |
cpu.h
|
VM initialization refactoring.
|
2011-03-31 16:17:37 +00:00 |
d8-debug.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
d8-debug.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
d8-posix.cc
|
* Fix build errors on FreeBSD 8.2
|
2011-03-16 11:15:43 +00:00 |
d8-readline.cc
|
Making lint happy.
|
2010-02-10 11:48:53 +00:00 |
d8-windows.cc
|
* Add rmdir, mkdir -p and umask to d8 on Unix.
|
2009-03-31 12:45:33 +00:00 |
d8.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
d8.gyp
|
Fix gyp files for d8 console. Include build/gyp in .gitignore.
|
2011-03-29 17:54:44 +00:00 |
d8.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
d8.js
|
Adding debugger interface and runtime functions hooks for supporting
|
2011-03-02 08:10:38 +00:00 |
data-flow.cc
|
Remove unnecessary AST node for ++ and -- operations.
|
2011-04-07 07:56:43 +00:00 |
data-flow.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
date.js
|
X64 Crankshaft: Add test that fails on x64 Crankshaft build to list of skipped mjsunit tests. Fix comments and remove unused function from date.js.
|
2011-02-14 13:57:15 +00:00 |
dateparser-inl.h
|
make DateParser::TimeComposer handle 1-2 digits millisecond values
|
2010-11-26 11:48:35 +00:00 |
dateparser.cc
|
Fix presubmit error.
|
2010-05-07 12:00:12 +00:00 |
dateparser.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
debug-agent.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
debug-agent.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
debug-debugger.js
|
Adding debugger interface and runtime functions hooks for supporting
|
2011-03-02 08:10:38 +00:00 |
debug.cc
|
Remove code from the deprecated GenericBinaryOpStub.
|
2011-04-11 09:39:21 +00:00 |
debug.h
|
Simplify isolates access during stack iteration (WAS: Move SafeStackFrameIterator::active_count_...)
|
2011-04-05 09:01:47 +00:00 |
deoptimizer.cc
|
Always iterate outgoing arguments as a part of caller frame.
|
2011-04-06 14:23:27 +00:00 |
deoptimizer.h
|
Always iterate outgoing arguments as a part of caller frame.
|
2011-04-06 14:23:27 +00:00 |
disasm.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
disassembler.cc
|
Remove some dead code.
|
2011-04-07 14:42:37 +00:00 |
disassembler.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
diy-fp.cc
|
Rename files containing underscores.
|
2010-03-19 12:15:24 +00:00 |
diy-fp.h
|
Rename files containing underscores.
|
2010-03-19 12:15:24 +00:00 |
double.h
|
Add comments to double.h.
|
2010-11-08 15:40:28 +00:00 |
dtoa.cc
|
Add bignum fall-back when the fast dtoa doesn't succeed. This removes Gay's dtoa for the double->string direction. We still need it for the string->double direction.
|
2010-11-17 13:20:44 +00:00 |
dtoa.h
|
Add bignum fall-back when the fast dtoa doesn't succeed. This removes Gay's dtoa for the double->string direction. We still need it for the string->double direction.
|
2010-11-17 13:20:44 +00:00 |
execution.cc
|
Remove some dead code.
|
2011-04-07 14:42:37 +00:00 |
execution.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
factory.cc
|
Introduce accessors on builtins instance and use them to avoid TLS access when getting builtins.
|
2011-03-23 13:40:07 +00:00 |
factory.h
|
Remember and reuse derived map for external arrays
|
2011-03-23 09:57:12 +00:00 |
fast-dtoa.cc
|
Strtod fast-case that uses DiyFps and cached powers of ten.
|
2010-10-21 11:54:32 +00:00 |
fast-dtoa.h
|
Added precision mode to fast-dtoa.
|
2010-09-20 09:18:00 +00:00 |
fixed-dtoa.cc
|
Dtoa for fixed notation.
|
2010-05-05 13:51:27 +00:00 |
fixed-dtoa.h
|
Dtoa for fixed notation.
|
2010-05-05 13:51:27 +00:00 |
flag-definitions.h
|
Reapply: Never use classic code generator.
|
2011-04-01 19:46:21 +00:00 |
flags.cc
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
flags.h
|
Improve header file inclusions. Drop some unneeded includes, and add some needed ones.
|
2010-08-30 07:10:40 +00:00 |
frame-element.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
frame-element.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
frames-inl.h
|
Always iterate outgoing arguments as a part of caller frame.
|
2011-04-06 14:23:27 +00:00 |
frames.cc
|
Always iterate outgoing arguments as a part of caller frame.
|
2011-04-06 14:23:27 +00:00 |
frames.h
|
Always iterate outgoing arguments as a part of caller frame.
|
2011-04-06 14:23:27 +00:00 |
full-codegen.cc
|
Remove some dead code.
|
2011-04-07 14:42:37 +00:00 |
full-codegen.h
|
Clean up Isolate usages in ast visitor and hydrogen.
|
2011-03-21 11:57:59 +00:00 |
func-name-inferrer.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
func-name-inferrer.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
gdb-jit.cc
|
Fix compilation with gdbjit=on.
|
2011-04-08 11:25:19 +00:00 |
gdb-jit.h
|
Fix compilation with gdbjit=on.
|
2011-04-08 11:25:19 +00:00 |
global-handles.cc
|
Make object groups and implicit references a bit more lightweight.
|
2011-04-06 19:17:54 +00:00 |
global-handles.h
|
Fix win64 compile failure.
|
2011-04-07 16:10:56 +00:00 |
globals.h
|
Re-establish mips basic infrastructure.
|
2011-03-28 13:05:36 +00:00 |
handles-inl.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
handles.cc
|
Make exception thrown via v8 public API propagate to v8::TryCatch as JS thrown exceptions do.
|
2011-04-07 19:52:24 +00:00 |
handles.h
|
Make exception thrown via v8 public API propagate to v8::TryCatch as JS thrown exceptions do.
|
2011-04-07 19:52:24 +00:00 |
hashmap.cc
|
Fix break of build.
|
2010-11-24 10:28:22 +00:00 |
hashmap.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
heap-inl.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
heap-profiler.cc
|
Add support for CPU and heap profiles deletion.
|
2011-03-22 16:10:01 +00:00 |
heap-profiler.h
|
Add support for CPU and heap profiles deletion.
|
2011-03-22 16:10:01 +00:00 |
heap.cc
|
Mark single-argument inline constructors as 'explicit'.
|
2011-04-11 11:38:34 +00:00 |
heap.h
|
Improve property access with keys that can always be converted into a symbol string.
|
2011-03-31 10:33:45 +00:00 |
hydrogen-instructions.cc
|
Add ToBoolean-conversion of constants in Crankshaft and use it when generating a branch based on a constant.
|
2011-04-08 06:54:50 +00:00 |
hydrogen-instructions.h
|
Strict mode fixes.
|
2011-04-08 14:30:10 +00:00 |
hydrogen.cc
|
Strict mode fixes.
|
2011-04-08 14:30:10 +00:00 |
hydrogen.h
|
Strict mode fixes.
|
2011-04-08 14:30:10 +00:00 |
ic-inl.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
ic.cc
|
Remove code from the deprecated GenericBinaryOpStub.
|
2011-04-11 09:39:21 +00:00 |
ic.h
|
Remove code from the deprecated GenericBinaryOpStub.
|
2011-04-11 09:39:21 +00:00 |
inspector.cc
|
Adding inspector module and macro-ized object type list.
|
2011-01-19 08:04:48 +00:00 |
inspector.h
|
Adding inspector module and macro-ized object type list.
|
2011-01-19 08:04:48 +00:00 |
interpreter-irregexp.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
interpreter-irregexp.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
isolate.cc
|
Do not rely on uniqueness of pthread_t
|
2011-04-11 23:46:22 +00:00 |
isolate.h
|
Do not rely on uniqueness of pthread_t
|
2011-04-11 23:46:22 +00:00 |
json.js
|
Stop using plain Arrays internally in built-in functions.
|
2011-03-03 11:49:03 +00:00 |
jsregexp.cc
|
Re-establish mips basic infrastructure.
|
2011-03-28 13:05:36 +00:00 |
jsregexp.h
|
Mark single-argument inline constructors as 'explicit'.
|
2011-04-11 11:38:34 +00:00 |
list-inl.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
list.h
|
Update V8 to version 3.0 (re-land r5920).
|
2010-12-07 11:31:57 +00:00 |
lithium-allocator-inl.h
|
Re-establish mips basic infrastructure.
|
2011-03-28 13:05:36 +00:00 |
lithium-allocator.cc
|
Re-establish mips basic infrastructure.
|
2011-03-28 13:05:36 +00:00 |
lithium-allocator.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
lithium.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
lithium.h
|
Shorten live ranges for arguments to runtime calls.
|
2011-02-22 06:25:01 +00:00 |
liveedit-debugger.js
|
Add fine-grained diff implementation to LiveEdit engine.
|
2011-01-11 14:55:47 +00:00 |
liveedit.cc
|
Simplify isolates access during stack iteration (WAS: Move SafeStackFrameIterator::active_count_...)
|
2011-04-05 09:01:47 +00:00 |
liveedit.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
liveobjectlist-inl.h
|
Adding files for LiveObjectList implementation.
|
2011-03-02 09:16:05 +00:00 |
liveobjectlist.cc
|
Fixed lol SetProperty() calls to specify the needed strict mode.
|
2011-03-03 07:14:55 +00:00 |
liveobjectlist.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
log-inl.h
|
merged
|
2010-04-14 18:48:05 +00:00 |
log-utils.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
log-utils.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
log.cc
|
Remove code from the deprecated GenericBinaryOpStub.
|
2011-04-11 09:39:21 +00:00 |
log.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
macro-assembler.h
|
Change native RegExp call code to properly set C++ structures and
|
2011-02-15 13:53:51 +00:00 |
macros.py
|
Avoid double checking for IS_NUMBER by calling NonNumToNum instead of ToNumber
|
2011-01-05 13:52:00 +00:00 |
mark-compact.cc
|
Make object groups and implicit references a bit more lightweight.
|
2011-04-06 19:17:54 +00:00 |
mark-compact.h
|
Cleanup usage of HEAP in mark-compact.
|
2011-04-01 11:59:00 +00:00 |
math.js
|
Fix http://code.google.com/p/chromium/issues/detail?id=72555 incorrect
|
2011-02-11 14:23:47 +00:00 |
messages.cc
|
Allow recursive messages reporting as it is already used.
|
2011-04-11 16:16:52 +00:00 |
messages.h
|
Report stack overflow exceptions to V8 message listeners
|
2011-04-08 09:39:45 +00:00 |
messages.js
|
1309 fix
|
2011-04-06 16:22:06 +00:00 |
mirror-debugger.js
|
Remember and reuse derived map for external arrays
|
2011-03-23 09:57:12 +00:00 |
mksnapshot.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
natives.h
|
Merge the partial_snapshots branch back into bleeding_edge. For
|
2010-03-23 11:40:38 +00:00 |
objects-debug.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
objects-inl.h
|
Introduce runtime function %OptimizeFunctionOnNextCall to manually trigger optimization.
|
2011-04-11 13:24:50 +00:00 |
objects-printer.cc
|
Combine typed and pixel arrays.
|
2011-03-09 15:01:16 +00:00 |
objects-visiting.cc
|
Combine typed and pixel arrays.
|
2011-03-09 15:01:16 +00:00 |
objects-visiting.h
|
Specialize ScavengingVisitor for the case when all logging and profiling is disabled.
|
2011-03-30 15:17:10 +00:00 |
objects.cc
|
Do not rely on uniqueness of pthread_t
|
2011-04-11 23:46:22 +00:00 |
objects.h
|
Introduce runtime function %OptimizeFunctionOnNextCall to manually trigger optimization.
|
2011-04-11 13:24:50 +00:00 |
parser.cc
|
oops
|
2011-04-07 15:01:50 +00:00 |
parser.h
|
Remove some dead code.
|
2011-04-07 14:42:37 +00:00 |
platform-cygwin.cc
|
Do not rely on uniqueness of pthread_t
|
2011-04-11 23:46:22 +00:00 |
platform-freebsd.cc
|
Do not rely on uniqueness of pthread_t
|
2011-04-11 23:46:22 +00:00 |
platform-linux.cc
|
Do not rely on uniqueness of pthread_t
|
2011-04-11 23:46:22 +00:00 |
platform-macos.cc
|
Do not rely on uniqueness of pthread_t
|
2011-04-11 23:46:22 +00:00 |
platform-nullos.cc
|
Do not rely on uniqueness of pthread_t
|
2011-04-11 23:46:22 +00:00 |
platform-openbsd.cc
|
Do not rely on uniqueness of pthread_t
|
2011-04-11 23:46:22 +00:00 |
platform-posix.cc
|
Fix multi-isolate build:
|
2011-04-01 14:46:30 +00:00 |
platform-solaris.cc
|
Do not rely on uniqueness of pthread_t
|
2011-04-11 23:46:22 +00:00 |
platform-tls-mac.h
|
Fix fast TLS support on Mac.
|
2011-04-04 05:46:51 +00:00 |
platform-tls-win32.h
|
Add files missing from last commit.
|
2011-03-27 16:18:34 +00:00 |
platform-tls.h
|
Fast TLS support on mac.
|
2011-03-27 18:40:48 +00:00 |
platform-win32.cc
|
Another attempt to fix Win build.
|
2011-04-12 00:49:30 +00:00 |
platform.h
|
Do not rely on uniqueness of pthread_t
|
2011-04-11 23:46:22 +00:00 |
preparse-data.cc
|
Make the preparser standalone library and process build in debug mode.
|
2011-03-29 13:06:48 +00:00 |
preparse-data.h
|
Incremented preparse version number.
|
2011-01-18 10:00:36 +00:00 |
preparser-api.cc
|
Fixing build on Mac
|
2011-03-30 07:00:35 +00:00 |
preparser.cc
|
Make the preparser standalone library and process build in debug mode.
|
2011-03-29 13:06:48 +00:00 |
preparser.h
|
Issue 117 - strict mode and future reserved words
|
2011-02-04 18:36:37 +00:00 |
prettyprinter.cc
|
Remove some dead code.
|
2011-04-07 14:42:37 +00:00 |
prettyprinter.h
|
Remove some dead code.
|
2011-04-07 14:42:37 +00:00 |
profile-generator-inl.h
|
Refactor heap profiler's code to make possible including
|
2011-03-01 17:38:49 +00:00 |
profile-generator.cc
|
Make object groups and implicit references a bit more lightweight.
|
2011-04-06 19:17:54 +00:00 |
profile-generator.h
|
Heap profiler: emit more descriptive names for system objects and properties.
|
2011-03-30 14:04:50 +00:00 |
property.cc
|
Remember and reuse derived map for external arrays
|
2011-03-23 09:57:12 +00:00 |
property.h
|
Mark single-argument inline constructors as 'explicit'.
|
2011-04-11 11:38:34 +00:00 |
regexp-macro-assembler-irregexp-inl.h
|
Make not sucking at regexp the default
|
2010-04-19 19:30:11 +00:00 |
regexp-macro-assembler-irregexp.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
regexp-macro-assembler-irregexp.h
|
Fixes needed to compile on gcc-4.4.1 on ARM. It is still necessary
|
2011-01-12 11:56:41 +00:00 |
regexp-macro-assembler-tracer.cc
|
Fixes needed to compile on gcc-4.4.1 on ARM. It is still necessary
|
2011-01-12 11:56:41 +00:00 |
regexp-macro-assembler-tracer.h
|
Fixes needed to compile on gcc-4.4.1 on ARM. It is still necessary
|
2011-01-12 11:56:41 +00:00 |
regexp-macro-assembler.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
regexp-macro-assembler.h
|
Re-establish mips basic infrastructure.
|
2011-03-28 13:05:36 +00:00 |
regexp-stack.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
regexp-stack.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
regexp.js
|
Stop using plain Arrays internally in built-in functions.
|
2011-03-03 11:49:03 +00:00 |
rewriter.cc
|
Remove some dead code.
|
2011-04-07 14:42:37 +00:00 |
rewriter.h
|
Remove some dead code.
|
2011-04-07 14:42:37 +00:00 |
runtime-profiler.cc
|
Introduce runtime function %OptimizeFunctionOnNextCall to manually trigger optimization.
|
2011-04-11 13:24:50 +00:00 |
runtime-profiler.h
|
Fix JS ratio computation on startup.
|
2011-04-10 08:29:18 +00:00 |
runtime.cc
|
Do not rely on uniqueness of pthread_t
|
2011-04-11 23:46:22 +00:00 |
runtime.h
|
Introduce runtime function %OptimizeFunctionOnNextCall to manually trigger optimization.
|
2011-04-11 13:24:50 +00:00 |
runtime.js
|
Strict mode delete of non-configurable property.
|
2011-02-14 23:41:47 +00:00 |
safepoint-table.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
safepoint-table.h
|
Add file missing from last commit
|
2011-03-22 11:58:03 +00:00 |
scanner-base.cc
|
Make the preparser standalone library and process build in debug mode.
|
2011-03-29 13:06:48 +00:00 |
scanner-base.h
|
Make the preparser standalone library and process build in debug mode.
|
2011-03-29 13:06:48 +00:00 |
scanner.cc
|
Make the preparser standalone library and process build in debug mode.
|
2011-03-29 13:06:48 +00:00 |
scanner.h
|
Make the preparser standalone library and process build in debug mode.
|
2011-03-29 13:06:48 +00:00 |
SConscript
|
Remove some dead code.
|
2011-04-07 14:42:37 +00:00 |
scopeinfo.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
scopeinfo.h
|
Mark single-argument inline constructors as 'explicit'.
|
2011-04-11 11:38:34 +00:00 |
scopes.cc
|
Add a missing handle for serialized scope info
|
2011-04-06 18:32:01 +00:00 |
scopes.h
|
Add a missing handle for serialized scope info
|
2011-04-06 18:32:01 +00:00 |
serialize.cc
|
Introduce accessors on builtins instance and use them to avoid TLS access when getting builtins.
|
2011-03-23 13:40:07 +00:00 |
serialize.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
shell.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
simulator.h
|
MIPS port initial commit
|
2010-02-04 20:36:58 +00:00 |
small-pointer-list.h
|
Store HValue uses in a custom small list structure.
|
2011-03-23 14:44:19 +00:00 |
smart-pointer.h
|
Split nested namespaces declaration in two lines in accordance with C++ Style Guide.
|
2009-05-25 10:05:56 +00:00 |
snapshot-common.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
snapshot-empty.cc
|
Merge the partial_snapshots branch back into bleeding_edge. For
|
2010-03-23 11:40:38 +00:00 |
snapshot.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
spaces-inl.h
|
Rename memory.h to v8memory.h
|
2011-03-22 11:50:39 +00:00 |
spaces.cc
|
Remove code from the deprecated GenericBinaryOpStub.
|
2011-04-11 09:39:21 +00:00 |
spaces.h
|
Cleanup of Isolate usage (guided by SunSpider profiling)
|
2011-03-22 18:44:32 +00:00 |
splay-tree-inl.h
|
Start migrating profiles processing to C++.
|
2010-03-15 14:11:19 +00:00 |
splay-tree.h
|
Start migrating profiles processing to C++.
|
2010-03-15 14:11:19 +00:00 |
string-search.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
string-search.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
string-stream.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
string-stream.h
|
1. Added support for object printing for release mode using the
|
2010-12-20 10:38:19 +00:00 |
string.js
|
Stop using plain Arrays internally in built-in functions.
|
2011-03-03 11:49:03 +00:00 |
strtod.cc
|
Fix strtod.
|
2010-11-11 16:32:32 +00:00 |
strtod.h
|
Weed out extreme exponents in strtod.
|
2010-10-14 13:47:48 +00:00 |
stub-cache.cc
|
Clean up runtime functions.
|
2011-03-30 14:17:39 +00:00 |
stub-cache.h
|
Fix multi-isolate build:
|
2011-04-01 14:46:30 +00:00 |
token.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
token.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
top.cc
|
Do not rely on uniqueness of pthread_t
|
2011-04-11 23:46:22 +00:00 |
type-info.cc
|
Remove code from the deprecated GenericBinaryOpStub.
|
2011-04-11 09:39:21 +00:00 |
type-info.h
|
Fix opmitized external array access for compound assignments and count operations, also implement missing ARM typed array Hydrogen loads and stores.
|
2011-04-07 09:51:25 +00:00 |
unbound-queue-inl.h
|
CPU profiler: sample call stack on profiling start.
|
2010-06-01 13:52:49 +00:00 |
unbound-queue.h
|
CPU profiler: sample call stack on profiling start.
|
2010-06-01 13:52:49 +00:00 |
unicode-inl.h
|
Updated unicode library.
|
2010-07-30 07:10:22 +00:00 |
unicode.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
unicode.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
uri.js
|
Speedup decodeURI/decodeURIComponent by switching from charAt(i) to charCodeAt(i) in Decode.
|
2011-02-08 13:01:34 +00:00 |
utils.cc
|
Fix Linux x64 compilation
|
2011-01-19 14:51:01 +00:00 |
utils.h
|
Revert r7288.
|
2011-03-21 16:10:05 +00:00 |
v8-counters.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
v8-counters.h
|
Remove counters from generated isolate-independent MemCopy on ia32 platform.
|
2011-03-31 12:04:00 +00:00 |
v8.cc
|
Do not rely on uniqueness of pthread_t
|
2011-04-11 23:46:22 +00:00 |
v8.h
|
VM initialization refactoring.
|
2011-03-31 16:17:37 +00:00 |
v8checks.h
|
Fix break of build.
|
2010-11-24 10:28:22 +00:00 |
v8dll-main.cc
|
Landing for victorw@chromium.org.
|
2010-07-02 07:39:42 +00:00 |
v8globals.h
|
Re-establish mips basic infrastructure.
|
2011-03-28 13:05:36 +00:00 |
v8memory.h
|
Rename memory.h to v8memory.h
|
2011-03-22 11:50:39 +00:00 |
v8natives.js
|
Follow Safari on not throwing when __defineGetter__ fails.
|
2011-03-15 14:19:18 +00:00 |
v8preparserdll-main.cc
|
Add gyp target to build preparser as stand-alone library.
|
2010-12-10 12:58:18 +00:00 |
v8threads.cc
|
Do not rely on uniqueness of pthread_t
|
2011-04-11 23:46:22 +00:00 |
v8threads.h
|
Do not rely on uniqueness of pthread_t
|
2011-04-11 23:46:22 +00:00 |
v8utils.h
|
Make object groups and implicit references a bit more lightweight.
|
2011-04-06 19:17:54 +00:00 |
variables.cc
|
Remove some dead code.
|
2011-04-07 14:42:37 +00:00 |
variables.h
|
Remove some dead code.
|
2011-04-07 14:42:37 +00:00 |
version.cc
|
Prepare push to trunk. Now working on version 3.2.10.
|
2011-04-11 12:14:53 +00:00 |
version.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
vm-state-inl.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
vm-state.h
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
win32-headers.h
|
Fix Win32 bots - they crash/timeout on too long thread name.
|
2011-03-21 23:06:38 +00:00 |
zone-inl.h
|
Support placement new syntax for zone objects and start using it in the parser.
|
2011-04-04 06:29:02 +00:00 |
zone.cc
|
Merge isolates to bleeding_edge.
|
2011-03-18 20:35:07 +00:00 |
zone.h
|
Support placement new syntax for zone objects and start using it in the parser.
|
2011-04-04 06:29:02 +00:00 |