| Index: src/interface-descriptors.h
|
| diff --git a/src/interface-descriptors.h b/src/interface-descriptors.h
|
| index 3dd59e368097fed46fa51764fe136417d72fa423..aed55730b4fa287a39f1ba317190c60f91848fa1 100644
|
| --- a/src/interface-descriptors.h
|
| +++ b/src/interface-descriptors.h
|
| @@ -615,6 +615,7 @@ SIMD128_TYPES(SIMD128_ALLOC_DESC)
|
|
|
| class BuiltinDescriptor : public CallInterfaceDescriptor {
|
| public:
|
| + // TODO(ishell): Where is kFunction??
|
| DEFINE_PARAMETERS(kNewTarget, kArgumentsCount)
|
| DECLARE_DESCRIPTOR_WITH_CUSTOM_FUNCTION_TYPE(BuiltinDescriptor,
|
| CallInterfaceDescriptor)
|
|
|