v8/src
lrn@chromium.org 3b968e0207 Preemption code for irregexp-native-ia32. Regexps can not only succeede or
fail, but also report a thrown exception.


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@974 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2008-12-12 10:49:00 +00:00
..
third_party Add v8::jscre namespace around jscre functions to avoid link errors with jsc pcre files in Chrome. 2008-11-26 22:45:21 +00:00
accessors.cc Fixed usage of NewArgumentsObject for accessor. 2008-10-23 15:06:31 +00:00
accessors.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
allocation.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
allocation.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
api.cc Prepare pushing new v8 version to trunk (now working on version 0.4.7). 2008-12-11 11:38:02 +00:00
api.h Split window support from V8. 2008-10-21 19:07:58 +00:00
apinatives.js Add support for API accessors that prohibit overwriting by accessors 2008-10-30 12:51:06 +00:00
arguments.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
array.js Implement Array::concat function in C++. 2008-10-28 14:47:50 +00:00
assembler-arm-inl.h Refactor the enum RelocMode changing the naming scheme from lower case to 2008-09-22 13:57:03 +00:00
assembler-arm.cc Turn ASSERT(!rn.is(ip)) into CHECK so the error can be caught in release mode. 2008-11-20 18:12:48 +00:00
assembler-arm.h Arm codegen could emit const pool in the middle of jump table. 2008-12-10 08:37:58 +00:00
assembler-ia32-inl.h Preemption code for irregexp-native-ia32. Regexps can not only succeede or 2008-12-12 10:49:00 +00:00
assembler-ia32.cc Preemption code for irregexp-native-ia32. Regexps can not only succeede or 2008-12-12 10:49:00 +00:00
assembler-ia32.h Preemption code for irregexp-native-ia32. Regexps can not only succeede or 2008-12-12 10:49:00 +00:00
assembler.cc 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
assembler.h * Remove an unused layer of abstraction by not having both a macro assembler and 2008-11-28 10:37:06 +00:00
ast.cc Change implementation of eval to make an exact distinction between direct eval and aliased eval. 2008-11-27 13:55:06 +00:00
ast.h Irregexp: 2008-12-08 09:22:12 +00:00
bootstrapper.cc Fix CALL_NON_FUNCTION. 2008-11-10 22:53:19 +00:00
bootstrapper.h Fix CALL_NON_FUNCTION. 2008-11-10 22:53:19 +00:00
builtins-arm.cc Moved the code generation for debug break stubs from builtins* to debug*. From builtins* all code generation delegate to debug*. Added files debug-ia32.cc and debug-arm.cc for platfoem specific code generation of debugger stubs. 2008-12-09 11:12:14 +00:00
builtins-ia32.cc Moved the code generation for debug break stubs from builtins* to debug*. From builtins* all code generation delegate to debug*. Added files debug-ia32.cc and debug-arm.cc for platfoem specific code generation of debugger stubs. 2008-12-09 11:12:14 +00:00
builtins.cc Fixed Linux build by removing unused code. 2008-12-09 11:24:53 +00:00
builtins.h Moved the code generation for debug break stubs from builtins* to debug*. From builtins* all code generation delegate to debug*. Added files debug-ia32.cc and debug-arm.cc for platfoem specific code generation of debugger stubs. 2008-12-09 11:12:14 +00:00
bytecodes-irregexp.h Irregexp: 2008-12-08 09:22:12 +00:00
char-predicates-inl.h - Added some expansion of assertions. 2008-12-01 15:42:35 +00:00
char-predicates.h - Added some expansion of assertions. 2008-12-01 15:42:35 +00:00
checks.cc This is a new static flag system, designed to have all flags in a central place, and compiled into the binary without requiring static constructors for registration. All flags are moved out of the specific modules and into flags.defs, with different sections for debug, release, etc. The flag variables are always defined. For example, a debug flag in release mode still exists, but is read only and set to the default value. 2008-09-12 10:19:33 +00:00
checks.h Merge regexp2000 back into bleeding_edge 2008-11-25 11:07:48 +00:00
code-stubs.cc Improve the generated code for the instanceof operator, 2008-10-08 13:33:16 +00:00
code-stubs.h Improve the generated code for the instanceof operator, 2008-10-08 13:33:16 +00:00
code.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
codegen-arm.cc Arm codegen could emit const pool in the middle of jump table. 2008-12-10 08:37:58 +00:00
codegen-arm.h Change implementation of eval to make an exact distinction between direct eval and aliased eval. 2008-11-27 13:55:06 +00:00
codegen-ia32.cc A recursive call to the code generator could (conceivably) clobber any 2008-12-10 13:49:19 +00:00
codegen-ia32.h Change implementation of eval to make an exact distinction between direct eval and aliased eval. 2008-11-27 13:55:06 +00:00
codegen-inl.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
codegen.cc Enable printing code generated for builtins in release mode when the 2008-12-04 08:26:08 +00:00
codegen.h Made ARM/IA32 handling in Regexp symmetric (although without an ARM implementation yet). 2008-11-26 13:54:08 +00:00
compilation-cache.cc - Added caching of regexp data in the compilation cache. 2008-10-24 08:40:02 +00:00
compilation-cache.h - Added caching of regexp data in the compilation cache. 2008-10-24 08:40:02 +00:00
compiler.cc Removed a few calls to Top::ReportPendingMessages() that caused the messages to be reported prematurely and not at the C++/JS boundary. 2008-12-09 13:18:33 +00:00
compiler.h Track loop nesting across function calls when the function 2008-11-17 05:50:52 +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 Change implementation of eval to make an exact distinction between direct eval and aliased eval. 2008-11-27 13:55:06 +00:00
contexts.h Improve code for looking up in context slots in runtime.cc and 2008-10-24 10:59:40 +00:00
conversions-inl.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
conversions.cc Removed some unsafe uses of StringShape. 2008-11-05 10:26:08 +00:00
conversions.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
counters.cc Move the Counters to structures that can be POD initialized, avoiding the need for static constructors on program startup. They were only default initializing and doing some unneeded string operations. 2008-09-15 08:59:31 +00:00
counters.h Commiting Evan's change to use char instead of wchar_t for counter names. 2008-12-01 07:40:43 +00:00
cpu-arm.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
cpu-ia32.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
cpu.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
d8-readline.cc Fixed lint error. 2008-12-03 16:21:19 +00:00
d8.cc Fixed the caching of counters. This also fixes the --dump-counters which reads the counters from the cache when dumping. 2008-12-05 10:40:13 +00:00
d8.h Added support in d8 for memory-mapped counters and added the python 2008-12-03 09:35:21 +00:00
d8.js Added development shell (d8) including readline support, counters and 2008-10-21 09:12:27 +00:00
date-delay.js Change Windows daylight saving time calculations to 2008-12-02 13:20:00 +00:00
dateparser.cc - Added conditional write barrier to object accessors. 2008-10-23 08:46:32 +00:00
dateparser.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
debug-arm.cc Moved the code generation for debug break stubs from builtins* to debug*. From builtins* all code generation delegate to debug*. Added files debug-ia32.cc and debug-arm.cc for platfoem specific code generation of debugger stubs. 2008-12-09 11:12:14 +00:00
debug-delay.js Add handling of empty stack in the backtrace debug request. 2008-12-11 09:35:44 +00:00
debug-ia32.cc Fixed lint error. 2008-12-09 12:30:05 +00:00
debug.cc Continue running if failing to make a debug event into a JSON event for sending to the debugger. 2008-12-11 11:25:06 +00:00
debug.h Continue running if failing to make a debug event into a JSON event for sending to the debugger. 2008-12-11 11:25:06 +00:00
disasm-arm.cc Backport the changes from the readability review. 2008-11-05 19:18:10 +00:00
disasm-ia32.cc Backport the changes from the readability review. 2008-11-05 19:18:10 +00:00
disasm.h Backport the changes from the readability review. 2008-11-05 19:18:10 +00:00
disassembler.cc 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
disassembler.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
dtoa-config.c Added support for building V8 on Windows with either the shared or static version of MSVCRT. The selection of the MSVCRT version is through the new SCons flag msvcrt which can have values static or shared with static being the default. 2008-11-21 11:19:01 +00:00
execution.cc Preemption code for irregexp-native-ia32. Regexps can not only succeede or 2008-12-12 10:49:00 +00:00
execution.h Preemption code for irregexp-native-ia32. Regexps can not only succeede or 2008-12-12 10:49:00 +00:00
factory.cc Merge regexp2000 back into bleeding_edge 2008-11-25 11:07:48 +00:00
factory.h Merge regexp2000 back into bleeding_edge 2008-11-25 11:07:48 +00:00
flag-definitions.h Enable printing code generated for builtins in release mode when the 2008-12-04 08:26:08 +00:00
flags.cc Use OS::StrDup to duplicate strings. 2008-11-11 14:51:56 +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 Adapt to new calling convention on ARM: 2008-09-12 03:29:06 +00:00
frames-arm.h Adapt to new calling convention on ARM: 2008-09-12 03:29:06 +00:00
frames-ia32.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
frames-ia32.h Refactored the code for entering and leaving exit frames (calls 2008-09-23 08:19:26 +00:00
frames-inl.h Made ARM/IA32 handling in Regexp symmetric (although without an ARM implementation yet). 2008-11-26 13:54:08 +00:00
frames.cc Introduce a special kind of frames for construct frames, e.g. 2008-10-10 09:09:38 +00:00
frames.h Introduce a special kind of frames for construct frames, e.g. 2008-10-10 09:09:38 +00:00
global-handles.cc Improve mark-compact object grouping interface. 2008-12-11 11:20:04 +00:00
global-handles.h Improve mark-compact object grouping interface. 2008-12-11 11:20:04 +00:00
globals.h - Added lookbehind propagation for the initial node; now, if the 2008-12-11 11:13:13 +00:00
handles-inl.h Do not put failures in handles. 2008-11-04 16:23:56 +00:00
handles.cc Track loop nesting across function calls when the function 2008-11-17 05:50:52 +00:00
handles.h Track loop nesting across function calls when the function 2008-11-17 05:50:52 +00:00
hashmap.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
hashmap.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
heap-inl.h Add experimental support for external two-byte symbols. 2008-11-17 15:13:40 +00:00
heap.cc Merge regexp2000 back into bleeding_edge 2008-11-25 11:07:48 +00:00
heap.h Change implementation of eval to make an exact distinction between direct eval and aliased eval. 2008-11-27 13:55:06 +00:00
ic-arm.cc Make sure that the generic stubs for keyed load and store and for 2008-12-10 08:05:10 +00:00
ic-ia32.cc Make sure that the generic stubs for keyed load and store and for 2008-12-10 08:05:10 +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 Make Logger::SuspectReadEvent extract the class name from the object. This makes the lone caller cleaner, and also avoids a tiny bit of work in the default case of not running with --log-suspect. 2008-12-09 09:19:02 +00:00
ic.h Serendipitously arrange the tags so that String.length() becomes a branch-free 2008-10-27 12:39:34 +00:00
interpreter-irregexp.cc * Have an ASCII and a UC16 interpreter for Irregexp bytecodes - 2008-12-09 08:30:49 +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 Preemption code for irregexp-native-ia32. Regexps can not only succeede or 2008-12-12 10:49:00 +00:00
jsregexp.h Quantified look-aheads are sometimes removed entirely, leaving only a 2008-12-12 10:22:56 +00:00
list-inl.h Merge code review fixes. 2008-11-26 08:03:55 +00:00
list.h Merge regexp2000 back into bleeding_edge 2008-11-25 11:07:48 +00:00
log.cc Make Logger::SuspectReadEvent extract the class name from the object. This makes the lone caller cleaner, and also avoids a tiny bit of work in the default case of not running with --log-suspect. 2008-12-09 09:19:02 +00:00
log.h Make Logger::SuspectReadEvent extract the class name from the object. This makes the lone caller cleaner, and also avoids a tiny bit of work in the default case of not running with --log-suspect. 2008-12-09 09:19:02 +00:00
macro-assembler-arm.cc Arm codegen could emit const pool in the middle of jump table. 2008-12-10 08:37:58 +00:00
macro-assembler-arm.h Arm codegen could emit const pool in the middle of jump table. 2008-12-10 08:37:58 +00:00
macro-assembler-ia32.cc Use shorter encoding for mov REG, IMM. Use Set() in two places to generate smaller code when the immediate is 0. 2008-11-11 06:10:07 +00:00
macro-assembler-ia32.h Split window support from V8. 2008-10-21 19:07:58 +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 - Missing files 2008-10-17 11:36:42 +00:00
mark-compact.cc Improve mark-compact object grouping interface. 2008-12-11 11:20:04 +00:00
mark-compact.h Code cleanup & simplification. 2008-11-04 13:05:56 +00:00
math.js This change removes the %AddProperty native JavaScript function from V8. 2008-10-03 12:14:29 +00:00
memory.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
messages.cc Do not put failures in handles. 2008-11-04 16:23:56 +00:00
messages.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
messages.js Follow jsc in throwing an exception when using test or exec on a 2008-12-03 12:47:21 +00:00
mirror-delay.js Split window support from V8. 2008-10-21 19:07:58 +00:00
mksnapshot.cc Commiting Evan's change to use char instead of wchar_t for counter names. 2008-12-01 07:40:43 +00:00
natives.h Added development shell (d8) including readline support, counters and 2008-10-21 09:12:27 +00:00
objects-debug.cc Merge regexp2000 back into bleeding_edge 2008-11-25 11:07:48 +00:00
objects-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
objects.cc Fix build (someone tell gcc you can't take the address of a static 2008-12-09 09:17:41 +00:00
objects.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
parser.cc Quantified look-aheads are sometimes removed entirely, leaving only a 2008-12-12 10:22:56 +00:00
parser.h - Added lookbehind propagation for the initial node; now, if the 2008-12-11 11:13:13 +00:00
platform-freebsd.cc Made d8 console=readline work on leopard. 2008-12-03 15:51:16 +00:00
platform-linux.cc Made d8 console=readline work on leopard. 2008-12-03 15:51:16 +00:00
platform-macos.cc Made d8 console=readline work on leopard. 2008-12-03 15:51:16 +00:00
platform-nullos.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
platform-win32.cc Made d8 console=readline work on leopard. 2008-12-03 15:51:16 +00:00
platform.h Made d8 console=readline work on leopard. 2008-12-03 15:51:16 +00:00
prettyprinter.cc Change implementation of eval to make an exact distinction between direct eval and aliased eval. 2008-11-27 13:55:06 +00:00
prettyprinter.h Change implementation of eval to make an exact distinction between direct eval and aliased eval. 2008-11-27 13:55:06 +00:00
property.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
property.h Create an abstraction for the string type flags so that they can be cached. 2008-11-03 10:16:05 +00:00
regexp-delay.js Follow jsc in throwing an exception when using test or exec on a 2008-12-03 12:47:21 +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 Preemption code for irregexp-native-ia32. Regexps can not only succeede or 2008-12-12 10:49:00 +00:00
regexp-macro-assembler-ia32.h Preemption code for irregexp-native-ia32. Regexps can not only succeede or 2008-12-12 10:49:00 +00:00
regexp-macro-assembler-irregexp-inl.h * Remove an unused layer of abstraction by not having both a macro assembler and 2008-11-28 10:37:06 +00:00
regexp-macro-assembler-irregexp.cc Irregexp: 2008-12-08 09:22:12 +00:00
regexp-macro-assembler-irregexp.h Irregexp: 2008-12-08 09:22:12 +00:00
regexp-macro-assembler-tracer.cc Irregexp: 2008-12-08 09:22:12 +00:00
regexp-macro-assembler-tracer.h Irregexp: 2008-12-08 09:22:12 +00:00
regexp-macro-assembler.cc ByteArrayProvider increments free-pointer correctly. 2008-12-04 08:33:32 +00:00
regexp-macro-assembler.h Irregexp: 2008-12-08 09:22:12 +00:00
rewriter.cc Change implementation of eval to make an exact distinction between direct eval and aliased eval. 2008-11-27 13:55:06 +00:00
rewriter.h Handle stack overflow errors correctly when rewriting the AST 2008-11-05 20:39:41 +00:00
runtime.cc Preemption code for irregexp-native-ia32. Regexps can not only succeede or 2008-12-12 10:49:00 +00:00
runtime.h Change implementation of eval to make an exact distinction between direct eval and aliased eval. 2008-11-27 13:55:06 +00:00
runtime.js Fast check undefined in EQUALS. 2008-10-28 03:39:17 +00:00
scanner.cc Fix Chromium issue 176 by treating byte-order marks as whitespace. 2008-11-17 06:56:28 +00:00
scanner.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
SConscript Moved the code generation for debug break stubs from builtins* to debug*. From builtins* all code generation delegate to debug*. Added files debug-ia32.cc and debug-arm.cc for platfoem specific code generation of debugger stubs. 2008-12-09 11:12:14 +00:00
scopeinfo.cc Fix bug in function context slot lookup. There were two problems: we 2008-09-11 13:00:30 +00:00
scopeinfo.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
scopes.cc Change implementation of eval to make an exact distinction between direct eval and aliased eval. 2008-11-27 13:55:06 +00:00
scopes.h Change implementation of eval to make an exact distinction between direct eval and aliased eval. 2008-11-27 13:55:06 +00:00
serialize.cc Moved the builtins used by the debugger to a separate list. 2008-12-08 10:16:57 +00:00
serialize.h Fix some style issues. 2008-10-23 07:28:21 +00:00
shell.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
simulator-arm.cc Some fixes in ARM simulator: 2008-11-12 22:57:04 +00:00
simulator-arm.h Some fixes in ARM simulator: 2008-11-12 22:57:04 +00:00
simulator-ia32.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
simulator-ia32.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
smart-pointer.h Added development shell (d8) including readline support, counters and 2008-10-21 09:12:27 +00:00
snapshot-common.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
snapshot-empty.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
snapshot.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
spaces-inl.h - Optimized CopyFixedArray and CopyJSObject. 2008-10-22 08:21:18 +00:00
spaces.cc Make sure that allocations through CALL_HEAP_FUNCTION 2008-10-30 09:15:58 +00:00
spaces.h - Removed a few indirections by making the two SemiSpaces 2008-10-17 09:13:27 +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 Improve speed of String.replace by around 33% by not constructing 2008-12-08 09:22:24 +00:00
stub-cache-arm.cc More work on completing Keyed IC code on ARM port. 2008-11-20 16:59:00 +00:00
stub-cache-ia32.cc Minor cleanup code in GenerateStoreField. 2008-11-20 16:31:22 +00:00
stub-cache.cc Moved the code generation for debug break stubs from builtins* to debug*. From builtins* all code generation delegate to debug*. Added files debug-ia32.cc and debug-arm.cc for platfoem specific code generation of debugger stubs. 2008-12-09 11:12:14 +00:00
stub-cache.h More work on completing Keyed IC code on ARM port. 2008-11-20 16:59:00 +00:00
token.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
token.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
top.cc Simplify the logic determining whether to report an exception. 2008-12-09 10:36:31 +00:00
top.h Fixing exception reporting so that a verbose TryCatch handler works again. 2008-12-05 13:30:55 +00:00
unicode-inl.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
unicode.cc Fixed problem where the two lower-case sigmas would uncanonicalize to 2008-11-26 06:05:07 +00:00
unicode.h Merge regexp2000 back into bleeding_edge 2008-11-25 11:07:48 +00:00
uri.js Make sure that the name accessor on functions return the expected 2008-10-03 07:14:31 +00:00
usage-analyzer.cc Change implementation of eval to make an exact distinction between direct eval and aliased eval. 2008-11-27 13:55:06 +00:00
usage-analyzer.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
utils.cc Replaced calls to functions that msvc consider deprecated. Used 2008-09-11 14:34:48 +00:00
utils.h Fixed compiler warning C4244 when compiling with the ARM simulator in Windows. 2008-12-09 09:43:16 +00:00
v8-counters.cc Commiting Evan's change to use char instead of wchar_t for counter names. 2008-12-01 07:40:43 +00:00
v8-counters.h Fixed issue where regexps were parsed without having set up a zone 2008-12-02 14:00:24 +00:00
v8.cc This is a new static flag system, designed to have all flags in a central place, and compiled into the binary without requiring static constructors for registration. All flags are moved out of the specific modules and into flags.defs, with different sections for debug, release, etc. The flag variables are always defined. For example, a debug flag in release mode still exists, but is read only and set to the default value. 2008-09-12 10:19:33 +00:00
v8.h Backport the changes from the readability review. 2008-11-05 19:18:10 +00:00
v8natives.js Change implementation of eval to make an exact distinction between direct eval and aliased eval. 2008-11-27 13:55:06 +00:00
v8threads.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
v8threads.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
variables.cc Fix compile failure with very strict gcc warning rules on Linux. 2008-10-28 22:47:51 +00:00
variables.h Fix compile failure with very strict gcc warning rules on Linux. 2008-10-28 22:47:51 +00:00
zone-inl.h Fixed issue where regexps were parsed without having set up a zone 2008-12-02 14:00:24 +00:00
zone.cc - Simplify the code slightly by using Max(). 2008-12-05 21:51:46 +00:00
zone.h Fix lint error. 2008-12-05 17:53:03 +00:00