Index: src/factory.h |
=================================================================== |
--- src/factory.h (revision 1464) |
+++ src/factory.h (working copy) |
@@ -170,6 +170,7 @@ |
PretenureFlag pretenure = NOT_TENURED); |
static Handle<Object> NewNumberFromInt(int value); |
+ static Handle<Object> NewNumberFromUint(uint32_t value); |
// These objects are used by the api to create env-independent data |
// structures in the heap. |