diff options
Diffstat (limited to 'deps/v8/src/compiler/change-lowering.h')
-rw-r--r-- | deps/v8/src/compiler/change-lowering.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/compiler/change-lowering.h b/deps/v8/src/compiler/change-lowering.h index defadd95fd..7e5078bf84 100644 --- a/deps/v8/src/compiler/change-lowering.h +++ b/deps/v8/src/compiler/change-lowering.h @@ -58,11 +58,13 @@ class ChangeLowering final : public Reducer { Node* IsSmi(Node* value); Node* LoadHeapObjectMap(Node* object, Node* control); + Node* LoadMapBitField(Node* map); Node* LoadMapInstanceType(Node* map); Reduction ObjectIsNumber(Node* node); Reduction ObjectIsReceiver(Node* node); Reduction ObjectIsSmi(Node* node); + Reduction ObjectIsUndetectable(Node* node); Node* ComputeIndex(const ElementAccess& access, Node* const key); Graph* graph() const; |