| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index 81f0c7c2db9c08b10c4dc2d2c68cf65a3cd66382..9089ea989a281867c42d17f076cc3dc1c7767d29 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -76,6 +76,8 @@ class Builtins {
|
| return reinterpret_cast<Address>(&builtins_[name]);
|
| }
|
|
|
| + static int GetBuiltinParameterCount(Isolate* isolate, Name name);
|
| +
|
| static Callable CallableFor(Isolate* isolate, Name name);
|
|
|
| static const char* name(int index);
|
|
|