| Index: src/compiler/node-properties.h
|
| diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h
|
| index 94bd731ba7b61a2ecaa8932c5382567eea1afaca..2c3468f1d4f88874f1b6eb5a305e2338436f787f 100644
|
| --- a/src/compiler/node-properties.h
|
| +++ b/src/compiler/node-properties.h
|
| @@ -40,8 +40,10 @@ class NodeProperties {
|
| static inline void ReplaceWithValue(Node* node, Node* value,
|
| Node* effect = NULL);
|
|
|
| + static inline bool IsTyped(Node* node);
|
| static inline Bounds GetBounds(Node* node);
|
| static inline void SetBounds(Node* node, Bounds bounds);
|
| + static inline bool AllValueInputsAreTyped(Node* node);
|
|
|
| static inline int FirstValueIndex(Node* node);
|
| static inline int FirstContextIndex(Node* node);
|
|
|