| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index a63efff136a52781ef00bcc651e46e6f842cce76..9fcbd90462fd17daf6f3b6eee78b3e60a3906851 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -3132,6 +3132,7 @@ class FrameArray : public FixedArray {
|
| static const int kIsAsmJsWasmFrame = 1 << 1;
|
| static const int kIsStrict = 1 << 2;
|
| static const int kForceConstructor = 1 << 3;
|
| + static const int kAsmJsAtNumberConversion = 1 << 4;
|
|
|
| static Handle<FrameArray> AppendJSFrame(Handle<FrameArray> in,
|
| Handle<Object> receiver,
|
|
|