aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/factory.h')
-rw-r--r--deps/v8/src/factory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/factory.h b/deps/v8/src/factory.h
index ddf71dec7a..0596fbf00c 100644
--- a/deps/v8/src/factory.h
+++ b/deps/v8/src/factory.h
@@ -286,6 +286,8 @@ class Factory : public AllStatic {
Handle<Object> value,
PropertyAttributes attributes);
+ static Handle<String> NumberToString(Handle<Object> number);
+
enum ApiInstanceType {
JavaScriptObject,
InnerGlobalObject,