| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 75e3ab9fb7c2a07c1afbb16dd1690891602a4c21..bb25651c50fe113dbccfc0dd7cded8cdc1988949 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -361,6 +361,8 @@ class Factory final {
|
| Handle<HeapNumber> NewHeapNumber(double value,
|
| MutableMode mode = IMMUTABLE,
|
| PretenureFlag pretenure = NOT_TENURED);
|
| + Handle<Float32x4> NewFloat32x4(float w, float x, float y, float z,
|
| + PretenureFlag pretenure = NOT_TENURED);
|
|
|
| // These objects are used by the api to create env-independent data
|
| // structures in the heap.
|
|
|