mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-09 16:42:19 +02:00
These tests pass when running them normally, but they produce a diff when rebaselining. We should probably find out where this is coming from, but for now just rebaseline all affected tests to make bytecode diffs of upcoming commits clean.
14 lines
521 B
Plaintext
14 lines
521 B
Plaintext
JS bytecode executable ""
|
|
[ 0] 0: GetLexicalEnvironment dst:reg4
|
|
[ 8] GetGlobal dst:reg6, identifier:f
|
|
[ 20] Call dst:reg5, callee:reg6, this_value:Undefined, f, arguments:[Int32(1)]
|
|
[ 48] End value:reg5
|
|
|
|
JS bytecode executable "f"
|
|
[ 0] 0: GetLexicalEnvironment dst:reg4
|
|
[ 8] JumpUndefined condition:arg0, true_target:@18, false_target:@40
|
|
[ 18] 1: Mov dst:arg0, src:<Empty>
|
|
[ 28] ThrowIfTDZ src:arg0
|
|
[ 30] Mov dst:arg0, src:arg0
|
|
[ 40] 2: End value:Undefined
|