mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-28 10:36:51 +00:00
Just a sanity check, this must never happen. Manual invocations of call() e.g. in LibWeb bindings must pass js_undefined() if no specific this value is desired, which OrdinaryCallBindThis will then use as-is or turn into the global this value in non-strict mode.