v8/src
hpayer 22b931f882 [heap] Also mark map when iterating black objects.
BUG=chromium:630386

Review-Url: https://codereview.chromium.org/2240123002
Cr-Commit-Position: refs/heads/master@{#38609}
2016-08-12 11:08:11 +00:00
..
arm Revert of [Interpreter] Collect type feedback for 'new' in the bytecode handler (patchset #6 id:100001 of https://codereview.chromium.org/2190293003/ ) 2016-08-05 10:36:20 +00:00
arm64 Revert of [Interpreter] Collect type feedback for 'new' in the bytecode handler (patchset #6 id:100001 of https://codereview.chromium.org/2190293003/ ) 2016-08-05 10:36:20 +00:00
asmjs Separate Scope into DeclarationScope and Scope 2016-08-05 14:34:04 +00:00
ast Make Variable::is_this always return the correct value 2016-08-12 08:15:32 +00:00
base Reland of "[heap] Switch to 500k pages" 2016-08-12 11:07:04 +00:00
builtins [debugger] separate break point info from code instrumentation. 2016-08-12 06:06:49 +00:00
compiler Revert of [turbofan] Split CodeGenerator::GenerateCode into AssembleCode and FinishCodeObject. (patchset #3 id:40001 of https://codereview.chromium.org/2229243003/ ) 2016-08-12 10:59:58 +00:00
compiler-dispatcher [Interpreter] Avoid dereferencing handles on BytecodeGenerator for AST operations. 2016-08-10 09:33:20 +00:00
crankshaft Make Variable::is_this always return the correct value 2016-08-12 08:15:32 +00:00
debug [debug] make sure switching to debug fcg code works. 2016-08-12 11:05:57 +00:00
extensions Reland "[interpreter] Reduce dependencies in bytecodes.{h,cc}" 2016-07-15 12:04:22 +00:00
full-codegen Make Variable::is_this always return the correct value 2016-08-12 08:15:32 +00:00
heap [heap] Also mark map when iterating black objects. 2016-08-12 11:08:11 +00:00
ia32 Revert of [Interpreter] Collect type feedback for 'new' in the bytecode handler (patchset #6 id:100001 of https://codereview.chromium.org/2190293003/ ) 2016-08-05 10:36:20 +00:00
ic [ic] Merge LoadGlobalIC_Slow builtins for inside typeof and outside typeof cases. 2016-08-10 16:36:06 +00:00
inspector [inspector] Remove inspector_protocol_parser_test target. 2016-08-11 16:45:14 +00:00
interpreter Make Variable::is_this always return the correct value 2016-08-12 08:15:32 +00:00
js Move remaining Message functions to C++ 2016-08-10 09:58:26 +00:00
libplatform [Tracing] Minor bugs fix. 2016-08-10 21:07:48 +00:00
libsampler Remove NaCl support. 2016-07-27 07:50:31 +00:00
mips MIPS: Implement Bovc and Bnvc instruction macros. 2016-08-10 06:06:53 +00:00
mips64 MIPS: Implement Bovc and Bnvc instruction macros. 2016-08-10 06:06:53 +00:00
parsing Speed up parsing w/ grammar shortcut. 2016-08-11 18:17:30 +00:00
ppc PPC/s390: Clear exceptions in Invoke instead of JSEntryStub 2016-08-03 18:24:52 +00:00
profiler Move SimulatorHelper into V8 out of profiler clients. 2016-08-10 17:12:27 +00:00
regexp S390: Enable unaligned accesses and character preloading in regexp. 2016-08-03 15:17:52 +00:00
runtime Revert of Throw when case mapping result > max string length (patchset #3 id:40001 of https://codereview.chromium.org/2236593002/ ) 2016-08-11 13:39:46 +00:00
s390 PPC/s390: Implement VisitFloat32Neg/VisitFloat64Neg and instr lcebr for s390 2016-08-09 06:49:16 +00:00
snapshot Reland of "[heap] Switch to 500k pages" 2016-08-12 11:07:04 +00:00
third_party Removed fdlibm.js, as it is now an empty shell. 2016-07-05 03:57:17 +00:00
tracing [Reland][Tracing] Embed V8 runtime call stats into tracing. 2016-08-10 01:19:01 +00:00
wasm [WASM] Exception handling prototype. 2016-08-11 13:15:12 +00:00
x64 [x64] Zero/sign-extend loads to 64-bit registers. 2016-08-08 10:00:45 +00:00
x87 X87: Clear exceptions in Invoke instead of JSEntryStub. 2016-08-04 04:27:37 +00:00
accessors.cc Move FormatStackTrace to ErrorUtils 2016-08-03 13:49:55 +00:00
accessors.h Move Error methods to C++ 2016-07-20 13:05:47 +00:00
address-map.cc Move hashmap into src/base. 2016-06-09 18:00:31 +00:00
address-map.h [serializer] reserve maps one by one to avoid fragmentation. 2016-08-10 06:31:31 +00:00
allocation-site-scopes.cc
allocation-site-scopes.h
allocation.cc Strictly disable instantiation of AllStatic class 2016-07-05 14:27:34 +00:00
allocation.h Strictly disable instantiation of AllStatic class 2016-07-05 14:27:34 +00:00
api-arguments-inl.h [Reland][Tracing] Embed V8 runtime call stats into tracing. 2016-08-10 01:19:01 +00:00
api-arguments.cc [Reland][Tracing] Embed V8 runtime call stats into tracing. 2016-08-10 01:19:01 +00:00
api-arguments.h Make api-arguments.h not include inline headers. 2016-06-07 09:50:05 +00:00
api-experimental.cc Add faster, but unsafe version of LoadInternalField. 2016-08-10 11:54:11 +00:00
api-experimental.h
api-natives.cc Reland of [api] Clean up scopes and precheck instantiations cache (patchset #1 id:1 of https://codereview.chromium.org/2216903003/ ) 2016-08-05 20:24:16 +00:00
api-natives.h Add API to create a "remote" instance of a given FunctionTemplate 2016-07-19 12:22:37 +00:00
api.cc Add malloced and peak malloced to OOM handler 2016-08-12 08:50:56 +00:00
api.h [api] Remove NeanderObject 2016-08-02 14:41:09 +00:00
arguments.cc
arguments.h [Reland][Tracing] Embed V8 runtime call stats into tracing. 2016-08-10 01:19:01 +00:00
assembler.cc [x64] add Absps/d and Negps/d macro 2016-07-21 11:02:42 +00:00
assembler.h [x64] add Absps/d and Negps/d macro 2016-07-21 11:02:42 +00:00
assert-scope.cc
assert-scope.h
background-parsing-task.cc Add a mode to completely deserialize scope chains 2016-08-03 13:31:04 +00:00
background-parsing-task.h Quick fix: nullify Isolate in background parsing slightly later. 2016-07-29 09:41:26 +00:00
bailout-reason.cc
bailout-reason.h [interpreter] Remove redundant code in ForInPrepare 2016-08-05 17:36:00 +00:00
base.isolate [swarming] Remove hard-coded shared library configs 2016-07-28 07:18:15 +00:00
basic-block-profiler.cc
basic-block-profiler.h
bignum-dtoa.cc
bignum-dtoa.h
bignum.cc [runtime] Implement encodeURI as single runtime function. 2016-05-14 07:17:03 +00:00
bignum.h
bit-vector.cc
bit-vector.h
bootstrapper.cc Move family of MakeError functions to C++ 2016-08-09 07:43:19 +00:00
bootstrapper.h Add an API to create a detached global object 2016-07-07 19:38:08 +00:00
cached-powers.cc
cached-powers.h
cancelable-task.cc Refactor CancelableTaskManager to use std::map. 2016-05-10 12:59:23 +00:00
cancelable-task.h Refactor CancelableTaskManager to use std::map. 2016-05-10 12:59:23 +00:00
char-predicates-inl.h
char-predicates.cc
char-predicates.h
checks.h
code-events.h Introduce JIT code events dispatcher for the isolate. 2016-06-15 13:24:26 +00:00
code-factory.cc [turbofan] Add initial support for growing stores. 2016-08-08 08:44:27 +00:00
code-factory.h [turbofan] Add initial support for growing stores. 2016-08-08 08:44:27 +00:00
code-stub-assembler.cc [interpreter] Collect type feedback in Add, Mul, Div and Mod. 2016-08-10 14:34:00 +00:00
code-stub-assembler.h [interpreter] Collect type feedback in Add, Mul, Div and Mod. 2016-08-10 14:34:00 +00:00
code-stubs-hydrogen.cc [turbofan] Rewrite ToObject as TurboFan stub. 2016-08-09 16:14:37 +00:00
code-stubs.cc [interpreter] Collect type feedback in Add, Mul, Div and Mod. 2016-08-10 14:34:00 +00:00
code-stubs.h [interpreter] Collect type feedback in Add, Mul, Div and Mod. 2016-08-10 14:34:00 +00:00
codegen.cc Replace SmartArrayPointer<T> with unique_ptr<T[]> 2016-07-25 10:27:47 +00:00
codegen.h Reland Implement .eh_frame writer and disassembler. 2016-07-14 10:33:26 +00:00
collector.h
compilation-cache.cc Move RelocInfo::kNoPosition. 2016-06-30 09:29:30 +00:00
compilation-cache.h Move hashmap into src/base. 2016-06-09 18:00:31 +00:00
compilation-dependencies.cc Revert of [turbofan] Properly handle dictionary maps in the prototype chain. (patchset #1 id:1 of https://codereview.chromium.org/2067423003/ ) 2016-06-16 09:17:35 +00:00
compilation-dependencies.h Revert of [turbofan] Properly handle dictionary maps in the prototype chain. (patchset #1 id:1 of https://codereview.chromium.org/2067423003/ ) 2016-06-16 09:17:35 +00:00
compilation-statistics.cc Machine-readable TurboFan compiler statistics 2016-06-13 09:35:49 +00:00
compilation-statistics.h Machine-readable TurboFan compiler statistics 2016-06-13 09:35:49 +00:00
compiler.cc [debug] make sure switching to debug fcg code works. 2016-08-12 11:05:57 +00:00
compiler.h Separate Scope into DeclarationScope and Scope 2016-08-05 14:34:04 +00:00
context-measure.cc [serializer] prepare attached references for general use. 2016-05-18 11:30:33 +00:00
context-measure.h [serializer] prepare attached references for general use. 2016-05-18 11:30:33 +00:00
contexts-inl.h Rip out most of our outdated modules implementation. 2016-06-28 07:25:38 +00:00
contexts.cc Properly pass InitializationFlag back from ScriptContextTable lookups 2016-08-04 16:13:41 +00:00
contexts.h Move remaining Message functions to C++ 2016-08-10 09:58:26 +00:00
conversions-inl.h Remove unused isolate parameter from NumberToSize and TryNumberToSize 2016-08-08 15:56:47 +00:00
conversions.cc
conversions.h Remove unused isolate parameter from NumberToSize and TryNumberToSize 2016-08-08 15:56:47 +00:00
counters-inl.h [runtime] Record runtime call stats for Map::TransitionTo*Property, Map::SetPrototype and property deletion to separate buckets. 2016-05-11 13:00:55 +00:00
counters.cc [Reland][Tracing] Embed V8 runtime call stats into tracing. 2016-08-10 01:19:01 +00:00
counters.h [Reland][Tracing] Embed V8 runtime call stats into tracing. 2016-08-10 01:19:01 +00:00
d8-posix.cc Remove NaCl support. 2016-07-27 07:50:31 +00:00
d8-windows.cc
d8.cc [Tracing] Create TraceConfig JSON string parser in D8. 2016-08-10 17:11:08 +00:00
d8.gyp [Reland][Tracing] Embed V8 runtime call stats into tracing. 2016-08-10 01:19:01 +00:00
d8.h [Tracing] Create TraceConfig JSON string parser in D8. 2016-08-10 17:11:08 +00:00
d8.isolate
d8.js [d8] remove utility context. 2016-03-31 10:18:25 +00:00
date.cc
date.h
dateparser-inl.h Only count legacy parser usage if legacy parser had effect. 2016-06-22 18:07:47 +00:00
dateparser.cc
dateparser.h Add UseCounter for Date.parse's legacy parse heuristics. 2016-06-09 09:09:59 +00:00
deoptimize-reason.cc [turbofan] Add support for eager/soft deoptimization reasons. 2016-07-18 09:25:16 +00:00
deoptimize-reason.h [stubs] Turn FastCloneRegExpStub into a TurboFan code stub. 2016-08-03 14:51:25 +00:00
deoptimizer.cc [Reland][Tracing] Embed V8 runtime call stats into tracing. 2016-08-10 01:19:01 +00:00
deoptimizer.h [turbofan] Add support for eager/soft deoptimization reasons. 2016-07-18 09:25:16 +00:00
DEPS Add a mode to completely deserialize scope chains 2016-08-03 13:31:04 +00:00
disasm.h
disassembler.cc Replace SmartArrayPointer<T> with unique_ptr<T[]> 2016-07-25 10:27:47 +00:00
disassembler.h
diy-fp.cc
diy-fp.h
double.h
dtoa.cc
dtoa.h
effects.h
eh-frame.cc Reland Implement .eh_frame writer and disassembler. 2016-07-14 10:33:26 +00:00
eh-frame.h Reland Implement .eh_frame writer and disassembler. 2016-07-14 10:33:26 +00:00
elements-kind.cc
elements-kind.h
elements.cc [keys] Throw a range error if the number of keys overflow FixedArray::kMaxLength 2016-08-05 12:52:28 +00:00
elements.h [keys] Throw a range error if the number of keys overflow FixedArray::kMaxLength 2016-08-05 12:52:28 +00:00
execution.cc [Reland][Tracing] Embed V8 runtime call stats into tracing. 2016-08-10 01:19:01 +00:00
execution.h
external-reference-table.cc [x64] add Absps/d and Negps/d macro 2016-07-21 11:02:42 +00:00
external-reference-table.h [builtins] remove redundant builtins lists. 2016-07-18 08:48:18 +00:00
factory.cc [debugger] separate break point info from code instrumentation. 2016-08-12 06:06:49 +00:00
factory.h Reland [builtins] implement Array.prototype.includes in TurboFan 2016-08-03 03:27:43 +00:00
fast-accessor-assembler.cc Add faster, but unsafe version of LoadInternalField. 2016-08-10 11:54:11 +00:00
fast-accessor-assembler.h Add faster, but unsafe version of LoadInternalField. 2016-08-10 11:54:11 +00:00
fast-dtoa.cc
fast-dtoa.h
field-index-inl.h Reland "[KeyedLoadIC] Support Smi "handlers" for element loads" 2016-08-09 15:16:57 +00:00
field-index.h Reland "[KeyedLoadIC] Support Smi "handlers" for element loads" 2016-08-09 15:16:57 +00:00
field-type.cc [turbofan] Utilize type information for alias analysis. 2016-08-11 05:41:41 +00:00
field-type.h
fixed-dtoa.cc
fixed-dtoa.h
flag-definitions.h [turbofan] Ship loop variable bounds analysis. 2016-08-12 11:04:49 +00:00
flags.cc Make syntax for boolean flags more discoverable. 2016-06-22 16:07:11 +00:00
flags.h
frames-inl.h [builtins] Show builtin frames in PrintStack() 2016-07-11 13:28:59 +00:00
frames.cc [debugger] use handler table on unoptimized code for exception prediction. 2016-08-02 13:47:49 +00:00
frames.h [debugger] use handler table on unoptimized code for exception prediction. 2016-08-02 13:47:49 +00:00
futex-emulation.cc Remove unused isolate parameter from NumberToSize and TryNumberToSize 2016-08-08 15:56:47 +00:00
futex-emulation.h [Atomics] Rename Atomics.futex*, remove Atomics.futexWakeOrRequeue 2016-07-13 18:34:03 +00:00
gdb-jit.cc Replace SmartArrayPointer<T> with unique_ptr<T[]> 2016-07-25 10:27:47 +00:00
gdb-jit.h
global-handles.cc Reland of place all remaining Oddball checks with new function (patchset #1 id:1 of https://codereview.chromium.org/2060213002/ ) 2016-06-14 10:09:38 +00:00
global-handles.h Introduce a new phantom weakness type without finalization callback. 2016-05-09 07:18:00 +00:00
globals.h [interpreter] Collect type feedback in Add, Mul, Div and Mod. 2016-08-10 14:34:00 +00:00
handles-inl.h
handles.cc Expose a lower bound of malloc'd memory via heap statistics 2016-04-01 10:01:56 +00:00
handles.h [turbofan] Refactor the lowering of element/property accesses. 2016-07-28 09:57:01 +00:00
heap-symbols.h Move NoSideEffectToString to C++ 2016-08-03 12:22:23 +00:00
i18n.cc Remove deprecated uses of WeakCallbackData from i18n. 2016-05-06 12:42:07 +00:00
i18n.h Remove deprecated uses of WeakCallbackData from i18n. 2016-05-06 12:42:07 +00:00
icu_util.cc Set correct default icu data file for big endian 2016-07-27 14:38:54 +00:00
icu_util.h Set correct default icu data file for big endian 2016-07-27 14:38:54 +00:00
identity-map.cc
identity-map.h
interface-descriptors.cc Make FastNewFunctionContextStub take slots parameter 2016-08-01 19:29:17 +00:00
interface-descriptors.h [turbofan] Add initial support for growing stores. 2016-08-08 08:44:27 +00:00
isolate-inl.h Reland of [api] Clean up scopes and precheck instantiations cache (patchset #1 id:1 of https://codereview.chromium.org/2216903003/ ) 2016-08-05 20:24:16 +00:00
isolate.cc Reland of "[heap] Switch to 500k pages" 2016-08-12 11:07:04 +00:00
isolate.h [Reland][Tracing] Embed V8 runtime call stats into tracing. 2016-08-10 01:19:01 +00:00
json-parser.cc Reland of place all remaining Oddball checks with new function (patchset #1 id:1 of https://codereview.chromium.org/2060213002/ ) 2016-06-14 10:09:38 +00:00
json-parser.h [json] implement InternalizeJSONProperty in C++. 2016-05-31 05:44:59 +00:00
json-stringifier.cc [json] detect overflow sooner when serializing large sparse array. 2016-06-14 11:37:00 +00:00
json-stringifier.h [json] support replacer function in BasicJsonStringifier. 2016-05-25 12:33:53 +00:00
keys.cc [keys] Throw a range error if the number of keys overflow FixedArray::kMaxLength 2016-08-05 12:52:28 +00:00
keys.h [keys] Trigger [[getOwnPropertyDescriptor]] trap on proxies for Object.keys 2016-08-01 10:10:52 +00:00
layout-descriptor-inl.h
layout-descriptor.cc
layout-descriptor.h
list-inl.h
list.h
locked-queue-inl.h Move atomic-utils.h into base/ 2016-05-09 16:23:57 +00:00
locked-queue.h
log-inl.h [api] Remove HistogramTimerScope from high-frequency API-Functions 2016-07-28 14:03:55 +00:00
log-utils.cc Introduce IsUndefined(Isolate*) and IsTheHole(Isolate*) 2016-06-06 13:00:49 +00:00
log-utils.h Fix printf formats 2016-04-12 16:14:03 +00:00
log.cc Logger does not need to invoke the garbage collector to iterate the heap. 2016-08-11 10:49:17 +00:00
log.h [api] Remove HistogramTimerScope from high-frequency API-Functions 2016-07-28 14:03:55 +00:00
lookup.cc [Reland][Tracing] Embed V8 runtime call stats into tracing. 2016-08-10 01:19:01 +00:00
lookup.h [ic] Don't call LookupIterator::GetStoreTarget() when receiver is not a JSReceiver. 2016-07-25 12:32:59 +00:00
machine-type.cc [turbofan] Allow stores bigger than tagged size in store-store elimination. 2016-06-29 09:29:37 +00:00
machine-type.h Implement UnaligedLoad and UnaligedStore turbofan operators. 2016-07-22 20:56:24 +00:00
macro-assembler.h [crankshaft] Fragmentation-free allocation folding. 2016-05-10 11:29:08 +00:00
messages.cc Move FormatStackTrace to ErrorUtils 2016-08-03 13:49:55 +00:00
messages.h [wasm] Grow memory should return -1 on failure. 2016-08-04 20:39:32 +00:00
msan.h
objects-body-descriptors-inl.h Use source position table for unoptimized code. 2016-06-28 05:52:52 +00:00
objects-body-descriptors.h
objects-debug.cc [debugger] separate break point info from code instrumentation. 2016-08-12 06:06:49 +00:00
objects-inl.h [debugger] PrepareFunctionForBreakPoints handles both fcg code and bytecode. 2016-08-12 08:55:07 +00:00
objects-printer.cc [debugger] separate break point info from code instrumentation. 2016-08-12 06:06:49 +00:00
objects.cc [debugger] separate break point info from code instrumentation. 2016-08-12 06:06:49 +00:00
objects.h Reland of "[heap] Switch to 500k pages" 2016-08-12 11:07:04 +00:00
ostreams.cc [turbolizer] Output correct JSON when source contains a backslash. 2016-08-09 09:18:38 +00:00
ostreams.h [wasm] Implement AST printing into an ostream 2016-06-16 07:49:48 +00:00
OWNERS
pending-compilation-error-handler.cc
pending-compilation-error-handler.h
perf-jit.cc Replace SmartArrayPointer<T> with unique_ptr<T[]> 2016-07-25 10:27:47 +00:00
perf-jit.h This commit is the first step towards emitting unwinding information in 2016-06-27 15:10:41 +00:00
property-descriptor.cc Introduce IsUndefined(Isolate*) and IsTheHole(Isolate*) 2016-06-06 13:00:49 +00:00
property-descriptor.h
property-details.h [runtime] Better encapsulation of dictionary objects handling in lookup iterator. 2016-07-07 12:35:06 +00:00
property.cc
property.h
prototype.h Reland of place all remaining Oddball checks with new function (patchset #1 id:1 of https://codereview.chromium.org/2060213002/ ) 2016-06-14 10:09:38 +00:00
register-configuration.cc [Turbofan] Revert FP register aliasing support on Arm. 2016-07-29 00:50:57 +00:00
register-configuration.h [Turbofan] Revert FP register aliasing support on Arm. 2016-07-29 00:50:57 +00:00
runtime-profiler.cc [interpreter] Switch profiler to use frames for OSR. 2016-08-10 15:59:31 +00:00
runtime-profiler.h [interpreter] Switch profiler to use frames for OSR. 2016-08-10 15:59:31 +00:00
safepoint-table.cc
safepoint-table.h
signature.h Revert "Revert "[wasm] Complete separation of compilation and instantiation"" 2016-06-28 23:50:13 +00:00
simulator.h S390: Platform specific includes in common files 2016-03-10 14:03:51 +00:00
small-pointer-list.h
source-position-table.cc Do not record source positions for non-script or native script compiles. 2016-07-08 08:49:45 +00:00
source-position-table.h Do not record source positions for non-script or native script compiles. 2016-07-08 08:49:45 +00:00
source-position.h Move RelocInfo::kNoPosition. 2016-06-30 09:29:30 +00:00
splay-tree-inl.h
splay-tree.h
startup-data-util.cc [icu] Support loading data file from default location 2016-06-08 12:11:34 +00:00
startup-data-util.h
string-builder.cc
string-builder.h [json] detect overflow sooner when serializing large sparse array. 2016-06-14 11:37:00 +00:00
string-search.h
string-stream.cc Replace SmartArrayPointer<T> with unique_ptr<T[]> 2016-07-25 10:27:47 +00:00
string-stream.h Replace SmartPointer<T> with unique_ptr<T> 2016-07-25 11:14:34 +00:00
strtod.cc
strtod.h
transitions-inl.h Remove support for Object.observe 2016-04-22 09:02:41 +00:00
transitions.cc [heap] Black allocation. 2016-03-14 14:03:01 +00:00
transitions.h
type-cache.cc
type-cache.h [turbofan] Add inlined Array.prototype.pop support. 2016-08-11 13:13:21 +00:00
type-feedback-vector-inl.h [ic] Let LoadGlobalIC load the variable name from TypeFeedbackMetadata. 2016-06-24 14:08:57 +00:00
type-feedback-vector.cc [KeyedLoadIC] Support Smi "handlers" for simple field loads 2016-07-26 17:54:32 +00:00
type-feedback-vector.h [KeyedLoadIC] Support Smi "handlers" for simple field loads 2016-07-26 17:54:32 +00:00
type-info.cc [ic] [stubs] Don't use Code::flags in megamorphic stub cache hash computations. 2016-07-21 12:58:10 +00:00
type-info.h [ic] [stubs] Don't use Code::flags in megamorphic stub cache hash computations. 2016-07-21 12:58:10 +00:00
types.cc [turbofan] Introduce a dedicated ConvertTaggedHoleToUndefined operator. 2016-08-10 19:15:52 +00:00
types.h [turbofan] Introduce a dedicated ConvertTaggedHoleToUndefined operator. 2016-08-10 19:15:52 +00:00
unicode-cache-inl.h
unicode-cache.h
unicode-decoder.cc
unicode-decoder.h
unicode-inl.h [wasm] Add UTF-8 validation 2016-05-12 13:02:14 +00:00
unicode.cc [wasm] Add UTF-8 validation 2016-05-12 13:02:14 +00:00
unicode.h [wasm] Add UTF-8 validation 2016-05-12 13:02:14 +00:00
uri.cc Address compilation warnings for android build. 2016-07-12 11:21:56 +00:00
uri.h [builtins] Migrate escape/unescape from uri.js to C++. 2016-06-01 04:26:33 +00:00
utils-inl.h
utils.cc [stubs] Extend HasProperty stub with dictionary-mode, string wrapper and double-elements objects support. 2016-06-02 15:02:58 +00:00
utils.h Remove NaCl support. 2016-07-27 07:50:31 +00:00
v8.cc Remove v8- prefix of file name in libsampler. 2016-07-08 06:47:54 +00:00
v8.gyp Revert runtime lowering of wasm SIMD ops 2016-08-10 21:39:21 +00:00
v8.h Improved diagnostic message for JS heap out of memory 2016-04-13 08:27:37 +00:00
v8dll-main.cc
v8memory.h [wasm] Separate compilation from instantiation 2016-06-20 05:23:37 +00:00
v8threads.cc
v8threads.h
vector.h Pass debug name as Vector instead of const char* 2016-04-26 14:37:05 +00:00
version.cc
version.h
vm-state-inl.h [counters] Annotate v8 with more runtime call counters. 2016-05-13 15:54:49 +00:00
vm-state.h [counters] Annotate v8 with more runtime call counters. 2016-05-13 15:54:49 +00:00
zone-allocator.h
zone-containers.h
zone.cc Fix overflow issue in Zone::New 2016-04-29 11:55:49 +00:00
zone.h Move hashmap into src/base. 2016-06-09 18:00:31 +00:00