| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index 2013f5053b5649bd8813dd3c25a2f755a8bac7d7..754b2dc3d8e18cf94d457912b4902b10ef38cdbe 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -262,11 +262,6 @@ class AstGraphBuilder : public AstVisitor<AstGraphBuilder> {
|
| // Named and keyed loads require a VectorSlotPair for successful lowering.
|
| VectorSlotPair CreateVectorSlotPair(FeedbackVectorSlot slot) const;
|
|
|
| - // Determine which contexts need to be checked for extension objects that
|
| - // might shadow the optimistic declaration of dynamic lookup variables.
|
| - uint32_t ComputeBitsetForDynamicGlobal(Variable* variable);
|
| - uint32_t ComputeBitsetForDynamicContext(Variable* variable);
|
| -
|
| // Computes the frequency for JSCallFunction and JSCallConstruct nodes.
|
| float ComputeCallFrequency(FeedbackVectorSlot slot) const;
|
|
|
|
|