Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 16fc7389f7bc4e9159e1d2bd9ce6fd7191fa9ec0..172f473a11fec0d337081193530da29649cbe508 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -684,6 +684,9 @@ class Factory final { |
// Converts the given boolean condition to JavaScript boolean value. |
Handle<Object> ToBoolean(bool value); |
+ // Converts the given ToPrimitive hint to it's string representation. |
+ Handle<String> ToPrimitiveHintString(ToPrimitiveHint hint); |
+ |
private: |
Isolate* isolate() { return reinterpret_cast<Isolate*>(this); } |