| Index: src/compiler/js-native-context-specialization.h
|
| diff --git a/src/compiler/js-native-context-specialization.h b/src/compiler/js-native-context-specialization.h
|
| index 24a9ef6f19a1c02b46227d0b84bd07bdf681b51f..9345a654e6398e9e00cf49a75b28ee5602086b21 100644
|
| --- a/src/compiler/js-native-context-specialization.h
|
| +++ b/src/compiler/js-native-context-specialization.h
|
| @@ -148,6 +148,7 @@ class JSNativeContextSpecialization final : public AdvancedReducer {
|
| // program location.
|
| MaybeHandle<Map> InferReceiverRootMap(Node* receiver);
|
|
|
| + bool CanInlineApiCall(PropertyAccessInfo const& access_info);
|
| ValueEffectControl InlineApiCall(
|
| Node* receiver, Node* context, Node* target, Node* frame_state,
|
| Node* parameter, Node* effect, Node* control,
|
|
|