Commit b1c5136
committed
Fix URLSearchParams.forEach() crash and spec compliance
- Use v8::Undefined(isolate) instead of empty v8::Local<v8::Value>()
- Changed argument order from (key, value) to (value, key, searchParams)
- Use get_entries() iterator instead of get_keys() + get() for duplicate keys
- Support the optional thisArg second parameter1 parent b14392e commit b1c5136
File tree
2 files changed
+396
-341
lines changed- NativeScript/runtime
- TestRunner/app/tests
2 files changed
+396
-341
lines changed
0 commit comments