diff options
Diffstat (limited to 'Libraries/LibJS/Value.h')
-rw-r--r-- | Libraries/LibJS/Value.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibJS/Value.h b/Libraries/LibJS/Value.h index 95db26df83..d98522ced3 100644 --- a/Libraries/LibJS/Value.h +++ b/Libraries/LibJS/Value.h @@ -133,6 +133,7 @@ public: String to_string() const; bool to_boolean() const; + i32 to_i32() const; Value to_object(Heap&) const; |