v8/src
2008-10-07 13:25:49 +00:00
..
third_party - Added new object type, RegExp, for regular expressions. 2008-09-23 11:45:43 +00:00
accessors.cc Replaces two non-private uses of AddProperty with IgnoreAttributesAndSetLocalProperty. Adds attributes parameter to IgnoreAtt..Property(). Makes IgnoreAtt..Property() an exact clone of SetProperty(), with explicit changes. 2008-10-02 13:45:21 +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 Update version to 0.3.5 in preparation for pushing 2008-10-06 08:07:59 +00:00
api.h Recommit reverted change, now with fixes to make it work with gcc-4.2. 2008-10-03 15:53:44 +00:00
apinatives.js This change removes the %AddProperty native JavaScript function from V8. 2008-10-03 12:14:29 +00:00
arguments.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
array.js Update v8natives to use InstallFunctions to get the correct function 2008-10-03 18:00:28 +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 Remove some craaaazy trailing whitespace. 2008-09-30 11:41:58 +00:00
assembler-arm.h Remove the ARM jump elimination. This completely removes jump elimination. 2008-09-30 09:42:08 +00:00
assembler-ia32-inl.h Refactor the enum RelocMode changing the naming scheme from lower case to 2008-09-22 13:57:03 +00:00
assembler-ia32.cc Print one line when pushing an immediate followed by a pop is 2008-10-02 14:23:20 +00:00
assembler-ia32.h Remove x86 jump elimination. This was just complicated enough to make it annoying to support short jump encoding. I measured a code size increase of 5 bytes on the V8 benchmark, from missing one jump to next elimination possibility. 2008-09-29 07:33:58 +00:00
assembler.cc Recommit reverted change, now with fixes to make it work with gcc-4.2. 2008-10-03 15:53:44 +00:00
assembler.h Refactor the enum RelocMode changing the naming scheme from lower case to 2008-09-22 13:57:03 +00:00
ast.cc - Added a map cache for literal objects. This will 2008-09-25 07:46:07 +00:00
ast.h Move code generation for storing to a reference out of the AST nodes, and 2008-10-07 11:19:44 +00:00
bootstrapper.cc Recommit reverted change, now with fixes to make it work with gcc-4.2. 2008-10-03 15:53:44 +00:00
bootstrapper.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
builtins-arm.cc Refactored the code for entering and leaving exit frames (calls 2008-09-23 08:19:26 +00:00
builtins-ia32.cc Fix stack check wraparound problem for ARM simulator. 2008-09-26 12:11:35 +00:00
builtins.cc - Fixed Issue 3201: Embedded Google Calendar crashes the renderer 2008-10-07 09:28:04 +00:00
builtins.h - Fixed Issue 3201: Embedded Google Calendar crashes the renderer 2008-10-07 09:28:04 +00:00
char-predicates-inl.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
char-predicates.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +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 Fix failing test caused by extra precision in register allocated fp values. 2008-09-26 23:14:43 +00:00
code-stubs.cc Change the logging information for generated stubs to be 2008-09-23 07:33:08 +00:00
code-stubs.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +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 Move code generation for storing to a reference out of the AST nodes, and 2008-10-07 11:19:44 +00:00
codegen-ia32.cc Move code generation for storing to a reference out of the AST nodes, and 2008-10-07 11:19:44 +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 Refactor the arguments access code to make it easier to read. 2008-10-06 11:04:03 +00:00
codegen.h Refactor the arguments access code to make it easier to read. 2008-10-06 11:04:03 +00:00
compilation-cache.cc Fix issue 65 by making sure not to leak any of the cache 2008-09-11 13:39:48 +00:00
compilation-cache.h Generalized the EvalCache into a CompilationCache and enabled 2008-09-11 10:51:52 +00:00
compiler.cc Make sure that the body of the function created by calling Function is 2008-09-25 07:35:45 +00:00
compiler.h Make sure that the body of the function created by calling Function is 2008-09-25 07:35:45 +00:00
constants-arm.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
contexts.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
contexts.h - Added a map cache for literal objects. This will 2008-09-25 07:46:07 +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 Simplify logic in string-to-double conversion code. 2008-09-15 12:17:36 +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 Remove EOL trailing whitespace. 2008-09-15 09:24:59 +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
date-delay.js - Added %IsArrayClass, %IsDateClass, and %IsStringClass. 2008-10-07 10:54:50 +00:00
dateparser.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
dateparser.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
debug-delay.js Make sure that the name accessor on functions return the expected 2008-10-03 07:14:31 +00:00
debug.cc Recommit reverted change, now with fixes to make it work with gcc-4.2. 2008-10-03 15:53:44 +00:00
debug.h Recommit reverted change, now with fixes to make it work with gcc-4.2. 2008-10-03 15:53:44 +00:00
disasm-arm.cc Made the ARM port with simulator build and run on Windows. 2008-09-19 12:35:15 +00:00
disasm-ia32.cc Added missing static to returned buffer. 2008-09-17 09:05:36 +00:00
disasm.h Replaced calls to functions that msvc consider deprecated. Used 2008-09-11 14:34:48 +00:00
disassembler.cc Refactor the enum RelocMode changing the naming scheme from lower case to 2008-09-22 13:57:03 +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 Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
execution.cc Removed the print, load, quit and version extensions from the VM. Moved the print extension to the compiler test as it was used there. Changed the serializer tests to only use the gc extension. 2008-10-03 08:30:22 +00:00
execution.h Removed the print, load, quit and version extensions from the VM. Moved the print extension to the compiler test as it was used there. Changed the serializer tests to only use the gc extension. 2008-10-03 08:30:22 +00:00
factory.cc - Added a map cache for literal objects. This will 2008-09-25 07:46:07 +00:00
factory.h - Added a map cache for literal objects. This will 2008-09-25 07:46:07 +00:00
flag-definitions.h Remove the ARM jump elimination. This completely removes jump elimination. 2008-09-30 09:42:08 +00:00
flags.cc - Rename flags.defs to flag-definitions.h. 2008-09-17 08:47:50 +00:00
flags.h - Rename flags.defs to flag-definitions.h. 2008-09-17 08:47:50 +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 Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
frames.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
frames.h Adapt to new calling convention on ARM: 2008-09-12 03:29:06 +00:00
global-handles.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
global-handles.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
globals.h Fix lint error. 2008-10-03 16:58:28 +00:00
handles-inl.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
handles.cc - Added fast case for extending the JSObject properties storage. 2008-10-03 09:16:12 +00:00
handles.h Replaces two non-private uses of AddProperty with IgnoreAttributesAndSetLocalProperty. Adds attributes parameter to IgnoreAtt..Property(). Makes IgnoreAtt..Property() an exact clone of SetProperty(), with explicit changes. 2008-10-02 13:45:21 +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 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
heap.cc Rolled back eager hash calculation during flattening. Introduced 2008-10-07 13:04:56 +00:00
heap.h - Added %IsArrayClass, %IsDateClass, and %IsStringClass. 2008-10-07 10:54:50 +00:00
ic-arm.cc - Fixed Issue 3201: Embedded Google Calendar crashes the renderer 2008-10-07 09:28:04 +00:00
ic-ia32.cc - Fixed the parameter pasing to SharedStoreIC_ExtendStorage 2008-10-07 10:32:39 +00:00
ic-inl.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
ic.cc - Fixed Issue 3201: Embedded Google Calendar crashes the renderer 2008-10-07 09:28:04 +00:00
ic.h - Fixed Issue 3201: Embedded Google Calendar crashes the renderer 2008-10-07 09:28:04 +00:00
jsregexp.cc KMP algorithm is still left in the source. If this change checks out to be faster, it should be removed. 2008-10-07 13:25:49 +00:00
jsregexp.h - Case-sensitive atomic regular expressions now use the same code as 2008-10-02 15:35:28 +00:00
list-inl.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
list.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
log.cc Log ticks when the prof flag is set. Avoid letting --prof 2008-10-03 10:51:08 +00:00
log.h - Added new object type, RegExp, for regular expressions. 2008-09-23 11:45:43 +00:00
macro-assembler-arm.cc Fix ARMu debug mode failure by handling runtime calls 2008-10-06 06:41:10 +00:00
macro-assembler-arm.h Fix ARMu debug mode failure by handling runtime calls 2008-10-06 06:41:10 +00:00
macro-assembler-ia32.cc Fix ARMu debug mode failure by handling runtime calls 2008-10-06 06:41:10 +00:00
macro-assembler-ia32.h Fix ARMu debug mode failure by handling runtime calls 2008-10-06 06:41:10 +00:00
macro-assembler.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
macros.py - Added %IsArrayClass, %IsDateClass, and %IsStringClass. 2008-10-07 10:54:50 +00:00
mark-compact.cc Refactor the enum RelocMode changing the naming scheme from lower case to 2008-09-22 13:57:03 +00:00
mark-compact.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +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 Added -log-regexp option to log all compilations and executions of regular expressions. 2008-09-11 11:24:45 +00:00
messages.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
messages.js The constructor properties on the prototypes of error objects should 2008-10-06 12:53:02 +00:00
mirror-delay.js Refactored the logic for entering the debugger into one abstraction EnterDebugger. 2008-10-03 09:57:18 +00:00
mksnapshot.cc Updated the snapshot builder to reflect the removed extensions in http://codereview.chromium.org/6233. 2008-10-03 09:05:58 +00:00
natives.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
objects-debug.cc - Case-sensitive atomic regular expressions now use the same code as 2008-10-02 15:35:28 +00:00
objects-inl.h Calculate string hash during flattening and convert flat strings to 2008-10-07 10:10:03 +00:00
objects.cc Rolled back eager hash calculation during flattening. Introduced 2008-10-07 13:04:56 +00:00
objects.h Rolled back eager hash calculation during flattening. Introduced 2008-10-07 13:04:56 +00:00
parser.cc Get rid of the local variable we use to keep the state 2008-10-01 10:57:37 +00:00
parser.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
platform-linux.cc Allow platforms (linux and win32) to not force 16-byte alignment 2008-09-23 10:06:58 +00:00
platform-macos.cc Allow platforms (linux and win32) to not force 16-byte alignment 2008-09-23 10:06:58 +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 Allow platforms (linux and win32) to not force 16-byte alignment 2008-09-23 10:06:58 +00:00
platform.h Allow platforms (linux and win32) to not force 16-byte alignment 2008-09-23 10:06:58 +00:00
prettyprinter.cc Replaced calls to functions that msvc consider deprecated. Used 2008-09-11 14:34:48 +00:00
prettyprinter.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
property.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
property.h Do not shortcut cons string symbols during garbage collection. 2008-09-10 11:35:05 +00:00
regexp-delay.js This change removes the %AddProperty native JavaScript function from V8. 2008-10-03 12:14:29 +00:00
rewriter.cc Refactor the enum RelocMode changing the naming scheme from lower case to 2008-09-22 13:57:03 +00:00
rewriter.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
runtime.cc KMP algorithm is still left in the source. If this change checks out to be faster, it should be removed. 2008-10-07 13:25:49 +00:00
runtime.h KMP algorithm is still left in the source. If this change checks out to be faster, it should be removed. 2008-10-07 13:25:49 +00:00
runtime.js -Fixed regression in S15.5.5.1_A5.js. 2008-10-07 12:06:48 +00:00
scanner.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
scanner.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
SConscript Generalized the EvalCache into a CompilationCache and enabled 2008-09-11 10:51:52 +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 Refactor the enum RelocMode changing the naming scheme from lower case to 2008-09-22 13:57:03 +00:00
scopes.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
serialize.cc Removed the print, load, quit and version extensions from the VM. Moved the print extension to the compiler test as it was used there. Changed the serializer tests to only use the gc extension. 2008-10-03 08:30:22 +00:00
serialize.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +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 Made the ARM port with simulator build and run on Windows. 2008-09-19 12:35:15 +00:00
simulator-arm.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +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 Formatting fixes (e.g., whitespace at end of line) 2008-09-11 12:57: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 Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
spaces.cc Refactor the enum RelocMode changing the naming scheme from lower case to 2008-09-22 13:57:03 +00:00
spaces.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
string-stream.cc Replaced calls to functions that msvc consider deprecated. Used 2008-09-11 14:34:48 +00:00
string-stream.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
string.js - Added %IsArrayClass, %IsDateClass, and %IsStringClass. 2008-10-07 10:54:50 +00:00
stub-cache-arm.cc - Fixed Issue 3201: Embedded Google Calendar crashes the renderer 2008-10-07 09:28:04 +00:00
stub-cache-ia32.cc - Fixed Issue 3201: Embedded Google Calendar crashes the renderer 2008-10-07 09:28:04 +00:00
stub-cache.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
stub-cache.h - Fixed Issue 3201: Embedded Google Calendar crashes the renderer 2008-10-07 09:28:04 +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 Recommit reverted change, now with fixes to make it work with gcc-4.2. 2008-10-03 15:53:44 +00:00
top.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +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 - Case-sensitive atomic regular expressions now use the same code as 2008-10-02 15:35:28 +00:00
unicode.h - Case-sensitive atomic regular expressions now use the same code as 2008-10-02 15:35:28 +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 Get rid of the local variable we use to keep the state 2008-10-01 10:57:37 +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 build problem on mac, lint issues and a test failure on win32. 2008-09-11 15:03:22 +00:00
v8-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
v8-counters.h 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
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 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
v8natives.js Update v8natives to use InstallFunctions to get the correct function 2008-10-03 18:00:28 +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 Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
variables.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
zone-inl.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
zone.cc Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
zone.h Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00