v8/src
kozyatinskiy e882623820 [inspector] fixed all shorten-64-to-32 warnings
BUG=chromium:635948
R=dgozman@chromium.org,alph@chromium.org

Committed: https://crrev.com/3d10918d2e1c57d72531c55a956262f5a72fceaa
Review-Url: https://codereview.chromium.org/2332163002
Cr-Original-Commit-Position: refs/heads/master@{#39426}
Cr-Commit-Position: refs/heads/master@{#39610}
2016-09-22 01:48:10 +00:00
..
arm [stubs] ApiCallbackDescriptor cleanup - make it independent on the number of JS parameters. 2016-09-21 11:08:45 +00:00
arm64 [stubs] ApiCallbackDescriptor cleanup - make it independent on the number of JS parameters. 2016-09-21 11:08:45 +00:00
asmjs Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
ast [modules] Support exporting a local variable under multiple export names. 2016-09-21 18:48:33 +00:00
base Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
builtins [builtins] move String.prototype[@@iterator] to C++ builtin 2016-09-21 14:18:00 +00:00
compiler [wasm] FromJS throws a TypeError for I64 values. 2016-09-21 15:33:05 +00:00
compiler-dispatcher Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
crankshaft Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
debug Change the CompilerDispatcherJob to take a SharedFunctionInfo 2016-09-20 12:08:42 +00:00
extensions [heap] Introduce enum of garbage collection reasons. 2016-09-07 10:03:08 +00:00
full-codegen Port FastCloneShallowArrayStub to Turbofan 2016-09-20 12:36:28 +00:00
heap Revert of [heap] Concurrently free empty typed slot set chunks. (patchset #3 id:40001 of https://codereview.chromium.org/2352423002/ ) 2016-09-21 23:49:43 +00:00
ia32 [stubs] ApiCallbackDescriptor cleanup - make it independent on the number of JS parameters. 2016-09-21 11:08:45 +00:00
ic [ic] Reorder parameters of StoreIC_Miss and KeyedStoreIC_Miss runtime functions. 2016-09-20 12:26:19 +00:00
inspector [inspector] fixed all shorten-64-to-32 warnings 2016-09-22 01:48:10 +00:00
interpreter [Interpreter] Optimize BytecodeArrayBuilder and BytecodeArrayWriter. 2016-09-21 15:03:03 +00:00
js [builtins] move String.prototype[@@iterator] to C++ builtin 2016-09-21 14:18:00 +00:00
libplatform [Tracing] Minor bug fixes related to trace serialization 2016-09-09 20:44:25 +00:00
libsampler Fix compilation on BSD platforms 2016-08-25 12:28:53 +00:00
mips [stubs] ApiCallbackDescriptor cleanup - make it independent on the number of JS parameters. 2016-09-21 11:08:45 +00:00
mips64 [stubs] ApiCallbackDescriptor cleanup - make it independent on the number of JS parameters. 2016-09-21 11:08:45 +00:00
parsing [parser] Refactor of Parse*Statement*, part 8 2016-09-21 10:39:31 +00:00
ppc [stubs] ApiCallbackDescriptor cleanup - make it independent on the number of JS parameters. 2016-09-21 11:08:45 +00:00
profiler [turbofan] Collect invocation counts and compute relative call frequencies. 2016-09-14 10:20:48 +00:00
regexp Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
runtime [promises] PromiseResolveThenableJob: change then to be a JSReceiver 2016-09-21 23:56:20 +00:00
s390 [stubs] ApiCallbackDescriptor cleanup - make it independent on the number of JS parameters. 2016-09-21 11:08:45 +00:00
snapshot [d8] Fix the shared-library build 2016-09-20 12:06:54 +00:00
third_party Removed fdlibm.js, as it is now an empty shell. 2016-07-05 03:57:17 +00:00
tracing [Tracing] Remove unnecessary memory allocation in runtime call stats. 2016-09-19 21:01:29 +00:00
wasm [wasm] Break a decoder loop if there is a failure. 2016-09-21 16:18:19 +00:00
x64 [stubs] ApiCallbackDescriptor cleanup - make it independent on the number of JS parameters. 2016-09-21 11:08:45 +00:00
x87 [stubs] ApiCallbackDescriptor cleanup - make it independent on the number of JS parameters. 2016-09-21 11:08:45 +00:00
zone Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +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 include only stuff you need, part 1: ast.h, ast-value-factory.h. 2016-08-18 10:26:32 +00:00
allocation-site-scopes.h include only stuff you need, part 1: ast.h, ast-value-factory.h. 2016-08-18 10:26:32 +00:00
allocation.cc Strictly disable instantiation of AllStatic class 2016-07-05 14:27:34 +00:00
allocation.h [d8] Fix the shared-library build 2016-09-20 12:06:54 +00:00
api-arguments-inl.h [RuntimeCallStats] Move tracing runtime instrumentation closer to the original version. 2016-09-05 15:40:12 +00:00
api-arguments.cc [RuntimeCallStats] Move tracing runtime instrumentation closer to the original version. 2016-09-05 15:40:12 +00:00
api-arguments.h [api] Add interceptor for defineProperty(). 2016-09-02 09:09:08 +00:00
api-experimental.cc Add ToSmi and Goto operations to FastAccessorAssembler. 2016-08-19 09:35:17 +00:00
api-experimental.h
api-natives.cc [api] Use handle for ConfigureInstance 2016-08-26 12:35:52 +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 [modules] Support exporting a local variable under multiple export names. 2016-09-21 18:48:33 +00:00
api.h [wasm] Set up Table and Memory constructors 2016-09-21 10:40:32 +00:00
arguments.cc
arguments.h Revert of [runtime] temporarily transform IsContext check from DHECK to CHECK (patchset #2 id:20001 of https://codereview.chromium.org/2164633002/ ) 2016-09-08 18:28:22 +00:00
assembler.cc [wasm] calculate wasm mem size base explicitly 2016-09-19 21:01:28 +00:00
assembler.h [v8] Move all the RelocInfo::set_target_address function into one place. 2016-08-17 17:56:42 +00:00
assert-scope.cc
assert-scope.h
background-parsing-task.cc Only pass the outer scope info with ParseInfo 2016-09-15 19:47:31 +00:00
background-parsing-task.h Remove unnessary includes of parser.h 2016-09-02 17:48:46 +00:00
bailout-reason.cc
bailout-reason.h Port FastCloneShallowArrayStub to Turbofan 2016-09-20 12:36:28 +00:00
base.isolate [build] Fix mac asan dependencies 2016-09-07 12:21:37 +00:00
basic-block-profiler.cc
basic-block-profiler.h [d8] Fix the shared-library build 2016-09-20 12:06:54 +00:00
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 Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
bootstrapper.cc [builtins] move String.prototype[@@iterator] to C++ builtin 2016-09-21 14:18:00 +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 [stubs] Port ToName stub to TurboFan. 2016-09-09 16:23:48 +00:00
code-factory.h [Interpreter] Collect allocation site feedback in call bytecode handler. 2016-09-08 14:50:09 +00:00
code-stub-assembler.cc [TypeFeedbackVector] special ic slots for interpreter compare/binary ops. 2016-09-20 13:54:51 +00:00
code-stub-assembler.h Port FastCloneShallowArrayStub to Turbofan 2016-09-20 12:36:28 +00:00
code-stubs-hydrogen.cc Port FastCloneShallowArrayStub to Turbofan 2016-09-20 12:36:28 +00:00
code-stubs.cc [interpreter] Inline FastCloneShallowArrayStub into bytecode handler 2016-09-20 18:04:50 +00:00
code-stubs.h [stubs] Remove OnStackArgsDescriptor and friends. 2016-09-21 11:51:16 +00:00
codegen.cc Remove unnessary includes of parser.h 2016-09-02 17:48:46 +00:00
codegen.h Reland Implement .eh_frame writer and disassembler. 2016-07-14 10:33:26 +00:00
collector.h Separate DuplicateFinder from Scanner. 2016-08-25 11:58:17 +00:00
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 Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +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-info.cc [turbofan] Ensure AstGraphBuilder::CheckOsrEntry hits once. 2016-09-16 11:57:56 +00:00
compilation-info.h [compiler] Stop delegating CompilationInfo::context. 2016-09-07 12:03:14 +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 Change the CompilerDispatcherJob to take a SharedFunctionInfo 2016-09-20 12:08:42 +00:00
compiler.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +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 Filter out synthetic variables from with scopes 2016-09-20 22:14:54 +00:00
contexts.h [builtins] move String.prototype[@@iterator] to C++ builtin 2016-09-21 14:18:00 +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 Add delegating initialize method for RuntimeCallTimerScope. 2016-09-10 04:58:03 +00:00
counters.cc [Tracing] Remove unnecessary memory allocation in runtime call stats. 2016-09-19 21:01:29 +00:00
counters.h [Tracing] Remove unnecessary memory allocation in runtime call stats. 2016-09-19 21:01:29 +00:00
d8-posix.cc Remove NaCl support. 2016-07-27 07:50:31 +00:00
d8-windows.cc
d8.cc [modules] Expand API to allow linking and use it in d8 2016-09-20 23:39:41 +00:00
d8.gyp [d8] Fix the shared-library build 2016-09-20 12:06:54 +00:00
d8.h [modules] Expand API to allow linking and use it in d8 2016-09-20 23:39:41 +00:00
d8.isolate
d8.js
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 Minor header cleanup. 2016-08-25 08:17:38 +00:00
deoptimize-reason.cc Reland of Fix compiler warnings on "make android_arm" (patchset #1 id:1 of https://codereview.chromium.org/2286163002/ ) 2016-08-28 21:03:32 +00:00
deoptimize-reason.h Port FastCloneShallowArrayStub to Turbofan 2016-09-20 12:36:28 +00:00
deoptimizer.cc [turbofan] Support for ConsString by escape analysis. 2016-09-21 12:30:00 +00:00
deoptimizer.h [deoptimizer] Remove obsolete BailoutType switches. 2016-08-25 13:26:33 +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 Forking the type system between Crankshaft & Turbofan. 2016-09-02 13:04:39 +00:00
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 [elements] Handlify raw parameter_map pointers for SloppyArgumentsAccessor 2016-09-21 10:22:53 +00:00
elements.h [elements, turbofan] Implement simple GrowElements 2016-08-25 11:39:38 +00:00
execution.cc [RuntimeCallStats] Move tracing runtime instrumentation closer to the original version. 2016-09-05 15:40:12 +00:00
execution.h Refactor call site handling for stack formatting 2016-08-30 13:29:10 +00:00
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 [promises] PromiseResolveThenableJob: change then to be a JSReceiver 2016-09-21 23:56:20 +00:00
factory.h [promises] PromiseResolveThenableJob: change then to be a JSReceiver 2016-09-21 23:56:20 +00:00
fast-accessor-assembler.cc [stubs] ApiCallbackDescriptor cleanup - make it independent on the number of JS parameters. 2016-09-21 11:08:45 +00:00
fast-accessor-assembler.h Add ToSmi and Goto operations to FastAccessorAssembler. 2016-08-19 09:35:17 +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 Forking the type system between Crankshaft & Turbofan. 2016-09-02 13:04:39 +00:00
field-type.h Forking the type system between Crankshaft & Turbofan. 2016-09-02 13:04:39 +00:00
fixed-dtoa.cc
fixed-dtoa.h
flag-definitions.h [turbofan] Ship store-store elimination. 2016-09-21 05:50:35 +00:00
flags.cc Make syntax for boolean flags more discoverable. 2016-06-22 16:07:11 +00:00
flags.h
frames-inl.h Fix LookupCode for the DatePrototype_GetField builtin 2016-08-30 08:28:14 +00:00
frames.cc [wasm] Use weak reference for wasm deopt data. 2016-08-29 20:13:52 +00:00
frames.h Disable copy constructor in public: section or use macro. 2016-08-25 03:13:31 +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 Separate CompilationInfo into its own file. 2016-08-31 08:49:59 +00:00
gdb-jit.h
global-handles.cc Disable CFI on a few methods. 2016-08-19 16:31:46 +00:00
global-handles.h Introduce a new phantom weakness type without finalization callback. 2016-05-09 07:18:00 +00:00
globals.h [d8] Fix the shared-library build 2016-09-20 12:06:54 +00:00
handles-inl.h
handles.cc
handles.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
heap-symbols.h Reland Async/await Promise dependency graph 2016-09-20 19:04:26 +00:00
i18n.cc Add support for DateTimeFormat.formatToParts 2016-09-06 22:57:11 +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 Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
identity-map.h
interface-descriptors.cc [stubs] Remove OnStackArgsDescriptor and friends. 2016-09-21 11:51:16 +00:00
interface-descriptors.h [stubs] Remove OnStackArgsDescriptor and friends. 2016-09-21 11:51:16 +00:00
isolate-inl.h [crankshaft] Protect against deopt loops from string length overflows. 2016-09-20 05:59:35 +00:00
isolate.cc [promises] PromiseResolveThenableJob: change then to be a JSReceiver 2016-09-21 23:56:20 +00:00
isolate.h Remove some dead ZoneList typedefs. 2016-09-21 07:58:44 +00:00
json-parser.cc Minor header cleanup. 2016-08-25 08:17:38 +00:00
json-parser.h [json] implement InternalizeJSONProperty in C++. 2016-05-31 05:44:59 +00:00
json-stringifier.cc [JSON] call replacer function with correct holder in JSON.stringify 2016-09-08 17:57:56 +00:00
json-stringifier.h [JSON] call replacer function with correct holder in JSON.stringify 2016-09-08 17:57:56 +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
log.cc Avoid accessing Isolate in source position logging. 2016-08-17 09:31:39 +00:00
log.h Avoid accessing Isolate in source position logging. 2016-08-17 09:31:39 +00:00
lookup-cache-inl.h KeyedLookupCache and DescriptorLookupCache -> lookup-cache{-inl.h,.cc,.h} 2016-09-06 14:57:56 +00:00
lookup-cache.cc KeyedLookupCache and DescriptorLookupCache -> lookup-cache{-inl.h,.cc,.h} 2016-09-06 14:57:56 +00:00
lookup-cache.h KeyedLookupCache and DescriptorLookupCache -> lookup-cache{-inl.h,.cc,.h} 2016-09-06 14:57:56 +00:00
lookup.cc KeyedLookupCache and DescriptorLookupCache -> lookup-cache{-inl.h,.cc,.h} 2016-09-06 14:57:56 +00:00
lookup.h KeyedLookupCache and DescriptorLookupCache -> lookup-cache{-inl.h,.cc,.h} 2016-09-06 14:57:56 +00:00
machine-type.cc TurboFan: Introduce TaggedSigned and TaggedPointer representations. 2016-08-16 12:41:43 +00:00
machine-type.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
macro-assembler.h [crankshaft] Fragmentation-free allocation folding. 2016-05-10 11:29:08 +00:00
messages.cc Refactor call site handling for stack formatting 2016-08-30 13:29:10 +00:00
messages.h Handle errors in v8::ValueDeserializer by throwing exceptions. 2016-09-06 03:24:53 +00:00
msan.h
objects-body-descriptors-inl.h [builtins] move String.prototype[@@iterator] to C++ builtin 2016-09-21 14:18:00 +00:00
objects-body-descriptors.h
objects-debug.cc [builtins] move String.prototype[@@iterator] to C++ builtin 2016-09-21 14:18:00 +00:00
objects-inl.h [promises] PromiseResolveThenableJob: change then to be a JSReceiver 2016-09-21 23:56:20 +00:00
objects-printer.cc [promises] Move PromiseResolveThenableJob to c++ 2016-09-21 03:49:50 +00:00
objects.cc [modules] Support exporting a local variable under multiple export names. 2016-09-21 18:48:33 +00:00
objects.h [promises] PromiseResolveThenableJob: change then to be a JSReceiver 2016-09-21 23:56:20 +00:00
ostreams.cc [turbolizer] Output correct JSON when source contains a backslash. 2016-08-09 09:18:38 +00:00
ostreams.h [d8] Fix the shared-library build 2016-09-20 12:06:54 +00:00
OWNERS
pending-compilation-error-handler.cc Include only stuff you need, part 8: Fix debug.h -> liveedit.h. 2016-09-06 09:00:28 +00:00
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 [turbofan] put src/types.[h/cc] into src/compiler/types.[h/cc] 2016-09-05 15:58:45 +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 [TypeFeedbackVector] special ic slots for interpreter compare/binary ops. 2016-09-20 13:54:51 +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 Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
signature.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
simulator.h
small-pointer-list.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
source-position-table.cc Avoid accessing Isolate in source position logging. 2016-08-17 09:31:39 +00:00
source-position-table.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +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
transitions.h
type-feedback-vector-inl.h [TypeFeedbackVector] Properly ignore binary/compare op slots for FCG. 2016-09-20 17:49:34 +00:00
type-feedback-vector.cc [TypeFeedbackVector] special ic slots for interpreter compare/binary ops. 2016-09-20 13:54:51 +00:00
type-feedback-vector.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
type-hints.cc [TypeFeedbackVector] special ic slots for interpreter compare/binary ops. 2016-09-20 13:54:51 +00:00
type-hints.h [TypeFeedbackVector] special ic slots for interpreter compare/binary ops. 2016-09-20 13:54:51 +00:00
type-info.cc Forking the type system between Crankshaft & Turbofan. 2016-09-02 13:04:39 +00:00
type-info.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +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 Rework scanner-character-streams. 2016-09-16 08:29:52 +00:00
unicode.h Rework scanner-character-streams. 2016-09-16 08:29:52 +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 [d8] Fix the shared-library build 2016-09-20 12:06:54 +00:00
utils.h [d8] Fix the shared-library build 2016-09-20 12:06:54 +00:00
v8.cc Remove v8- prefix of file name in libsampler. 2016-07-08 06:47:54 +00:00
v8.gyp [inspector] fixed all shorten-64-to-32 warnings 2016-09-22 01:48:10 +00:00
v8.h
v8dll-main.cc
v8memory.h [wasm] Separate compilation from instantiation 2016-06-20 05:23:37 +00:00
v8threads.cc
v8threads.h
value-serializer.cc Use a plain FixedArray rather than a SeededNumberDictionary for ValueDeserializer::id_map_. 2016-09-17 05:46:07 +00:00
value-serializer.h Moved zones and zone related stuff in its own directory. 2016-09-20 16:08:07 +00:00
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