From c459d8ea5d402c702948c860d9497b2230ff7e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Tue, 21 Mar 2017 10:16:54 +0100 Subject: deps: update V8 to 5.7.492.69 PR-URL: https://github.com/nodejs/node/pull/11752 Reviewed-By: Ben Noordhuis Reviewed-By: Franziska Hinkelmann --- deps/v8/test/unittests/compiler/node-test-utils.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'deps/v8/test/unittests/compiler/node-test-utils.h') diff --git a/deps/v8/test/unittests/compiler/node-test-utils.h b/deps/v8/test/unittests/compiler/node-test-utils.h index fa5ae02dea..11e2704a74 100644 --- a/deps/v8/test/unittests/compiler/node-test-utils.h +++ b/deps/v8/test/unittests/compiler/node-test-utils.h @@ -205,8 +205,7 @@ Matcher IsTailCall( Matcher IsBooleanNot(const Matcher& value_matcher); -Matcher IsReferenceEqual(const Matcher& type_matcher, - const Matcher& lhs_matcher, +Matcher IsReferenceEqual(const Matcher& lhs_matcher, const Matcher& rhs_matcher); Matcher IsNumberEqual(const Matcher& lhs_matcher, const Matcher& rhs_matcher); @@ -311,6 +310,7 @@ Matcher IsStoreElement(const Matcher& access_matcher, const Matcher& control_matcher); Matcher IsObjectIsReceiver(const Matcher& value_matcher); Matcher IsObjectIsSmi(const Matcher& value_matcher); +Matcher IsObjectIsUndetectable(const Matcher& value_matcher); Matcher IsLoad(const Matcher& rep_matcher, const Matcher& base_matcher, @@ -333,7 +333,7 @@ Matcher IsUnalignedStore( const Matcher& base_matcher, const Matcher& index_matcher, const Matcher& value_matcher, const Matcher& effect_matcher, const Matcher& control_matcher); -Matcher IsStackSlot(const Matcher& rep_matcher); +Matcher IsStackSlot(const Matcher& size_matcher); Matcher IsWord32And(const Matcher& lhs_matcher, const Matcher& rhs_matcher); Matcher IsWord32Or(const Matcher& lhs_matcher, @@ -385,6 +385,8 @@ Matcher IsInt64Add(const Matcher& lhs_matcher, const Matcher& rhs_matcher); Matcher IsInt64Sub(const Matcher& lhs_matcher, const Matcher& rhs_matcher); +Matcher IsInt64Mul(const Matcher& lhs_matcher, + const Matcher& rhs_matcher); Matcher IsJSAdd(const Matcher& lhs_matcher, const Matcher& rhs_matcher); Matcher IsBitcastTaggedToWord(const Matcher& input_matcher); -- cgit v1.2.1