| Index: src/builtins.h
|
| diff --git a/src/builtins.h b/src/builtins.h
|
| index 315c277cbcbab95f678e4b1671ce73e33ecd1297..45977859fa947e191705123c6b88efbfb902819c 100644
|
| --- a/src/builtins.h
|
| +++ b/src/builtins.h
|
| @@ -66,6 +66,9 @@ inline bool operator&(BuiltinExtraArguments lhs, BuiltinExtraArguments rhs) {
|
| \
|
| V(DateToPrimitive, kNone) \
|
| \
|
| + V(ProxyConstructor, kNone) \
|
| + V(ProxyConstructor_ConstructStub, kTarget) \
|
| + \
|
| V(ReflectDefineProperty, kNone) \
|
| V(ReflectDeleteProperty, kNone) \
|
| V(ReflectGet, kNone) \
|
|
|