v8/src
Michael Starzinger 47efa29a7e [runtime] Fix stale pointer in CaptureStackTraceHelper.
R=yangguo@chromium.org
BUG=chromium:760858

Change-Id: I9a4f569a3fb978e1ed33176ac8e5d1ef383cacbe
Reviewed-on: https://chromium-review.googlesource.com/645349
Reviewed-by: Yang Guo <yangguo@chromium.org>
Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47736}
2017-08-31 10:02:34 +00:00
..
arm [Interpreter] Adapt Call bytecode handlers to drop their stack-frame. 2017-08-25 21:32:09 +00:00
arm64 [Interpreter] Adapt Call bytecode handlers to drop their stack-frame. 2017-08-25 21:32:09 +00:00
asmjs [wasm] Avoid including heap-inl.h in wasm-objects.h 2017-08-31 07:13:18 +00:00
ast [ast] Make CaseClause a plain ZoneObject, not an Expression 2017-08-30 16:47:29 +00:00
base [snapshot] improve API references. 2017-08-28 15:37:58 +00:00
builtins [promise] Reduce size of PromiseCapability by making it a struct 2017-08-31 04:20:16 +00:00
compiler [wasm] Avoid including heap-inl.h in wasm-objects.h 2017-08-31 07:13:18 +00:00
compiler-dispatcher [cleanup] Replace List with std::vector in runtime and builtins. 2017-08-25 08:14:23 +00:00
debug [wasm] Avoid including heap-inl.h in wasm-objects.h 2017-08-31 07:13:18 +00:00
extensions Pass Isolate pointer to String::Utf8Value/Value constructors 2017-08-28 18:17:08 +00:00
ffi Revert "[runtime] Make JSFunction::prototype_or_initial_map field optional." 2017-07-24 14:13:10 +00:00
heap [heap] Do not inline Heap::CreateObjectStats 2017-08-31 07:56:31 +00:00
ia32 [Interpreter] Adapt Call bytecode handlers to drop their stack-frame. 2017-08-25 21:32:09 +00:00
ic [heap] Allow allocating Struct and Tuple* in new space 2017-08-30 10:59:39 +00:00
inspector Reland of Inspector: Runtime.callFunctionOn to accept executionContextId 2017-08-31 02:23:06 +00:00
interpreter [ast] Make CaseClause a plain ZoneObject, not an Expression 2017-08-30 16:47:29 +00:00
js [runtime] Port TypedArrayPrototypeSet to C++ 2017-08-31 08:36:44 +00:00
libplatform Delegate getting current wall-clock time to the Platform interface. 2017-08-30 06:28:09 +00:00
libsampler Fix build on PPC arch with musl 2017-08-21 18:40:05 +00:00
mips [Interpreter] Adapt Call bytecode handlers to drop their stack-frame. 2017-08-25 21:32:09 +00:00
mips64 [Interpreter] Adapt Call bytecode handlers to drop their stack-frame. 2017-08-25 21:32:09 +00:00
objects [wasm] Avoid including heap-inl.h in wasm-objects.h 2017-08-31 07:13:18 +00:00
parsing [parser] Skipping inner funcs: fix sloppy block generators. 2017-08-31 05:42:36 +00:00
ppc PPC/s390: [Interpreter] Adapt Call bytecode handlers to drop their stack-frame. 2017-08-29 22:46:46 +00:00
profiler [cleanup] Replace List with std::vector in cctests and d8. 2017-08-29 13:29:26 +00:00
regexp Avoid disassembling Interpreted Regexp code 2017-08-30 14:19:36 +00:00
runtime [runtime] Port TypedArrayPrototypeSet to C++ 2017-08-31 08:36:44 +00:00
s390 PPC/s390: [Interpreter] Adapt Call bytecode handlers to drop their stack-frame. 2017-08-29 22:46:46 +00:00
snapshot [wasm] Avoid including heap-inl.h in wasm-objects.h 2017-08-31 07:13:18 +00:00
third_party Fix common misspellings 2017-08-02 09:35:28 +00:00
tracing Reland "Switch tracing to use v8::TracingController" 2017-07-03 11:49:23 +00:00
trap-handler [wasm] Work around glibc thread-local storage bug 2017-08-17 13:28:14 +00:00
wasm [wasm] Avoid including heap-inl.h in wasm-objects.h 2017-08-31 07:13:18 +00:00
x64 [Interpreter] Adapt Call bytecode handlers to drop their stack-frame. 2017-08-25 21:32:09 +00:00
zone [turbofan] Introduce a new MapGuard operator. 2017-08-18 07:26:23 +00:00
accessors.cc [cleanup] Replace List with std::vector in debugger code. 2017-08-29 07:29:34 +00:00
accessors.h Remove Accessors::FunctionSetPrototype 2017-04-20 19:52:24 +00:00
address-map.cc Reland "Document RootIndexMap's requirement for immovable roots." 2017-07-11 08:31:03 +00:00
address-map.h [serializer] Enable TypedArrays and ArrayBuffers in the snapshot. 2017-08-10 07:49:14 +00:00
allocation-site-scopes.h [cleanup] Improve readability of AllocationSite 2017-07-10 11:03:02 +00:00
allocation.cc Reland "[Memory] Add an OnCriticalMemoryPressure method to V8::Platform." 2017-08-01 01:42:19 +00:00
allocation.h Revert "[Memory] Experiment to try using regular version of 'new T[]'." 2017-08-04 20:29:09 +00:00
api-arguments-inl.h add gn jumbo build support 2017-08-09 09:05:29 +00:00
api-arguments.cc [debugger] infrastructure for side-effect-free debug-evaluate. 2017-01-12 14:18:45 +00:00
api-arguments.h Decouple root visitors from object visitors. 2017-04-25 13:32:18 +00:00
api-natives.cc [builtins] Speed-up Object.prototype.toString. 2017-08-01 09:30:44 +00:00
api-natives.h [runtime] Use custom maps for function closures ... 2017-07-13 13:23:06 +00:00
api.cc [wasm] Avoid including heap-inl.h in wasm-objects.h 2017-08-31 07:13:18 +00:00
api.h [Modules] Introduce ScriptOrModule and HostDefinedOptions 2017-08-31 00:28:56 +00:00
arguments.cc [iwyu] Remove unallowed include arguments.h -> objects-inl.h 2017-02-13 10:06:48 +00:00
arguments.h Add Smi::ToInt helper method 2017-07-10 13:33:03 +00:00
assembler-inl.h Remove x87 port 2017-07-18 18:20:40 +00:00
assembler.cc [Interpreter] Adapt Call bytecode handlers to drop their stack-frame. 2017-08-25 21:32:09 +00:00
assembler.h [Interpreter] Adapt Call bytecode handlers to drop their stack-frame. 2017-08-25 21:32:09 +00:00
assert-scope.cc [Fix] Allow LazyInstance to support classes with virtual members 2017-08-25 12:45:24 +00:00
assert-scope.h Assert that context creation doesn't throw 2017-01-17 13:01:03 +00:00
background-parsing-task.cc [Parsing] Always pass a valid character-stream into the parser 2017-08-21 13:02:03 +00:00
background-parsing-task.h Reland of land: [Parse] ParseInfo owns the parsing Zone. (patchset #1 id:1 of https://codereview.chromium.org/2683733002/ ) 2017-02-07 20:46:47 +00:00
bailout-reason.cc
bailout-reason.h [fullcodegen] Delete FullCodegen. 2017-08-11 11:50:05 +00:00
base.isolate Update V8 DEPS. 2017-07-25 07:10:46 +00:00
basic-block-profiler.cc
basic-block-profiler.h
bignum-dtoa.cc
bignum-dtoa.h
bignum.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
bignum.h
bit-vector.cc [base] Allow BitVector to store data inline 2017-06-26 11:38:24 +00:00
bit-vector.h [base] Allow BitVector to store data inline 2017-06-26 11:38:24 +00:00
bootstrapper.cc [Modules] Introduce ScriptOrModule and HostDefinedOptions 2017-08-31 00:28:56 +00:00
bootstrapper.h [objects.h splitting] Move SharedFunctionInfo. 2017-05-29 14:03:48 +00:00
boxed-float.h Add a not-NaN DCHECK to the Float32 constructor 2017-07-21 09:22:28 +00:00
cached-powers.cc
cached-powers.h
callable.h [csa] Add CSA::CallBuiltin and Builtins::CallableFor 2017-03-16 14:22:12 +00:00
cancelable-task.cc Make CancelableTask ids unique 2017-08-02 16:10:42 +00:00
cancelable-task.h Make CancelableTask ids unique 2017-08-02 16:10:42 +00:00
char-predicates-inl.h
char-predicates.cc Use ICU for ID_START, ID_CONTINUE and WhiteSpace check 2017-06-14 20:32:49 +00:00
char-predicates.h Use ICU for ID_START, ID_CONTINUE and WhiteSpace check 2017-06-14 20:32:49 +00:00
checks.h
code-events.h [ic] Split StoreIC into StoreGlobalIC and StoreIC. 2017-03-24 07:45:14 +00:00
code-factory.cc [Interpreter] Adapt Call bytecode handlers to drop their stack-frame. 2017-08-25 21:32:09 +00:00
code-factory.h [Interpreter] Adapt Call bytecode handlers to drop their stack-frame. 2017-08-25 21:32:09 +00:00
code-stub-assembler.cc [promise] Reduce size of PromiseCapability by making it a struct 2017-08-31 04:20:16 +00:00
code-stub-assembler.h [promise] Reduce size of PromiseCapability by making it a struct 2017-08-31 04:20:16 +00:00
code-stubs-utils.h [stubs] Introduce TF_STUB macro. 2017-03-22 12:56:32 +00:00
code-stubs.cc Revert "[csa] Refactor large-object handling in string allocation" 2017-08-28 11:02:27 +00:00
code-stubs.h [ic] Remove deprecated CompareIC stub support. 2017-08-23 08:05:28 +00:00
codegen.cc [cleanup] Delete unused flags (mostly Crankshaft related) 2017-08-21 22:39:01 +00:00
codegen.h Reland "[Compiler] Remove code aging support." 2017-08-23 08:24:08 +00:00
collector.h [cleanup] Replace List with std::vector in IC, Handle code. 2017-08-30 07:35:00 +00:00
compilation-cache.cc [Heap] Remove code flushing. 2017-05-22 09:34:43 +00:00
compilation-cache.h [Heap] Remove code flushing. 2017-05-22 09:34:43 +00:00
compilation-dependencies.cc [cleanup] Improve readability of AllocationSite 2017-07-10 11:03:02 +00:00
compilation-dependencies.h Reland: [objects.h splitting] Move Map and related classes. 2017-05-17 12:12:18 +00:00
compilation-info.cc [Turbofan] Updating the name of a variable after removing the AstGraphBuilder 2017-08-24 09:25:59 +00:00
compilation-info.h [Turbofan] Updating the name of a variable after removing the AstGraphBuilder 2017-08-24 09:25:59 +00:00
compilation-statistics.cc [Turbofan] Typo in turbo-stats flag 2017-08-15 09:37:46 +00:00
compilation-statistics.h [turbofan] Add a mutex for recording compilation statistics 2016-12-13 12:15:14 +00:00
compiler.cc [Modules] Introduce ScriptOrModule and HostDefinedOptions 2017-08-31 00:28:56 +00:00
compiler.h [Modules] Introduce ScriptOrModule and HostDefinedOptions 2017-08-31 00:28:56 +00:00
contexts-inl.h Revert "[runtime] Make JSFunction::prototype_or_initial_map field optional." 2017-07-24 14:13:10 +00:00
contexts.cc Throw errors when assigning to const variables inside with 2017-08-08 02:00:22 +00:00
contexts.h [intl] Implement Intl.PluralRules behind --harmony-plural-rules 2017-08-21 22:23:59 +00:00
conversions-inl.h [wasm] Fix index range checking in table accessors 2017-08-03 16:11:42 +00:00
conversions.cc [cleanup] Replace List with std::vector in IC, Handle code. 2017-08-30 07:35:00 +00:00
conversions.h [builtins] Increase precision limits for toFixed, etc 2017-07-20 13:05:35 +00:00
counters-inl.h [runtime-call-stats] Fix a long standing crash in RuntimeCallStats::Leave 2017-08-29 07:50:24 +00:00
counters.cc [runtime-call-stats] Fix a long standing crash in RuntimeCallStats::Leave 2017-08-29 07:50:24 +00:00
counters.h [runtime-call-stats] Fix a long standing crash in RuntimeCallStats::Leave 2017-08-29 07:50:24 +00:00
d8-console.cc Pass Isolate pointer to String::Utf8Value/Value constructors 2017-08-28 18:17:08 +00:00
d8-console.h [inspector] introduced console.context 2017-06-12 15:49:13 +00:00
d8-posix.cc Pass Isolate pointer to String::Utf8Value/Value constructors 2017-08-28 18:17:08 +00:00
d8-windows.cc [d8] Allow reading files from a TCP socket 2017-08-22 16:06:16 +00:00
d8.cc [Modules] Introduce ScriptOrModule and HostDefinedOptions 2017-08-31 00:28:56 +00:00
d8.gyp [d8] implement console for d8. 2017-04-24 13:23:10 +00:00
d8.h [Modules] Introduce ScriptOrModule and HostDefinedOptions 2017-08-31 00:28:56 +00:00
d8.isolate
d8.js
date.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
date.h Reland of [date] Add ICU backend for timezone info behind a flag (patchset #1 id:1 of https://codereview.chromium.org/2811103002/ ) 2017-04-11 13:17:29 +00:00
dateparser-inl.h [builtins] Apply ES2016 conditional default timezone semantics 2017-02-16 10:02:01 +00:00
dateparser.cc
dateparser.h
deoptimize-reason.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
deoptimize-reason.h [turbofan] Optimize O.p.hasOwnProperty inside for-in. 2017-08-28 06:00:47 +00:00
deoptimizer.cc [promise] Reduce size of PromiseCapability by making it a struct 2017-08-31 04:20:16 +00:00
deoptimizer.h Cleanup of deoptimization structures, removal of lazy deopt patching. 2017-08-22 12:29:29 +00:00
DEPS [asm.js] Ensure proper encapsulation of "asmjs" component. 2017-05-05 10:36:26 +00:00
disasm.h
disassembler.cc [ic] Remove deprecated CompareIC stub support. 2017-08-23 08:05:28 +00:00
disassembler.h
diy-fp.cc
diy-fp.h
double.h [ppc] use Double instead of double in ppc compiler 2017-07-10 17:13:08 +00:00
dtoa.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
dtoa.h
eh-frame.cc [turbofan] Fix more -Wsign-compare warnings. 2016-11-11 12:01:08 +00:00
eh-frame.h [iwyu] Pre-work for removing unallowed include macro-assembler.h -> assembler-inl.h 2017-02-23 12:10:21 +00:00
elements-kind.cc [Fix] Allow LazyInstance to support classes with virtual members 2017-08-25 12:45:24 +00:00
elements-kind.h [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
elements.cc Revert "[api] Use query interceptor in Object.keys()." 2017-08-22 18:42:17 +00:00
elements.h Revert "[api] Use query interceptor in Object.keys()." 2017-08-22 18:42:17 +00:00
execution.cc [runtime] Remove unnecessary casts of species constructor. 2017-05-26 15:21:32 +00:00
execution.h [compiler] Drive optimizations with feedback vector (reland) 2017-06-19 10:33:59 +00:00
external-reference-table.cc [snapshot] improve API references. 2017-08-28 15:37:58 +00:00
external-reference-table.h [snapshot] improve API references. 2017-08-28 15:37:58 +00:00
factory.cc [Modules] Introduce ScriptOrModule and HostDefinedOptions 2017-08-31 00:28:56 +00:00
factory.h [heap] Allow allocating Struct and Tuple* in new space 2017-08-30 10:59:39 +00:00
fast-dtoa.cc
fast-dtoa.h
feedback-vector-inl.h Revert "Remove obsolete kNumber binop feedback." 2017-08-28 12:12:11 +00:00
feedback-vector.cc [cleanup] Replace List with std::vector in IC, Handle code. 2017-08-30 07:35:00 +00:00
feedback-vector.h [cleanup] Replace List with std::vector in IC, Handle code. 2017-08-30 07:35:00 +00:00
field-index-inl.h Refactor TransitionArray access 2017-07-28 19:41:21 +00:00
field-index.h [cleanup] Introduce more const methods 2017-07-03 14:44:42 +00:00
field-type.cc [ast] Remove AstType type system. 2017-06-26 15:43:03 +00:00
field-type.h [ast] Remove AstType type system. 2017-06-26 15:43:03 +00:00
find-and-replace-pattern.h Make explicit that RelocInfo's target_object is always a HeapObject. 2017-03-07 10:42:55 +00:00
fixed-dtoa.cc
fixed-dtoa.h
flag-definitions.h [turbofan] delete old implementation of escape analysis 2017-08-30 06:03:29 +00:00
flags.cc [cleanup] Replace List with std::vector in IC, Handle code. 2017-08-30 07:35:00 +00:00
flags.h [cleanup] Replace List with std::vector in IC, Handle code. 2017-08-30 07:35:00 +00:00
frame-constants.h [Interpreter] Remove new.target from fixed frame slot. 2017-08-11 17:04:08 +00:00
frames-inl.h [wasm] [debug] Implement calling imported wasm functions 2017-08-07 12:31:18 +00:00
frames.cc [wasm] Avoid including heap-inl.h in wasm-objects.h 2017-08-31 07:13:18 +00:00
frames.h [cleanup] Replace List with std::vector in debugger code. 2017-08-29 07:29:34 +00:00
futex-emulation.cc [cleanup] Replace List with std::vector in IC, Handle code. 2017-08-30 07:35:00 +00:00
futex-emulation.h [SAB] Fix crash in Atomics.wake w/ infinite count. 2017-02-01 21:47:22 +00:00
gdb-jit.cc Remove x87 port 2017-07-18 18:20:40 +00:00
gdb-jit.h
global-handles.cc [cleanup] Replace List with std::vector in IC, Handle code. 2017-08-30 07:35:00 +00:00
global-handles.h [cleanup] Replace List with std::vector in IC, Handle code. 2017-08-30 07:35:00 +00:00
globals.h Revert "Remove obsolete kNumber binop feedback." 2017-08-28 12:12:11 +00:00
handles-inl.h [iwyu] Include heap.h less. 2017-04-12 12:55:13 +00:00
handles.cc Revert "Partial revert of "Remove ~MaybeHandle and statically assert that handles are trivially copyable"" 2017-08-08 08:17:47 +00:00
handles.h Revert "Partial revert of "Remove ~MaybeHandle and statically assert that handles are trivially copyable"" 2017-08-08 08:17:47 +00:00
heap-symbols.h [turbofan] Optimize O.p.hasOwnProperty inside for-in. 2017-08-28 06:00:47 +00:00
icu_util.cc [intl] Reorganize code 2017-04-24 13:54:15 +00:00
icu_util.h
identity-map.cc Reland: [IdentityMap] Fix size if GC short-cuts objects. 2017-06-21 09:37:20 +00:00
identity-map.h Revert "[compiler-dispatcher] Use an integer job id." 2017-04-05 10:25:12 +00:00
interface-descriptors.cc [Interpreter] Adapt Call bytecode handlers to drop their stack-frame. 2017-08-25 21:32:09 +00:00
interface-descriptors.h [Interpreter] Adapt Call bytecode handlers to drop their stack-frame. 2017-08-25 21:32:09 +00:00
intl.cc [string] Handle two-byte contents in String.p.toLowerCase 2017-07-12 06:25:26 +00:00
intl.h [objects.h splitting] Move String and related classes. 2017-06-12 11:53:18 +00:00
isolate-inl.h [cleanup] Make StringLengthProtector into a Cell. 2017-08-28 06:26:17 +00:00
isolate.cc [runtime] Fix stale pointer in CaptureStackTraceHelper. 2017-08-31 10:02:34 +00:00
isolate.h [Modules] Introduce ScriptOrModule and HostDefinedOptions 2017-08-31 00:28:56 +00:00
json-parser.cc Refactor TransitionArray access 2017-07-28 19:41:21 +00:00
json-parser.h
json-stringifier.cc [runtime] Check for overflow when serializing Strings for JSON. 2017-07-26 11:40:56 +00:00
json-stringifier.h
keys.cc [cleanup] Unify enum cache handling. 2017-08-30 05:29:16 +00:00
keys.h [iwyu] Include isolate.h less. 2017-06-23 13:14:17 +00:00
label.h [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
layout-descriptor-inl.h Pretenure LayoutDescriptor 2017-07-28 11:43:35 +00:00
layout-descriptor.cc Add Smi::ToInt helper method 2017-07-10 13:33:03 +00:00
layout-descriptor.h [runtime] Change backing store of LayoutDescriptor to ByteArray. 2017-05-31 13:58:31 +00:00
list-inl.h [cleanup] Replace List::BinarySearch with std::lower_bound. 2017-04-28 13:15:24 +00:00
list.h [heap-profiler] Remove unused methods from Heap Profiler. 2017-07-28 20:56:24 +00:00
locked-queue-inl.h
locked-queue.h
log-inl.h
log-utils.cc [profiler] Fix logging addresses on Windows. 2017-07-28 14:36:14 +00:00
log-utils.h [logging] Add an option to log source code in v8.log. 2017-07-28 07:18:18 +00:00
log.cc Delegate getting current wall-clock time to the Platform interface. 2017-08-30 06:28:09 +00:00
log.h [ic] Remove deprecated CompareIC stub support. 2017-08-23 08:05:28 +00:00
lookup-cache-inl.h add gn jumbo build support 2017-08-09 09:05:29 +00:00
lookup-cache.cc [ic] Delete old KeyedLoadIC code 2016-10-17 10:31:18 +00:00
lookup-cache.h [ic] Delete old KeyedLoadIC code 2016-10-17 10:31:18 +00:00
lookup.cc Cache fewer StoreIC-Transition handlers 2017-08-18 16:06:44 +00:00
lookup.h Cache fewer StoreIC-Transition handlers 2017-08-18 16:06:44 +00:00
machine-type.cc [csa] Add C++ compile time type checks to CSA. 2017-08-04 01:09:24 +00:00
machine-type.h [turbofan] Add CallCFunctionWithCallerSavedRegisters node in turbofan compiler 2017-08-21 16:35:05 +00:00
macro-assembler-inl.h [iwyu|arm64] Pre-work for removing the illegal include macro-assembler.h -> assembler-inl.h 2017-03-15 12:08:50 +00:00
macro-assembler.h [cleanup] Delete unused code in codegen*.cc 2017-08-21 22:16:20 +00:00
managed.h Implement managed objects with phantom handles 2017-06-20 10:58:45 +00:00
map-updater.cc Refactor TransitionArray access 2017-07-28 19:41:21 +00:00
map-updater.h [runtime] Don't create class field types for arrays' fields. 2017-07-27 07:11:05 +00:00
messages.cc Reland "[wasm] Handle non-asm-js case in WasmCompiledModule::GetAsmJsSourcePosition." 2017-08-30 14:11:06 +00:00
messages.h [cleanup] Replace List with std::vector in runtime and builtins. 2017-08-25 08:14:23 +00:00
msan.h
objects-body-descriptors-inl.h [promise] Reduce size of PromiseCapability by making it a struct 2017-08-31 04:20:16 +00:00
objects-body-descriptors.h Remove left-over handling for StaticVisitors 2017-08-24 15:56:32 +00:00
objects-debug.cc [promise] Reduce size of PromiseCapability by making it a struct 2017-08-31 04:20:16 +00:00
objects-inl.h [promise] Reduce size of PromiseCapability by making it a struct 2017-08-31 04:20:16 +00:00
objects-printer.cc [promise] Reduce size of PromiseCapability by making it a struct 2017-08-31 04:20:16 +00:00
objects.cc [promise] Reduce size of PromiseCapability by making it a struct 2017-08-31 04:20:16 +00:00
objects.h [promise] Reduce size of PromiseCapability by making it a struct 2017-08-31 04:20:16 +00:00
ostreams.cc [ostreams] Extend AsHex and add AsHexBytes 2017-07-25 08:37:46 +00:00
ostreams.h [ostreams] Extend AsHex and add AsHexBytes 2017-07-25 08:37:46 +00:00
OWNERS Add COMPONENT tags to OWNERS files where appropriate 2017-05-22 10:15:28 +00:00
pending-compilation-error-handler.cc Reland: [Compiler] Enable handles created during parsing and scope analysis to be deferred. 2017-02-10 15:01:29 +00:00
pending-compilation-error-handler.h Reland: [Compiler] Enable handles created during parsing and scope analysis to be deferred. 2017-02-10 15:01:29 +00:00
perf-jit.cc Delegate getting current wall-clock time to the Platform interface. 2017-08-30 06:28:09 +00:00
perf-jit.h [perf-prof] Adjust source position addresses according to ELF header size 2017-04-03 08:15:35 +00:00
PRESUBMIT.py Add layout test bots to changes to api.cc 2017-05-31 14:15:18 +00:00
property-descriptor.cc [runtime] Cleanup DescriptorArray interface, remove more PropertyType usages. 2017-01-13 13:23:27 +00:00
property-descriptor.h
property-details.h [runtime] Remove kIsEnumerable and move methods relying on it to BaseNameDictionary 2017-06-22 10:42:12 +00:00
property.cc [printing] Improve object printing 2017-03-03 11:01:21 +00:00
property.h [iwyu] Include isolate.h less. 2017-06-23 13:14:17 +00:00
prototype.h [proxies] Add stackoverflow check for JSProxy::isArray 2017-06-07 14:47:31 +00:00
register-configuration.cc [Fix] Allow LazyInstance to support classes with virtual members 2017-08-25 12:45:24 +00:00
register-configuration.h Allow CSA stubs to restrict the set of allocatable registers. 2017-08-24 14:31:18 +00:00
reglist.h Move RegList and related out of frame.h and arch-specific files. 2017-08-01 14:32:57 +00:00
runtime-profiler.cc [fullcodegen] Remove ability to compile with Full-Codegen. 2017-08-10 11:13:31 +00:00
runtime-profiler.h [fullcodegen] Remove ability to compile with Full-Codegen. 2017-08-10 11:13:31 +00:00
safepoint-table.cc Cleanup of deoptimization structures, removal of lazy deopt patching. 2017-08-22 12:29:29 +00:00
safepoint-table.h Cleanup of deoptimization structures, removal of lazy deopt patching. 2017-08-22 12:29:29 +00:00
setup-isolate-deserialize.cc [gn] Allow building a snapshot with unwinding information. 2017-05-23 09:47:29 +00:00
setup-isolate-full.cc [snapshot] full setup delegate should also be able to deserialize. 2017-04-26 10:44:44 +00:00
setup-isolate.h add gn jumbo build support 2017-08-09 09:05:29 +00:00
signature.h [wasm] [cleanup] Avoid lazy initialization of arrays 2017-05-30 09:30:13 +00:00
simulator.h Remove x87 port 2017-07-18 18:20:40 +00:00
small-pointer-list.h
source-position-table.cc Fix common misspellings 2017-08-02 09:35:28 +00:00
source-position-table.h [Turbofan] Merged the OSR phase into the graph building phase (reland) 2017-07-26 13:15:16 +00:00
source-position.cc This is a workaround for the fact that %SetCode can "lose" the script for a js native. If the js native is re-initialized (for a Realm or something), then the source SharedFunctionInfo won't have a script anymore. Nonetheless, we may want to optimize the function. If we've compiled bytecode, then we can compile optimized code without a script. 2017-02-16 14:39:17 +00:00
source-position.h [source-positions] make the SourcePositionInfo constructor actually compute position info 2016-12-14 12:58:19 +00:00
splay-tree-inl.h
splay-tree.h
startup-data-util.cc
startup-data-util.h
string-builder.cc
string-builder.h [runtime] Check for overflow when serializing Strings for JSON. 2017-07-26 11:40:56 +00:00
string-case.cc Optimize case conversion with icu_case_mapping 2016-12-19 18:43:55 +00:00
string-case.h Optimize case conversion with icu_case_mapping 2016-12-19 18:43:55 +00:00
string-hasher-inl.h [runtime] Use IsDecimalDigit in StringHasher rather than manual check 2017-06-13 15:45:59 +00:00
string-hasher.h [cleanup & objects.h splitting] Move StringHasher 2017-04-28 13:07:24 +00:00
string-search.h [string] Widen StringIndexOf fast path 2017-04-19 10:47:03 +00:00
string-stream.cc [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
string-stream.h Refactor StringStream Add methods 2016-11-18 12:01:33 +00:00
strtod.cc Remove x87 port 2017-07-18 18:20:40 +00:00
strtod.h
transitions-inl.h [heap] Track transition arrays using worklists. 2017-08-11 09:11:20 +00:00
transitions.cc Cache fewer StoreIC-Transition handlers 2017-08-18 16:06:44 +00:00
transitions.h [heap] Track transition arrays using worklists. 2017-08-11 09:11:20 +00:00
type-hints.cc Revert "Remove obsolete kNumber binop feedback." 2017-08-28 12:12:11 +00:00
type-hints.h Revert "Remove obsolete kNumber binop feedback." 2017-08-28 12:12:11 +00:00
unicode-cache-inl.h
unicode-cache.h
unicode-decoder.cc
unicode-decoder.h Fix out-of-range access in unibrow::Utf8::CalculateValue. 2016-11-22 09:27:59 +00:00
unicode-inl.h
unicode.cc Remove icu_case_mapping flag 2017-06-29 03:47:27 +00:00
unicode.h Remove icu_case_mapping flag 2017-06-29 03:47:27 +00:00
uri.cc Fix -Wsign-compare warnings in parser, scanner, regexp, runtime. 2016-11-10 12:54:54 +00:00
uri.h
utils-inl.h [runtime] Use IsDecimalDigit in StringHasher rather than manual check 2017-06-13 15:45:59 +00:00
utils.cc Remove x87 port 2017-07-18 18:20:40 +00:00
utils.h [cleanup] Replace List with std::vector in runtime and builtins. 2017-08-25 08:14:23 +00:00
v8.cc Export default implementation of getting wall-clock time. 2017-08-28 09:28:23 +00:00
v8.gyp [wasm] Avoid including heap-inl.h in wasm-objects.h 2017-08-31 07:13:18 +00:00
v8.h Reland "[Memory] Add an OnCriticalMemoryPressure method to V8::Platform." 2017-08-01 01:42:19 +00:00
v8dll-main.cc
v8memory.h
v8threads.cc Rename "NoBarrier" memory operations to "Relaxed". 2017-05-30 07:44:37 +00:00
v8threads.h Decouple root visitors from object visitors. 2017-04-25 13:32:18 +00:00
value-serializer.cc [wasm] Avoid including heap-inl.h in wasm-objects.h 2017-08-31 07:13:18 +00:00
value-serializer.h [wasm] Introduce instance types for WebAssembly.* objects. 2017-07-07 12:27:56 +00:00
vector.h Use size_t for Vector<T> size. 2017-05-12 00:56:14 +00:00
version.cc Revert of [build] Introduce an embedder version string (patchset #3 id:40001 of https://codereview.chromium.org/2619213002/ ) 2017-01-21 22:36:54 +00:00
version.h Revert of [build] Introduce an embedder version string (patchset #3 id:40001 of https://codereview.chromium.org/2619213002/ ) 2017-01-21 22:36:54 +00:00
visitors.cc Decouple root visitors from object visitors. 2017-04-25 13:32:18 +00:00
visitors.h [heap] Cleanup some includes 2017-08-28 17:28:58 +00:00
vm-state-inl.h [profview] Distinguish between parse/opt/unopt compile 2017-08-10 15:44:36 +00:00
vm-state.h [iwyu] Include isolate.h less. 2017-06-23 13:14:17 +00:00