| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 6813deebb20461304637671d4df395472006618c..67ff1b286eaec7f7ff068694327d05b4b0b73377 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -7013,6 +7013,7 @@ class Script: public Struct {
|
| V(Array.prototype, pop, ArrayPop) \
|
| V(Array.prototype, shift, ArrayShift) \
|
| V(Function.prototype, apply, FunctionApply) \
|
| + V(Function.prototype, call, FunctionCall) \
|
| V(String.prototype, charCodeAt, StringCharCodeAt) \
|
| V(String.prototype, charAt, StringCharAt) \
|
| V(String, fromCharCode, StringFromCharCode) \
|
|
|