v8/src
bmeurer b742026a22 [runtime] Remove two obsolete intrinsics.
The %HeapObjectGetMap and %MapGetInstanceType intrinsics are obsolete
because they are unsafe, so we can drop the code.

R=yangguo@chromium.org

Review URL: https://codereview.chromium.org/1532493002

Cr-Commit-Position: refs/heads/master@{#32882}
2015-12-16 08:26:36 +00:00
..
arm Revert of Removes the Callee parameter from FunctionCallbackInfo. (patchset #1 id:1 of https://codereview.chromium.org/1510483002/ ) 2015-12-11 10:20:51 +00:00
arm64 Fix Object.prototype.toString.call(proxy) 2015-12-11 15:57:30 +00:00
ast [regexp] break recursion in mutually recursive capture/back references. 2015-12-16 06:58:58 +00:00
base [turbofan] Introduce ToBooleanHints on ToBoolean operators. 2015-12-03 16:48:19 +00:00
compiler [runtime] Remove two obsolete intrinsics. 2015-12-16 08:26:36 +00:00
crankshaft Fix Object.prototype.toString.call(proxy) 2015-12-11 15:57:30 +00:00
debug [debugger] remove some dead code. 2015-12-16 06:33:07 +00:00
extensions [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
full-codegen X87: [proxy] fixing for-in for proxies, fixing harmony/proxy.js tests, improving error messages and some drive-by fixes. 2015-12-15 08:45:02 +00:00
heap [heap] Verify mark bits when iterating mark bits. 2015-12-11 16:12:49 +00:00
ia32 Revert of Removes the Callee parameter from FunctionCallbackInfo. (patchset #1 id:1 of https://codereview.chromium.org/1510483002/ ) 2015-12-11 10:20:51 +00:00
ic Type Feedback Vector: Calculate profiler counts on the fly. 2015-12-09 08:33:21 +00:00
interpreter [Interpreter] Adds wide variant of CreateLiterals. Adds CreateLiterals to BytecodeGraphBuilder. 2015-12-09 11:53:14 +00:00
js [proxies] Support proxies in JSON.parse and JSON.stringify. 2015-12-14 15:12:12 +00:00
libplatform [presubmit] Enabling readability/inheritance linter checking. 2015-11-04 13:08:42 +00:00
mips MIPS: Fix for instanceof-proxies failure. 2015-12-12 03:30:21 +00:00
mips64 MIPS: Fix for instanceof-proxies failure. 2015-12-12 03:30:21 +00:00
parsing [regexp] break recursion in mutually recursive capture/back references. 2015-12-16 06:58:58 +00:00
ppc Revert of Removes the Callee parameter from FunctionCallbackInfo. (patchset #1 id:1 of https://codereview.chromium.org/1510483002/ ) 2015-12-11 10:20:51 +00:00
profiler [runtime] Use "the hole" instead of smi 0 as sentinel for context extension. 2015-11-30 13:23:28 +00:00
regexp [regexp] remove some dead code. 2015-12-15 14:48:55 +00:00
runtime [runtime] Remove two obsolete intrinsics. 2015-12-16 08:26:36 +00:00
snapshot [serializer] remove some dead code. 2015-12-15 11:01:17 +00:00
third_party Disable soon to be deprecated APIs per default for v8 2015-12-09 10:35:04 +00:00
wasm [wasm] Turn on all wasm instructions on 64bit platforms. 2015-12-11 15:58:27 +00:00
x64 Revert of Removes the Callee parameter from FunctionCallbackInfo. (patchset #1 id:1 of https://codereview.chromium.org/1510483002/ ) 2015-12-11 10:20:51 +00:00
x87 Revert of Removes the Callee parameter from FunctionCallbackInfo. (patchset #1 id:1 of https://codereview.chromium.org/1510483002/ ) 2015-12-11 10:20:51 +00:00
accessors.cc Map v8::Object to v8::internal::JSReceiver 2015-11-16 16:48:54 +00:00
accessors.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
address-map.cc Move RootIndexMap out of serializer file. 2015-10-23 08:28:38 +00:00
address-map.h Move RootIndexMap out of serializer file. 2015-10-23 08:28:38 +00:00
allocation-site-scopes.cc
allocation-site-scopes.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
allocation.cc
allocation.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
api-experimental.cc Re-re-land FastAccessorBuilder. 2015-12-11 09:54:00 +00:00
api-experimental.h Re-re-land FastAccessorBuilder. 2015-12-11 09:54:00 +00:00
api-natives.cc Install ConstructNonConstructable as construct stub for non-constructables. 2015-11-24 17:17:00 +00:00
api-natives.h Revert changes introduced in http://crrev.com/1367953002. 2015-11-10 21:00:18 +00:00
api.cc Re-re-land FastAccessorBuilder. 2015-12-11 09:54:00 +00:00
api.h Remove easy to remove calls to Isolate::Current() from api.cc 2015-11-30 08:16:59 +00:00
arguments.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
arguments.h Revert of Removes the Callee parameter from FunctionCallbackInfo. (patchset #1 id:1 of https://codereview.chromium.org/1510483002/ ) 2015-12-11 10:20:51 +00:00
assembler.cc [debugger] do not predict step in target for liveedit. 2015-12-04 13:26:17 +00:00
assembler.h [debugger] do not predict step in target for liveedit. 2015-12-04 13:26:17 +00:00
assert-scope.cc [heap] Remove obsolete DisallowAllocationFailure scope. 2015-09-08 14:42:44 +00:00
assert-scope.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
atomic-utils.h [profiler] Move away from UnboundedQueue to LockedQueue for regular events. 2015-11-18 14:14:49 +00:00
background-parsing-task.cc Debugger: move implementation to a separate folder. 2015-07-31 11:08:15 +00:00
background-parsing-task.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
bailout-reason.cc
bailout-reason.h [cleanup] remove unused Destructuring Assignment bailout reason 2015-12-07 20:06:16 +00:00
base.isolate [Swarming] Isolate shared libraries for windows. 2015-11-19 13:30:48 +00:00
basic-block-profiler.cc
basic-block-profiler.h Remove several grab-bag includes from the v8.h header. 2015-08-11 07:34:17 +00:00
bignum-dtoa.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
bignum-dtoa.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
bignum.cc Fix compilation with GCC 5.2 2015-10-05 11:07:28 +00:00
bignum.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
bit-vector.cc Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
bit-vector.h
bootstrapper.cc [proxies] Support proxies in JSON.parse and JSON.stringify. 2015-12-14 15:12:12 +00:00
bootstrapper.h [stubs] A new approach to TF stubs 2015-12-02 12:35:20 +00:00
builtins.cc [proxies] Improve error messages. 2015-12-14 13:45:03 +00:00
builtins.h Move Object.assign implementation to C++ 2015-12-11 14:10:55 +00:00
cached-powers.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
cached-powers.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
cancelable-task.cc Fix protocol for aborting and waiting for cancelable tasks. 2015-11-19 15:33:53 +00:00
cancelable-task.h Fix protocol for aborting and waiting for cancelable tasks. 2015-11-19 15:33:53 +00:00
char-predicates-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
char-predicates.cc
char-predicates.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
checks.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
code-factory.cc [turbofan] Some more cleanup on the intrinsics. 2015-12-11 09:12:12 +00:00
code-factory.h [turbofan] Some more cleanup on the intrinsics. 2015-12-11 09:12:12 +00:00
code-stubs-hydrogen.cc Revert of [stubs] Fix TypeOfStub to properly return "undefined" for undetectable. (patchset #1 id:1 of https://codereview.chromium.org/1527863003/ ) 2015-12-15 09:31:58 +00:00
code-stubs.cc [ic] Change CompareIC to handle JSReceiver instead of JSObject. 2015-12-07 07:25:18 +00:00
code-stubs.h [ic] Change CompareIC to handle JSReceiver instead of JSObject. 2015-12-07 07:25:18 +00:00
codegen.cc Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
codegen.h Remove custom win64 modulo code 2015-11-26 10:11:54 +00:00
compilation-cache.cc objects-inl.h: Remove ACCESSORS_TO_SMI macro 2015-09-28 13:10:29 +00:00
compilation-cache.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
compilation-dependencies.cc [turbofan] Decouple inlining and native context specialization. 2015-11-18 10:04:03 +00:00
compilation-dependencies.h [turbofan] Decouple inlining and native context specialization. 2015-11-18 10:04:03 +00:00
compilation-statistics.cc Make --turbo-stats output more self-explanatory. 2015-09-14 09:25:31 +00:00
compilation-statistics.h
compiler.cc [interpreter] Use interpreter on all function literals. 2015-12-15 14:12:51 +00:00
compiler.h Deprecate ability to generate stubs via Compiler class. 2015-12-14 19:19:22 +00:00
context-measure.cc [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
context-measure.h Using override keyword in ObjectVisitor class hierarchy. 2015-11-05 09:32:38 +00:00
contexts-inl.h [runtime] Use "the hole" instead of smi 0 as sentinel for context extension. 2015-11-30 13:23:28 +00:00
contexts.cc [proxies] Fix "with" statements for proxies 2015-12-10 15:12:41 +00:00
contexts.h [proxies] Support proxies in JSON.parse and JSON.stringify. 2015-12-14 15:12:12 +00:00
conversions-inl.h [v8natives.js] updating comments to ES6 2015-12-10 10:43:37 +00:00
conversions.cc [v8natives.js] updating comments to ES6 2015-12-10 10:43:37 +00:00
conversions.h Remove inline header includes from non-inline headers (2). 2015-08-13 15:30:16 +00:00
counters.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
counters.h [debugger] track debugger feature usage via histogram. 2015-11-26 10:41:49 +00:00
d8-posix.cc Make list constructor usable without list-inl.h header. 2015-08-12 08:00:18 +00:00
d8-windows.cc Reland of "Make d8 stop using to-be-deprecated APIs" 2015-07-20 07:05:55 +00:00
d8.cc [bootstrapper] add checks for variable bindings in native scripts. 2015-12-01 14:28:19 +00:00
d8.gyp Disable soon to be deprecated APIs per default for v8 2015-12-09 10:35:04 +00:00
d8.h Remove inline header includes from non-inline headers (1). 2015-08-12 07:32:54 +00:00
d8.isolate [swarming] Add isolate configs for d8 on linux. 2015-09-25 14:37:11 +00:00
d8.js Remove readline support from d8. 2015-07-23 13:20:31 +00:00
date.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
date.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
dateparser-inl.h Revert of Make dates default to the local timezone if none specified (https://codereview.chromium.org/1229903004/) 2015-10-15 12:18:16 +00:00
dateparser.cc Remove inline header includes from non-inline headers (1). 2015-08-12 07:32:54 +00:00
dateparser.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
deoptimizer.cc Remove new.target value from construct stub frames. 2015-12-03 11:33:39 +00:00
deoptimizer.h Remove workaround for VS 2015 RC bug 2015-12-10 04:43:35 +00:00
DEPS Initial import of v8-native WASM. 2015-12-11 12:27:05 +00:00
disasm.h Remove grab-bag includes of v8.h from architecture ports. 2015-08-17 09:42:37 +00:00
disassembler.cc Deprecate unused RelocInfo::CONSTRUCT_CALL mode. 2015-11-30 12:39:34 +00:00
disassembler.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
diy-fp.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
diy-fp.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
double.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
dtoa.cc
dtoa.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
effects.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
elements-kind.cc Reland of "Remove ExternalArray, derived types, and element kinds" 2015-07-28 09:29:55 +00:00
elements-kind.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
elements.cc [proxies] Add all-can-read/String/Symbol filtering support to GetKeys() 2015-12-03 15:08:54 +00:00
elements.h [cleanup] Introduce PropertyFilter 2015-12-02 16:30:24 +00:00
execution.cc [debugger] flood function for stepping on throw. 2015-12-15 09:33:39 +00:00
execution.h Make Error.prototype.toString spec compliant; and fix various side-effect-free error printing methods 2015-12-09 17:03:08 +00:00
factory.cc [contexts] Place the initial JSArray maps on the native context directly. 2015-12-11 06:51:21 +00:00
factory.h [runtime] [proxy] Implementing [[Call]] 2015-12-08 16:05:09 +00:00
fast-dtoa.cc
fast-dtoa.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
field-index-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
field-index.h [turbofan] Initial support for monomorphic/polymorphic property loads. 2015-10-19 05:24:51 +00:00
fixed-dtoa.cc
fixed-dtoa.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
flag-definitions.h Reland "[turbofan] Instruction scheduler for Turbofan." 2015-12-15 14:52:20 +00:00
flags.cc [presubmit] Fix build/include linter violations. 2015-09-03 07:56:14 +00:00
flags.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
frames-inl.h [Interpreter]: Basic support for iterating interpreter stack frames for GC. 2015-10-16 15:06:27 +00:00
frames.cc Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
frames.h Remove new.target value from construct stub frames. 2015-12-03 11:33:39 +00:00
futex-emulation.cc Support offset-TypedArray in futex API 2015-11-20 11:40:00 +00:00
futex-emulation.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
gdb-jit.cc [runtime] Replace global object link with native context link in all contexts. 2015-11-27 17:00:11 +00:00
gdb-jit.h Remove several grab-bag includes from the v8.h header. 2015-08-11 07:34:17 +00:00
global-handles.cc Add {CancelableTaskManager} to handle {Cancelable} concurrent tasks. 2015-11-14 01:20:14 +00:00
global-handles.h Adds a scavenge GC pass to collect unmodified references 2015-10-27 12:22:31 +00:00
globals.h Install ConstructNonConstructable as construct stub for non-constructables. 2015-11-24 17:17:00 +00:00
handles-inl.h Canonicalize handles for optimized compilation. 2015-10-26 15:33:20 +00:00
handles.cc Canonicalize handles for optimized compilation. 2015-10-26 15:33:20 +00:00
handles.h [turbofan] Decouple inlining and native context specialization. 2015-11-18 10:04:03 +00:00
hashmap.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
i18n.cc Set the Gregorian changeover date to the beginning of time in Intl 2015-12-08 02:13:54 +00:00
i18n.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
icu_util.cc
icu_util.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
identity-map.cc Canonicalize handles for optimized compilation. 2015-10-26 15:33:20 +00:00
identity-map.h Simplify IdentityMap. 2015-10-23 10:33:14 +00:00
interface-descriptors.cc [turbofan] Optimize JSCallConstruct in typed lowering to direct calls. 2015-12-10 06:03:47 +00:00
interface-descriptors.h [turbofan] Optimize JSCallConstruct in typed lowering to direct calls. 2015-12-10 06:03:47 +00:00
isolate-inl.h [runtime] Replace global object link with native context link in all contexts. 2015-11-27 17:00:11 +00:00
isolate.cc [contexts] Place the initial JSArray maps on the native context directly. 2015-12-11 06:51:21 +00:00
isolate.h Make Error.prototype.toString spec compliant; and fix various side-effect-free error printing methods 2015-12-09 17:03:08 +00:00
json-stringifier.h [cleanup] Introduce PropertyFilter 2015-12-02 16:30:24 +00:00
key-accumulator.cc [cleanup] [proxies] Unify style of recently written code 2015-12-09 18:07:00 +00:00
key-accumulator.h [cleanup] [proxies] Unify style of recently written code 2015-12-09 18:07:00 +00:00
layout-descriptor-inl.h AIX: Fix 'may be used uninitialized' compiler errors 2015-10-26 18:05:28 +00:00
layout-descriptor.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
layout-descriptor.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
list-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
list.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
locked-queue-inl.h Add lock-based unbounded queue 2015-11-18 10:54:13 +00:00
locked-queue.h Add lock-based unbounded queue 2015-11-18 10:54:13 +00:00
log-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
log-utils.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
log-utils.h Include stdio.h for fwrite support 2015-10-30 08:03:44 +00:00
log.cc Revert of Provide call counts for constructor calls, surface them as a vector IC. (patchset #4 id:60001 of https://codereview.chromium.org/1476413003/ ) 2015-12-04 07:34:31 +00:00
log.h Revert of Provide call counts for constructor calls, surface them as a vector IC. (patchset #4 id:60001 of https://codereview.chromium.org/1476413003/ ) 2015-12-04 07:34:31 +00:00
lookup.cc [proxies] do not leak private symbols to proxy traps 2015-12-03 15:05:00 +00:00
lookup.h [proxies] Implement [[Set]]. 2015-12-01 12:27:09 +00:00
machine-type.cc [turbofan] Make MachineType a pair of enums. 2015-12-10 09:03:53 +00:00
machine-type.h [turbofan] Make MachineType a pair of enums. 2015-12-10 09:03:53 +00:00
macro-assembler.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
messages.cc Improve the CallSite constructor 2015-12-09 17:28:35 +00:00
messages.h [proxies] Improve error messages. 2015-12-14 13:45:03 +00:00
msan.h
objects-body-descriptors-inl.h [runtime] [proxy] removing JSFunctionProxy and related code. 2015-12-04 13:49:24 +00:00
objects-body-descriptors.h Allow in-object properties in JSArrayBuffer. 2015-11-26 09:46:01 +00:00
objects-debug.cc [field type tracking] Fix handling of cleared WeakCells. 2015-12-15 15:43:52 +00:00
objects-inl.h During property reconfiguring ensure that the first map that gets new descriptors is the one that owns the whole descriptor array. 2015-12-11 16:41:46 +00:00
objects-printer.cc Fix Function subclassing. 2015-12-10 17:28:08 +00:00
objects.cc [proxies] Check for stack overflow in Proxy internal methods 2015-12-15 17:23:44 +00:00
objects.h [proxies] Improve error messages. 2015-12-14 13:45:03 +00:00
optimizing-compile-dispatcher.cc Move Hydrogen and Lithium to src/crankshaft/ 2015-10-20 13:25:55 +00:00
optimizing-compile-dispatcher.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
ostreams.cc [turbofan]: No tabs in tokens in JSON graph files (ECMA404 compliance). 2015-11-30 16:43:57 +00:00
ostreams.h OFStream should have a virtual destructor. 2015-12-09 04:34:14 +00:00
OWNERS
pending-compilation-error-handler.cc Do not use js builtins object when constructing an error. 2015-08-17 11:02:38 +00:00
pending-compilation-error-handler.h
property-descriptor.cc Remove Object::IsSpecObject, use Object::IsJSReceiver instead. 2015-11-30 10:52:11 +00:00
property-descriptor.h [proxies] Teach ToPropertyDescriptor to deal with Proxies 2015-11-12 14:17:51 +00:00
property-details.h [cleanup] Drop JSObject::GetOwnPropertyNames(). 2015-12-09 17:03:07 +00:00
property.cc
property.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
prototype.h Reland of [proxies] Make Object.prototype.isPrototypeOf work with proxies. (patchset #1 id:1 of https://codereview.chromium.org/1494283002/ ) 2015-12-04 06:39:16 +00:00
register-configuration.cc Clean up ArchDefaultRegisterConfiguration. 2015-12-01 14:18:55 +00:00
register-configuration.h For some platform such as X87, Crankshaft and Turbofan needs to use different 2015-10-22 13:24:49 +00:00
runtime-profiler.cc Type Feedback Vector: Calculate profiler counts on the fly. 2015-12-09 08:33:21 +00:00
runtime-profiler.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
safepoint-table.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
safepoint-table.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
signature.h
simulator.h
small-pointer-list.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
splay-tree-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
splay-tree.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
startup-data-util.cc Rework startup-data-util. 2015-08-14 12:11:46 +00:00
startup-data-util.h Rework startup-data-util. 2015-08-14 12:11:46 +00:00
string-builder.cc Canonicalize handles for optimized compilation. 2015-10-26 15:33:20 +00:00
string-builder.h Canonicalize handles for optimized compilation. 2015-10-26 15:33:20 +00:00
string-search.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
string-stream.cc Adding template parameter to PrototypeIterator GetCurrent 2015-09-10 10:56:18 +00:00
string-stream.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
strtod.cc Remove grab-bag includes of v8.h from several files. 2015-08-14 09:41:52 +00:00
strtod.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
transitions-inl.h Pretenure prototype transitions array. 2015-12-11 11:25:26 +00:00
transitions.cc Pretenure prototype transitions array. 2015-12-11 11:25:26 +00:00
transitions.h Pretenure prototype transitions array. 2015-12-11 11:25:26 +00:00
type-cache.cc [types] Use the TypeCache consistently for common types. 2015-10-28 13:31:22 +00:00
type-cache.h Make typing-asm match spec more closely around load/store, add more tests. 2015-11-30 21:11:47 +00:00
type-feedback-vector-inl.h Type Feedback Vector: Calculate profiler counts on the fly. 2015-12-09 08:33:21 +00:00
type-feedback-vector.cc Bugfix: type feedback vector should allocate *before* changing internal state. 2015-12-10 17:40:11 +00:00
type-feedback-vector.h Type Feedback Vector: Calculate profiler counts on the fly. 2015-12-09 08:33:21 +00:00
type-info.cc Revert of Provide call counts for constructor calls, surface them as a vector IC. (patchset #4 id:60001 of https://codereview.chromium.org/1476413003/ ) 2015-12-04 07:34:31 +00:00
type-info.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
types-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
types.cc [runtime] [proxy] removing JSFunctionProxy and related code. 2015-12-04 13:49:24 +00:00
types.h [turbofan] Avoid unnecessary write barriers and improve code generation. 2015-11-10 11:05:59 +00:00
typing-asm.cc Retain information on which standard objects are used in asm typer. 2015-12-09 04:28:34 +00:00
typing-asm.h Retain information on which standard objects are used in asm typer. 2015-12-09 04:28:34 +00:00
typing-reset.cc Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
typing-reset.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
unicode-cache-inl.h Separate UnicodeCache out into an own file. 2015-08-20 11:47:09 +00:00
unicode-cache.h Separate UnicodeCache out into an own file. 2015-08-20 11:47:09 +00:00
unicode-decoder.cc unicode-decoder: fix out-of-band write in utf16 2015-07-06 11:00:12 +00:00
unicode-decoder.h unicode-decoder: fix out-of-band write in utf16 2015-07-06 11:00:12 +00:00
unicode-inl.h
unicode.cc [presubmit] Fix build/include linter violations. 2015-09-03 07:56:14 +00:00
unicode.h
utils.cc Initialize fast memmove methods in the Isolate's ctor 2015-11-26 14:40:12 +00:00
utils.h [turbofan] Add binary operation hints for javascript operators. 2015-12-01 09:03:32 +00:00
v8.cc Initialize fast memmove methods in the Isolate's ctor 2015-11-26 14:40:12 +00:00
v8.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
v8dll-main.cc
v8memory.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
v8threads.cc Make isolate.h usable without objects-inl.h header. 2015-09-01 09:25:27 +00:00
v8threads.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
vector.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
version.cc Remove grab-bag includes of v8.h from everywhere. 2015-08-20 07:44:15 +00:00
version.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
vm-state-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
vm-state.h Fix external callback logging in profiler. 2015-10-28 13:42:40 +00:00
zone-allocator.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
zone-containers.h Allocators for map<K, V> need to allocate pair<const K, V>. 2015-11-27 08:39:22 +00:00
zone.cc
zone.h