.. |
third_party/dtoa
|
Remove JSCRE
|
2009-02-25 08:08:01 +00:00 |
accessors.cc
|
Revert change 1509 that flush ICs when adding setters on an object or
|
2009-03-19 15:06:00 +00:00 |
accessors.h
|
Whenever a script object is created it is assigned a unique id. Currently this id is assigned from an 32 bit integer counter.
|
2009-03-10 08:10:50 +00:00 |
allocation.cc
|
Introducing a new StrNDup function that uses new[] for when we dispose the result using delete[].
|
2009-03-18 12:27:37 +00:00 |
allocation.h
|
Introducing a new StrNDup function that uses new[] for when we dispose the result using delete[].
|
2009-03-18 12:27:37 +00:00 |
api.cc
|
Prepare a push to trunk (version 1.1.9).
|
2009-04-14 13:29:23 +00:00 |
api.h
|
Add a new C++ pointer wrapping API to External to not dilute the
|
2009-03-23 19:51:10 +00:00 |
apinatives.js
|
Introducing a kUninitialized constant used for clearing the function cache.
|
2009-01-13 07:37:53 +00:00 |
apiutils.h
|
Split handle scopes into an internal version and a version accessible
|
2009-01-23 17:22:23 +00:00 |
arguments.h
|
|
|
array.js
|
Array sort was changed in a way that completely undid another optimization.
|
2009-02-17 08:56:36 +00:00 |
assembler-arm-inl.h
|
Moved some IA32 specific code from to the architecture dependent part of the debugger code.
|
2009-02-09 12:17:39 +00:00 |
assembler-arm.cc
|
Fix and cleanup ARM port:
|
2009-03-25 18:23:04 +00:00 |
assembler-arm.h
|
Fix and cleanup ARM port:
|
2009-03-25 18:23:04 +00:00 |
assembler-ia32-inl.h
|
Minor changes to allow V8 to build on Ubuntu Jaunty.
|
2009-03-09 08:42:21 +00:00 |
assembler-ia32.cc
|
Make sure to generate a CodeCreateEvent for the CPU features
|
2009-03-25 10:29:22 +00:00 |
assembler-ia32.h
|
Fix issue 265 by handling extra statement state on the frame based on
|
2009-03-11 06:17:19 +00:00 |
assembler.cc
|
Separately growing stack for irregexp ia32 backtrack stack.
|
2009-01-12 13:05:23 +00:00 |
assembler.h
|
Merge from experimental code generator branch to bleeding edge.
|
2009-02-27 13:00:32 +00:00 |
ast.cc
|
Reapply revisions 1432, 1433, 1469 and 1472 while fixing issue 279.
|
2009-03-23 07:27:47 +00:00 |
ast.h
|
Add name inference for anonymous functions to facilitate debugging and profiling of JS code.
|
2009-04-14 00:51:59 +00:00 |
bootstrapper.cc
|
Whenever a script object is created it is assigned a unique id. Currently this id is assigned from an 32 bit integer counter.
|
2009-03-10 08:10:50 +00:00 |
bootstrapper.h
|
Fix white space issues.
|
2009-01-26 18:23:01 +00:00 |
builtins-arm.cc
|
Fix a bunch of spelling mistakes :\
|
2009-01-15 19:08:34 +00:00 |
builtins-ia32.cc
|
Added a space to satisfy presubmit.py.
|
2009-03-09 14:13:57 +00:00 |
builtins.cc
|
Mark some of the places we leave V8 via callbacks as transitions to
|
2009-03-27 12:32:28 +00:00 |
builtins.h
|
Rewrite of VisitCountOperation that should speed it up
|
2009-04-03 13:27:14 +00:00 |
bytecodes-irregexp.h
|
A little peephole optimization for the Irregexp bytecode interpreter.
|
2009-02-19 10:03:27 +00:00 |
char-predicates-inl.h
|
Flatten strings before parsing them as Date strings, and work on Vector of chars instead.
|
2009-03-17 13:27:21 +00:00 |
char-predicates.h
|
- Added some expansion of assertions.
|
2008-12-01 15:42:35 +00:00 |
checks.cc
|
all-in-one
|
2009-03-02 09:09:07 +00:00 |
checks.h
|
Apply Jeff Bailey's patch to use %p instead of %i to print pointer
|
2009-01-22 14:00:23 +00:00 |
code-stubs.cc
|
Add a meaningful name when disassembling code. This makes it easier
|
2009-03-04 06:14:34 +00:00 |
code-stubs.h
|
|
|
code.h
|
|
|
codegen-arm.cc
|
Rewrite of VisitCountOperation that should speed it up
|
2009-04-03 13:27:14 +00:00 |
codegen-arm.h
|
Add name inference for anonymous functions to facilitate debugging and profiling of JS code.
|
2009-04-14 00:51:59 +00:00 |
codegen-ia32.cc
|
Rewrite of VisitCountOperation that should speed it up
|
2009-04-03 13:27:14 +00:00 |
codegen-ia32.h
|
Add name inference for anonymous functions to facilitate debugging and profiling of JS code.
|
2009-04-14 00:51:59 +00:00 |
codegen-inl.h
|
Remove a bunch of unnecessary includes from header files in favor of
|
2009-03-20 09:35:31 +00:00 |
codegen.cc
|
Fix the source position recorded for funtion return
|
2009-04-14 14:56:03 +00:00 |
codegen.h
|
Clean up return statements in the code generator by explicitly
|
2009-04-02 08:58:18 +00:00 |
compilation-cache.cc
|
Put back compilation cache
|
2009-04-06 18:08:06 +00:00 |
compilation-cache.h
|
Put back compilation cache
|
2009-04-06 18:08:06 +00:00 |
compiler.cc
|
Add name inference for anonymous functions to facilitate debugging and profiling of JS code.
|
2009-04-14 00:51:59 +00:00 |
compiler.h
|
Speed up access to global variables from eval scopes. Traverse the
|
2009-02-24 13:11:53 +00:00 |
constants-arm.h
|
Arm codegen could emit const pool in the middle of jump table.
|
2008-12-10 08:37:58 +00:00 |
contexts.cc
|
Speed up access to global variables from eval scopes. Traverse the
|
2009-02-24 13:11:53 +00:00 |
contexts.h
|
Speed up access to global variables from eval scopes. Traverse the
|
2009-02-24 13:11:53 +00:00 |
conversions-inl.h
|
Misc. portability fixes.
|
2009-03-18 15:20:26 +00:00 |
conversions.cc
|
Remove all uses of StringShape variables, since that has proven
|
2009-03-17 09:33:06 +00:00 |
conversions.h
|
|
|
counters.cc
|
- Added ability to call histograms from within v8
|
2009-03-13 16:06:31 +00:00 |
counters.h
|
- Added ability to call histograms from within v8
|
2009-03-13 16:06:31 +00:00 |
cpu-arm.cc
|
|
|
cpu-ia32.cc
|
Use SSE3 instructions - if available - for faster To(U)Int32
|
2009-02-25 14:57:46 +00:00 |
cpu.h
|
|
|
d8-debug.cc
|
Extend debugger agent protocol with a connect message.Added a name of the embedding application when enabeling the debugger agent.Send a connection message from the debugger agent to the remote debugger when connecting. This message contains the V8 version, the protcol version (currently 1) and the name of the embedding application. Currently this information is just printed raw as received.
|
2009-03-23 22:23:39 +00:00 |
d8-debug.h
|
Add remote debugging front end to developer shell.
|
2009-03-04 09:42:51 +00:00 |
d8-posix.cc
|
* Add rmdir, mkdir -p and umask to d8 on Unix.
|
2009-03-31 12:45:33 +00:00 |
d8-readline.cc
|
Introducing a new StrNDup function that uses new[] for when we dispose the result using delete[].
|
2009-03-18 12:27:37 +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
|
Reenable d8 stats timers, using the histogram mechanism
|
2009-04-14 00:30:44 +00:00 |
d8.h
|
Reenable d8 stats timers, using the histogram mechanism
|
2009-04-14 00:30:44 +00:00 |
d8.js
|
Add thread information to the debugger.
|
2009-03-17 11:40:47 +00:00 |
date-delay.js
|
Reuse output array instead of creating a new one for each call in Date.parse
|
2009-03-19 09:40:38 +00:00 |
dateparser-inl.h
|
Reuse output array instead of creating a new one for each call in Date.parse
|
2009-03-19 09:40:38 +00:00 |
dateparser.cc
|
Flatten strings before parsing them as Date strings, and work on Vector of chars instead.
|
2009-03-17 13:27:21 +00:00 |
dateparser.h
|
Reuse output array instead of creating a new one for each call in Date.parse
|
2009-03-19 09:40:38 +00:00 |
debug-agent.cc
|
Change the debugger agent protocol to be RFC-822 compilant.
|
2009-03-24 10:15:02 +00:00 |
debug-agent.h
|
Fixed Linux compiler warning.
|
2009-03-23 22:35:01 +00:00 |
debug-arm.cc
|
Make the debugger completely unload when the debug event listener is unregistered.
|
2009-02-13 12:36:58 +00:00 |
debug-delay.js
|
When devtools window is opening it requests all scripts parsed by the moment. Currently 'scripts' response contains only first 80 chars of the scripts sources. I added an argument to the protocol that allows to include full source text into the response.
|
2009-03-30 11:50:17 +00:00 |
debug-ia32.cc
|
Make the debugger completely unload when the debug event listener is unregistered.
|
2009-02-13 12:36:58 +00:00 |
debug.cc
|
Fixed step in handling for function.call.
|
2009-04-07 12:11:43 +00:00 |
debug.h
|
Change handling of debugger unloading.
|
2009-03-31 11:24:59 +00:00 |
disasm-arm.cc
|
Merge from experimental code generator branch to bleeding edge.
|
2009-02-27 13:00:32 +00:00 |
disasm-ia32.cc
|
Fixed the disassembler to cope with cmpb.
|
2009-03-09 14:41:40 +00:00 |
disasm.h
|
Merge from experimental code generator branch to bleeding edge.
|
2009-02-27 13:00:32 +00:00 |
disassembler.cc
|
Inline the Result::Unuse member function and change the Result
|
2009-03-20 12:58:14 +00:00 |
disassembler.h
|
|
|
dtoa-config.c
|
Support for building V8 with MinGW
|
2009-02-09 15:06:07 +00:00 |
execution.cc
|
Reapply portability fixes, this time without 64 bit system bug.
|
2009-03-23 12:37:53 +00:00 |
execution.h
|
A new stack guard break flag DEBUGCOMMAND has been introduced. This is used to signal debug break due to debugger commands available in the queue for processing. If a stack guard break happens with this flag and not the DEBUGBREAK flag the no debug break event is generated and execution is resumed automatically when all debugger commands in the queue has been processed.
|
2009-03-13 13:26:21 +00:00 |
factory.cc
|
Remove all uses of StringShape variables, since that has proven
|
2009-03-17 09:33:06 +00:00 |
factory.h
|
Fix lint.
|
2009-03-19 19:29:23 +00:00 |
flag-definitions.h
|
Fixed a bunch of memory leaks in tests, including:
|
2009-03-27 00:24:49 +00:00 |
flags.cc
|
Fixed a bunch of memory leaks in tests, including:
|
2009-03-27 00:24:49 +00:00 |
flags.h
|
Arguments on the command line are made available as a global "arguments" array.
|
2008-11-11 14:16:24 +00:00 |
frames-arm.cc
|
Implemented "no heap access" mode for JSFrame which is used for stack sampling in profiler.
|
2009-04-13 23:12:04 +00:00 |
frames-arm.h
|
Support profiler stack sampling in any situation. After this change, almost all profiler ticks (except GC ones) have a stack sample data associated.
|
2009-03-20 14:49:12 +00:00 |
frames-ia32.cc
|
Implemented "no heap access" mode for JSFrame which is used for stack sampling in profiler.
|
2009-04-13 23:12:04 +00:00 |
frames-ia32.h
|
Support profiler stack sampling in any situation. After this change, almost all profiler ticks (except GC ones) have a stack sample data associated.
|
2009-03-20 14:49:12 +00:00 |
frames-inl.h
|
Implemented "no heap access" mode for JSFrame which is used for stack sampling in profiler.
|
2009-04-13 23:12:04 +00:00 |
frames.cc
|
Implemented "no heap access" mode for JSFrame which is used for stack sampling in profiler.
|
2009-04-13 23:12:04 +00:00 |
frames.h
|
Implemented "no heap access" mode for JSFrame which is used for stack sampling in profiler.
|
2009-04-13 23:12:04 +00:00 |
func-name-inferrer.cc
|
Add name inference for anonymous functions to facilitate debugging and profiling of JS code.
|
2009-04-14 00:51:59 +00:00 |
func-name-inferrer.h
|
Fixed presubmit errors.
|
2009-04-14 01:33:15 +00:00 |
global-handles.cc
|
Add just enough state changes from EXTERNAL (outside V8) to OTHER
|
2009-03-30 13:32:28 +00:00 |
global-handles.h
|
Improve mark-compact object grouping interface.
|
2008-12-11 11:20:04 +00:00 |
globals.h
|
Add basic infrastructure for protecting V8's heap when leaving the VM
|
2009-03-24 12:47:53 +00:00 |
handles-inl.h
|
Split handle scopes into an internal version and a version accessible
|
2009-01-23 17:22:23 +00:00 |
handles.cc
|
Add just enough state changes from EXTERNAL (outside V8) to OTHER
|
2009-03-30 13:32:28 +00:00 |
handles.h
|
- Allow hidden properties to be set on any JSObject through the V8 C++ API.
|
2009-03-19 18:50:00 +00:00 |
hashmap.cc
|
|
|
hashmap.h
|
Fix a bunch of spelling mistakes :\
|
2009-01-15 19:08:34 +00:00 |
heap-inl.h
|
Moved the storage of the last script id into the heap to make it part of the serialized data when starting V8 on a snapshot.
|
2009-03-10 12:05:20 +00:00 |
heap.cc
|
Fix build issue on Mac.
|
2009-04-14 14:01:00 +00:00 |
heap.h
|
Add basic infrastructure for protecting V8's heap when leaving the VM
|
2009-03-24 12:47:53 +00:00 |
ic-arm.cc
|
Fix a bunch of spelling mistakes :\
|
2009-01-15 19:08:34 +00:00 |
ic-ia32.cc
|
Reduced the code sequence for testing for object type.
|
2009-03-09 14:00:51 +00:00 |
ic-inl.h
|
Refactor the convertion of a target address into a code object from the debugger to the Code class.
|
2008-12-09 12:53:59 +00:00 |
ic.cc
|
Revert change 1509 that flush ICs when adding setters on an object or
|
2009-03-19 15:06:00 +00:00 |
ic.h
|
Inline array loads in loops directly in the code instead of always
|
2008-12-22 12:56:32 +00:00 |
interpreter-irregexp.cc
|
Remove all uses of StringShape variables, since that has proven
|
2009-03-17 09:33:06 +00:00 |
interpreter-irregexp.h
|
* Have an ASCII and a UC16 interpreter for Irregexp bytecodes -
|
2008-12-09 08:30:49 +00:00 |
jsregexp-inl.h
|
Irregexp:
|
2008-12-08 09:22:12 +00:00 |
jsregexp.cc
|
Move reference to variable that isn't used on ARM.
|
2009-03-25 12:37:49 +00:00 |
jsregexp.h
|
Moved String.prototype.match implementation to C++.
|
2009-03-25 12:14:10 +00:00 |
jump-target-arm.cc
|
Clean up return statements in the code generator by explicitly
|
2009-04-02 08:58:18 +00:00 |
jump-target-ia32.cc
|
Clean up return statements in the code generator by explicitly
|
2009-04-02 08:58:18 +00:00 |
jump-target.cc
|
Tracks static type of strings in frame elements and results.
|
2009-04-03 12:01:56 +00:00 |
jump-target.h
|
Clean up return statements in the code generator by explicitly
|
2009-04-02 08:58:18 +00:00 |
list-inl.h
|
In List::Add, correctly handle the case of adding a reference to a
|
2009-03-05 08:10:42 +00:00 |
list.h
|
Initialize list of frame elements to proper size.
|
2009-03-30 13:03:32 +00:00 |
log.cc
|
Fixed numerous issues that were causing errors in profiler log processing
|
2009-03-31 09:06:37 +00:00 |
log.h
|
Fixed numerous issues that were causing errors in profiler log processing
|
2009-03-31 09:06:37 +00:00 |
macro-assembler-arm.cc
|
- Pass the knowledge whether the old GC is compacting to the GC prologue and epilogue. This allows us to skip frame cooking and uncooking when doing a mark-sweep GC.
|
2009-02-25 16:52:15 +00:00 |
macro-assembler-arm.h
|
- Pass the knowledge whether the old GC is compacting to the GC prologue and epilogue. This allows us to skip frame cooking and uncooking when doing a mark-sweep GC.
|
2009-02-25 16:52:15 +00:00 |
macro-assembler-ia32.cc
|
Reduced the code sequence for testing for object type.
|
2009-03-09 14:00:51 +00:00 |
macro-assembler-ia32.h
|
Reduced the code sequence for testing for object type.
|
2009-03-09 14:00:51 +00:00 |
macro-assembler.h
|
Made ARM/IA32 handling in Regexp symmetric (although without an ARM implementation yet).
|
2008-11-26 13:54:08 +00:00 |
macros.py
|
Moved subject and index before matches in RegExp lastMatchInfo.
|
2009-03-17 12:44:20 +00:00 |
mark-compact.cc
|
Verify the symbol table contents before and after all
|
2009-04-14 12:00:56 +00:00 |
mark-compact.h
|
- Pass the knowledge whether the old GC is compacting to the GC prologue and epilogue. This allows us to skip frame cooking and uncooking when doing a mark-sweep GC.
|
2009-02-25 16:52:15 +00:00 |
math.js
|
|
|
memory.h
|
|
|
messages.cc
|
Split handle scopes into an internal version and a version accessible
|
2009-01-23 17:22:23 +00:00 |
messages.h
|
|
|
messages.js
|
Revert change 1509 that flush ICs when adding setters on an object or
|
2009-03-19 15:06:00 +00:00 |
mirror-delay.js
|
To resolve functions from the call stack we need at least ids for the scripts of those functions. The information on the scripts is now included into the response.
|
2009-04-15 01:17:00 +00:00 |
mksnapshot.cc
|
Remove definition of _HAS_EXCEPTIONS from source files.
|
2009-04-14 14:58:23 +00:00 |
natives.h
|
|
|
objects-debug.cc
|
Remove all uses of StringShape variables, since that has proven
|
2009-03-17 09:33:06 +00:00 |
objects-inl.h
|
Add name inference for anonymous functions to facilitate debugging and profiling of JS code.
|
2009-04-14 00:51:59 +00:00 |
objects.cc
|
Verify the symbol table contents before and after all
|
2009-04-14 12:00:56 +00:00 |
objects.h
|
Move STATIC_ASSERT to IsShortcutCandidate to fix the
|
2009-04-14 12:10:32 +00:00 |
oprofile-agent.cc
|
Adding support for reporting addresses of JIT compiled code to OProfile.
|
2009-03-05 10:53:08 +00:00 |
oprofile-agent.h
|
Adding support for reporting addresses of JIT compiled code to OProfile.
|
2009-03-05 10:53:08 +00:00 |
parser.cc
|
Reapply revisions 1432, 1433, 1469 and 1472 while fixing issue 279.
|
2009-03-23 07:27:47 +00:00 |
parser.h
|
Reapply revisions 1432, 1433, 1469 and 1472 while fixing issue 279.
|
2009-03-23 07:27:47 +00:00 |
platform-freebsd.cc
|
Moved stdio and string functions to POSIX platform file.
|
2009-03-27 08:38:02 +00:00 |
platform-linux.cc
|
Fix profiling on Android.
|
2009-04-07 13:33:39 +00:00 |
platform-macos.cc
|
Moved stdio and string functions to POSIX platform file.
|
2009-03-27 08:38:02 +00:00 |
platform-nullos.cc
|
Add basic infrastructure for protecting V8's heap when leaving the VM
|
2009-03-24 12:47:53 +00:00 |
platform-posix.cc
|
Fixed numerous issues that were causing errors in profiler log processing
|
2009-03-31 09:06:37 +00:00 |
platform-win32.cc
|
Fixed numerous issues that were causing errors in profiler log processing
|
2009-03-31 09:06:37 +00:00 |
platform.h
|
Fixed numerous issues that were causing errors in profiler log processing
|
2009-03-31 09:06:37 +00:00 |
prettyprinter.cc
|
Add name inference for anonymous functions to facilitate debugging and profiling of JS code.
|
2009-04-14 00:51:59 +00:00 |
prettyprinter.h
|
Tracks static type of strings in frame elements and results.
|
2009-04-03 12:01:56 +00:00 |
property.cc
|
|
|
property.h
|
Fix garbage collection of unused maps. Null descriptors, created
|
2009-03-09 16:24:46 +00:00 |
regexp-delay.js
|
Revert change 1509 that flush ICs when adding setters on an object or
|
2009-03-19 15:06:00 +00:00 |
regexp-macro-assembler-arm.cc
|
Made ARM/IA32 handling in Regexp symmetric (although without an ARM implementation yet).
|
2008-11-26 13:54:08 +00:00 |
regexp-macro-assembler-arm.h
|
Made ARM/IA32 handling in Regexp symmetric (although without an ARM implementation yet).
|
2008-11-26 13:54:08 +00:00 |
regexp-macro-assembler-ia32.cc
|
Fixed numerous issues that were causing errors in profiler log processing
|
2009-03-31 09:06:37 +00:00 |
regexp-macro-assembler-ia32.h
|
RegExps now restart if their input string changes representation during preemption.
|
2009-03-20 13:26:16 +00:00 |
regexp-macro-assembler-irregexp-inl.h
|
A little peephole optimization for the Irregexp bytecode interpreter.
|
2009-02-19 10:03:27 +00:00 |
regexp-macro-assembler-irregexp.cc
|
A little peephole optimization for the Irregexp bytecode interpreter.
|
2009-02-19 10:03:27 +00:00 |
regexp-macro-assembler-irregexp.h
|
A little peephole optimization for the Irregexp bytecode interpreter.
|
2009-02-19 10:03:27 +00:00 |
regexp-macro-assembler-tracer.cc
|
Irregexp: Backtrack past look-aheads works correctly.
|
2009-01-26 14:38:17 +00:00 |
regexp-macro-assembler-tracer.h
|
Irregexp: Backtrack past look-aheads works correctly.
|
2009-01-26 14:38:17 +00:00 |
regexp-macro-assembler.cc
|
Separately growing stack for irregexp ia32 backtrack stack.
|
2009-01-12 13:05:23 +00:00 |
regexp-macro-assembler.h
|
Eliminate the code that handles fallback to JSCRE. The only way to get
|
2009-01-26 20:09:35 +00:00 |
regexp-stack.cc
|
Separately growing stack for irregexp ia32 backtrack stack.
|
2009-01-12 13:05:23 +00:00 |
regexp-stack.h
|
Allow larger regexp stack if necessary, which includes specific layout tests.
|
2009-01-27 13:43:42 +00:00 |
register-allocator-arm.cc
|
Inline the Result::Unuse member function and change the Result
|
2009-03-20 12:58:14 +00:00 |
register-allocator-ia32.cc
|
Inline the Result::Unuse member function and change the Result
|
2009-03-20 12:58:14 +00:00 |
register-allocator-inl.h
|
Tracks static type of strings in frame elements and results.
|
2009-04-03 12:01:56 +00:00 |
register-allocator.cc
|
Tracks static type of strings in frame elements and results.
|
2009-04-03 12:01:56 +00:00 |
register-allocator.h
|
Tracks static type of strings in frame elements and results.
|
2009-04-03 12:01:56 +00:00 |
rewriter.cc
|
Add name inference for anonymous functions to facilitate debugging and profiling of JS code.
|
2009-04-14 00:51:59 +00:00 |
rewriter.h
|
Handle stack overflow errors correctly when rewriting the AST
|
2008-11-05 20:39:41 +00:00 |
runtime.cc
|
Add name inference for anonymous functions to facilitate debugging and profiling of JS code.
|
2009-04-14 00:51:59 +00:00 |
runtime.h
|
Add name inference for anonymous functions to facilitate debugging and profiling of JS code.
|
2009-04-14 00:51:59 +00:00 |
runtime.js
|
Rewrite of VisitCountOperation that should speed it up
|
2009-04-03 13:27:14 +00:00 |
scanner.cc
|
Regular Expression literal flags may contain unicode escapes. If these escape any of the
|
2009-02-12 09:09:28 +00:00 |
scanner.h
|
|
|
SConscript
|
Add name inference for anonymous functions to facilitate debugging and profiling of JS code.
|
2009-04-14 00:51:59 +00:00 |
scopeinfo.cc
|
Speed up access to global variables from eval scopes. Traverse the
|
2009-02-24 13:11:53 +00:00 |
scopeinfo.h
|
Speed up access to global variables from eval scopes. Traverse the
|
2009-02-24 13:11:53 +00:00 |
scopes.cc
|
Issue 267: Calls to arguments in eval-tainted function scope uses global object as receiver.
|
2009-03-10 12:28:34 +00:00 |
scopes.h
|
Speed up access to global variables from eval scopes. Traverse the
|
2009-02-24 13:11:53 +00:00 |
serialize.cc
|
Remove stl dependencies from d8.
|
2009-03-24 13:33:54 +00:00 |
serialize.h
|
Use SSE3 instructions - if available - for faster To(U)Int32
|
2009-02-25 14:57:46 +00:00 |
shell.h
|
|
|
simulator-arm.cc
|
Merge from experimental code generator branch to bleeding edge.
|
2009-02-27 13:00:32 +00:00 |
simulator-arm.h
|
Fix a bunch of spelling mistakes :\
|
2009-01-15 19:08:34 +00:00 |
simulator-ia32.cc
|
|
|
simulator-ia32.h
|
|
|
smart-pointer.h
|
|
|
snapshot-common.cc
|
Change type of snapshot from char array to byte array to avoid portability problems between different compilers.
|
2009-01-26 10:21:09 +00:00 |
snapshot-empty.cc
|
Change type of snapshot from char array to byte array to avoid portability problems between different compilers.
|
2009-01-26 10:21:09 +00:00 |
snapshot.h
|
Change type of snapshot from char array to byte array to avoid portability problems between different compilers.
|
2009-01-26 10:21:09 +00:00 |
spaces-inl.h
|
Add basic infrastructure for protecting V8's heap when leaving the VM
|
2009-03-24 12:47:53 +00:00 |
spaces.cc
|
Add basic infrastructure for protecting V8's heap when leaving the VM
|
2009-03-24 12:47:53 +00:00 |
spaces.h
|
Add basic infrastructure for protecting V8's heap when leaving the VM
|
2009-03-24 12:47:53 +00:00 |
string-stream.cc
|
Merge regexp2000 back into bleeding_edge
|
2008-11-25 11:07:48 +00:00 |
string-stream.h
|
Merge regexp2000 back into bleeding_edge
|
2008-11-25 11:07:48 +00:00 |
string.js
|
Moved String.prototype.match implementation to C++.
|
2009-03-25 12:14:10 +00:00 |
stub-cache-arm.cc
|
Add a meaningful name when disassembling code. This makes it easier
|
2009-03-04 06:14:34 +00:00 |
stub-cache-ia32.cc
|
Reduced the code sequence for testing for object type.
|
2009-03-09 14:00:51 +00:00 |
stub-cache.cc
|
Mark some of the places we leave V8 via callbacks as transitions to
|
2009-03-27 12:32:28 +00:00 |
stub-cache.h
|
Fix the 64-bit build. Implicit conversion from string constant to
|
2009-03-04 07:42:39 +00:00 |
token.cc
|
|
|
token.h
|
|
|
top.cc
|
Reland exception propagation fix.
|
2009-03-31 15:23:58 +00:00 |
top.h
|
Reland exception propagation fix.
|
2009-03-31 15:23:58 +00:00 |
unicode-inl.h
|
|
|
unicode.cc
|
Misc. portability fixes.
|
2009-03-18 15:20:26 +00:00 |
unicode.h
|
Merge regexp2000 back into bleeding_edge
|
2008-11-25 11:07:48 +00:00 |
uri.js
|
Implemented invalid UTF8 detection in decodeURI. That is, detection
|
2009-03-10 09:08:05 +00:00 |
usage-analyzer.cc
|
Change the handling of catch blocks to use context extension objects
|
2009-01-16 09:42:08 +00:00 |
usage-analyzer.h
|
|
|
utils.cc
|
Change type of snapshot from char array to byte array to avoid portability problems between different compilers.
|
2009-01-26 10:21:09 +00:00 |
utils.h
|
Change type of snapshot from char array to byte array to avoid portability problems between different compilers.
|
2009-01-26 10:21:09 +00:00 |
v8-counters.cc
|
- Added ability to call histograms from within v8
|
2009-03-13 16:06:31 +00:00 |
v8-counters.h
|
Revert change 1509 that flush ICs when adding setters on an object or
|
2009-03-19 15:06:00 +00:00 |
v8.cc
|
Fixed a bunch of memory leaks in tests, including:
|
2009-03-27 00:24:49 +00:00 |
v8.h
|
all-in-one
|
2009-03-02 09:09:07 +00:00 |
v8natives.js
|
Moved subject and index before matches in RegExp lastMatchInfo.
|
2009-03-17 12:44:20 +00:00 |
v8threads.cc
|
Add thread information to the debugger.
|
2009-03-17 11:40:47 +00:00 |
v8threads.h
|
Add thread information to the debugger.
|
2009-03-17 11:40:47 +00:00 |
variables.cc
|
Tracks static type of strings in frame elements and results.
|
2009-04-03 12:01:56 +00:00 |
variables.h
|
Tracks static type of strings in frame elements and results.
|
2009-04-03 12:01:56 +00:00 |
virtual-frame-arm.cc
|
Initialize list of frame elements to proper size.
|
2009-03-30 13:03:32 +00:00 |
virtual-frame-arm.h
|
Fix VirtualFrame::is_used for ARM
|
2009-04-14 14:54:41 +00:00 |
virtual-frame-ia32.cc
|
Tracks static type of strings in frame elements and results.
|
2009-04-03 12:01:56 +00:00 |
virtual-frame-ia32.h
|
Rewrite of VisitCountOperation that should speed it up
|
2009-04-03 13:27:14 +00:00 |
virtual-frame.cc
|
Tracks static type of strings in frame elements and results.
|
2009-04-03 12:01:56 +00:00 |
virtual-frame.h
|
Tracks static type of strings in frame elements and results.
|
2009-04-03 12:01:56 +00:00 |
zone-inl.h
|
Fixed a bunch of memory leaks in tests, including:
|
2009-03-27 00:24:49 +00:00 |
zone.cc
|
- Simplify the code slightly by using Max().
|
2008-12-05 21:51:46 +00:00 |
zone.h
|
Fixed a bunch of memory leaks in tests, including:
|
2009-03-27 00:24:49 +00:00 |