mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
In a tweak commit of #12286 I accidentally eliminated the else branch ... running the slow & the fast path providing a worst of both worlds path
This commit is contained in:
parent
c555b31d40
commit
58bb63f355
1 changed files with 1 additions and 0 deletions
|
@ -858,6 +858,7 @@
|
|||
const typedValue = valueConverter(value, opts);
|
||||
result[typedKey] = typedValue;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
// Slow path if Proxy (e.g: in WPT tests)
|
||||
const keys = ReflectOwnKeys(V);
|
||||
|
|
Loading…
Reference in a new issue