From 7a77daf24344db7942e34c962b0f1ee729ab7af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Tue, 14 Feb 2017 11:27:26 +0100 Subject: deps: update V8 to 5.6.326.55 PR-URL: https://github.com/nodejs/node/pull/10992 Reviewed-By: Ben Noordhuis --- deps/v8/src/field-index.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'deps/v8/src/field-index.h') diff --git a/deps/v8/src/field-index.h b/deps/v8/src/field-index.h index 404c0f613f..37b2f3c59d 100644 --- a/deps/v8/src/field-index.h +++ b/deps/v8/src/field-index.h @@ -27,12 +27,9 @@ class FieldIndex final { static FieldIndex ForInObjectOffset(int offset, Map* map = NULL); static FieldIndex ForDescriptor(Map* map, int descriptor_index); static FieldIndex ForLoadByFieldIndex(Map* map, int index); - static FieldIndex ForLoadByFieldOffset(Map* map, int index); - static FieldIndex ForKeyedLookupCacheIndex(Map* map, int index); static FieldIndex FromFieldAccessStubKey(int key); int GetLoadByFieldIndex() const; - int GetLoadByFieldOffset() const; bool is_inobject() const { return IsInObjectBits::decode(bit_field_); @@ -69,8 +66,6 @@ class FieldIndex final { return result; } - int GetKeyedLookupCacheIndex() const; - int GetFieldAccessStubKey() const { return bit_field_ & (IsInObjectBits::kMask | IsDoubleBits::kMask | IndexBits::kMask); -- cgit v1.2.1