v8/src/runtime
Igor Sheludko fdd8d15155 [runtime] Remove unnecessary casts of species constructor.
... which caused assertion failures in --enable-slow-asserts mode.
The surrounding code treated the constructor value properly so regression
test is not necessary.

Bug: chromium:726622
Change-Id: Icd43d9117a1125bec8feca8eca5708993de2c3ef
Reviewed-on: https://chromium-review.googlesource.com/516626
Reviewed-by: Daniel Vogelheim <vogelheim@chromium.org>
Commit-Queue: Igor Sheludko <ishell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#45543}
2017-05-26 15:21:32 +00:00
..
runtime-array.cc [csa] add FastArrayShift builtin 2017-05-17 15:21:08 +00:00
runtime-atomics.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
runtime-classes.cc [turbofan] [builtins] Unify construct builtins for JS functions and classes and add inlining and deoptimizer support 2017-05-10 13:17:13 +00:00
runtime-collections.cc [js] Avoid %_ClassOf for collection builtins. 2017-05-05 10:22:17 +00:00
runtime-compiler.cc [asm.js] Ensure lookups of imports are non-observable. 2017-05-23 10:42:43 +00:00
runtime-date.cc [builtins] Refactor the remaining Date builtins. 2016-01-12 10:48:26 +00:00
runtime-debug.cc Make non-Module generators only context allocate parameters. 2017-05-24 13:54:57 +00:00
runtime-error.cc [runtime] Use DCHECK_EQ instead of DCHECK for number of args. 2017-01-05 08:22:15 +00:00
runtime-forin.cc [runtime] Immediately set the array-index hash in Uint32ToString and convert to string in ForInPrepare 2017-03-24 14:05:29 +00:00
runtime-function.cc [Heap] Remove code flushing. 2017-05-22 09:34:43 +00:00
runtime-futex.cc Reland moving Atomics builtins to C++ 2017-03-13 20:59:15 +00:00
runtime-generator.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
runtime-internal.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
runtime-interpreter.cc [Interpreter] Add StringConcat bytecode. 2017-05-22 11:44:27 +00:00
runtime-intl.cc Prep for ICU 59 update (again) 2017-05-10 01:21:42 +00:00
runtime-literals.cc [runtime] Replace MaybeHandle result by Handle on boilerplate creation code. 2017-05-26 13:53:18 +00:00
runtime-liveedit.cc [gn] Enable stricter build flags 2017-03-17 15:18:18 +00:00
runtime-maths.cc Enable deterministic random number generation 2017-03-23 18:14:38 +00:00
runtime-module.cc [ESNext] Implement DynamicImportCall 2017-04-11 09:33:11 +00:00
runtime-numbers.cc Remove unused GetRootNaN 2017-03-02 09:08:12 +00:00
runtime-object.cc [heap] Fix verification of unsafe object layout changes. 2017-05-18 19:24:22 +00:00
runtime-operators.cc Reduce boilerplace for common pattern to return MaybeHandle. 2016-05-24 11:46:31 +00:00
runtime-promise.cc [iwyu] Remove unallowed include arguments.h -> objects-inl.h 2017-02-13 10:06:48 +00:00
runtime-proxy.cc [runtime] Use DCHECK_EQ instead of DCHECK for number of args. 2017-01-05 08:22:15 +00:00
runtime-regexp.cc [runtime] Remove unnecessary casts of species constructor. 2017-05-26 15:21:32 +00:00
runtime-scopes.cc [FeedbackVector] Clarify the way the feedback vector is installed. 2017-02-08 11:51:06 +00:00
runtime-strings.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
runtime-symbol.cc Revert of [es2015] Precompute the descriptive string for symbols. (patchset #3 id:40001 of https://codereview.chromium.org/2900703002/ ) 2017-05-23 11:58:15 +00:00
runtime-test.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
runtime-typedarray.cc [builtins] Enable %TypedArray%.prototype.{some,every,reduce,reduceRight,map} CSA builtins by default 2017-05-19 12:17:37 +00:00
runtime-utils.h Optimize case conversion with icu_case_mapping 2016-12-19 18:43:55 +00:00
runtime-wasm.cc [inspector] store v8:StackTrace as FixedArray 2017-04-14 16:49:08 +00:00
runtime.cc include fixing: api.h shouldn't include objects-inl.h 2017-01-09 13:43:28 +00:00
runtime.h [Interpreter] Add StringConcat bytecode. 2017-05-22 11:44:27 +00:00