Patched some very obscure bugs

This commit is contained in:
2023-02-12 16:54:44 +00:00
parent 8653a2663f
commit 9725f3c6a3
9 changed files with 112 additions and 13 deletions

View File

@@ -1448,11 +1448,8 @@ int Toy_hookCompound(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_L
{"_getKeys", nativeGetKeys}, //dictionary
{"_getValues", nativeGetValues}, //dictionary
{"_indexOf", nativeIndexOf}, //array
// {"_insert", native}, //array, dictionary, string
{"_map", nativeMap}, //array, dictionary
{"_reduce", nativeReduce}, //array, dictionary
// {"_remove", native}, //array, dictionary
// {"_replace", native}, //string
{"_some", nativeSome}, //array, dictionary
// {"_sort", native}, //array
{"_toLower", nativeToLower}, //string