| 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 8beded5ca5a90e1f93cb508584c5b556e8f0020d..c6192f1a8bd7a3317a6bde8d1c3ec5ea60d31a50 100644
|
| --- a/src/compiler/js-native-context-specialization.h
|
| +++ b/src/compiler/js-native-context-specialization.h
|
| @@ -145,6 +145,12 @@ class JSNativeContextSpecialization final : public AdvancedReducer {
|
| // program location.
|
| MaybeHandle<Map> InferReceiverRootMap(Node* receiver);
|
|
|
| + ValueEffectControl InlineApiCall(
|
| + Node* receiver, Node* context, Node* target, Node* frame_state,
|
| + ZoneVector<Node*>* stack_parameters, Node* effect, Node* control,
|
| + Handle<SharedFunctionInfo> shared_info,
|
| + Handle<FunctionTemplateInfo> function_template_info);
|
| +
|
| Graph* graph() const;
|
| JSGraph* jsgraph() const { return jsgraph_; }
|
| Isolate* isolate() const;
|
|
|