[PATCH v5 1/5] jscript: Pass a jsval "this" to builtin functions.

Jinoh Kang jinoh.kang.kr at gmail.com
Tue Dec 14 07:04:10 CST 2021


On 12/14/21 21:58, Gabriel Ivăncescu wrote:
> On 14/12/2021 12:38, Jinoh Kang wrote:
>> Overall, I think there needs to be additional compatibility shim when strict mode is not enabled.
>>
>> Specifically, if strict mode is disabled for the current execution frame,
>> it should translate "null" and "undefined" receiver values to the global object of the current realm.
>>
>> The translation should only need to be done in the call dispatching side though, no need to copy this special case behaviour to every possible callee site.
>>
> 
> Yep, but this is already done in patch 4/5 though.

Oops, thanks!

-- 
Sincerely,
Jinoh Kang



More information about the wine-devel mailing list