| Index: src/code-stub-assembler.h
|
| diff --git a/src/code-stub-assembler.h b/src/code-stub-assembler.h
|
| index 77066b2bd0a46bb2a1d147c5135e5f13b82d521e..c85c6df5c62fc3f4b58411e160d969e10730e594 100644
|
| --- a/src/code-stub-assembler.h
|
| +++ b/src/code-stub-assembler.h
|
| @@ -656,6 +656,7 @@ class V8_EXPORT_PRIVATE CodeStubAssembler : public compiler::CodeAssembler {
|
| // Type checks.
|
| // Check whether the map is for an object with special properties, such as a
|
| // JSProxy or an object with interceptors.
|
| + Node* InstanceTypeEqual(Node* instance_type, int type);
|
| Node* IsSpecialReceiverMap(Node* map);
|
| Node* IsSpecialReceiverInstanceType(Node* instance_type);
|
| Node* IsStringInstanceType(Node* instance_type);
|
|
|