| Index: src/code-stub-assembler.h
|
| diff --git a/src/code-stub-assembler.h b/src/code-stub-assembler.h
|
| index 4a842613ab8b35ef90c6f698dce4ff0cc6b4783c..4d45576b663fd76d6c1755bb3dfed9f2b9df2af4 100644
|
| --- a/src/code-stub-assembler.h
|
| +++ b/src/code-stub-assembler.h
|
| @@ -1140,6 +1140,10 @@ class V8_EXPORT_PRIVATE CodeStubAssembler : public compiler::CodeAssembler {
|
| // Update the type feedback vector.
|
| void UpdateFeedback(Node* feedback, Node* feedback_vector, Node* slot_id);
|
|
|
| + // Check if a property name might require protector invalidation when it is
|
| + // used for a property store or deletion.
|
| + void CheckForAssociatedProtector(Node* name, Label* if_protector);
|
| +
|
| Node* LoadReceiverMap(Node* receiver);
|
|
|
| // Emits keyed sloppy arguments load. Returns either the loaded value.
|
|
|