| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 92086d4b304d1e477937e4712ce7bc69d40ca24d..ee3f2ebcf010a790892404b91a65d86256d26ddb 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -302,6 +302,11 @@ class Factory {
|
| Handle<HeapNumber> NewHeapNumber(double value,
|
| PretenureFlag pretenure = NOT_TENURED);
|
|
|
| + Handle<Float32x4> NewFloat32x4(float32x4_value_t value,
|
| + PretenureFlag pretenure = NOT_TENURED);
|
| +
|
| + Handle<Int32x4> NewInt32x4(int32x4_value_t value,
|
| + PretenureFlag pretenure = NOT_TENURED);
|
|
|
| // These objects are used by the api to create env-independent data
|
| // structures in the heap.
|
|
|