Browse Source

Support JsValue.ToObject on Arguments

Eric Amodio 9 years ago
parent
commit
a21f7f9097
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Jint/Native/JsValue.cs

+ 1 - 0
Jint/Native/JsValue.cs

@@ -492,6 +492,7 @@ namespace Jint.Native
 
                             break;
 
+                        case "Arguments":
                         case "Object":
 #if __IOS__
                                 IDictionary<string, object> o = new Dictionary<string, object>();