mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-09 08:33:28 +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.
12 lines
620 B
Plaintext
12 lines
620 B
Plaintext
JS bytecode executable ""
|
|
[ 0] 0: GetLexicalEnvironment dst:reg4
|
|
[ 8] CreateLexicalEnvironment dst:reg5, parent:reg4, capacity:0
|
|
[ 18] CreateVariable identifier:Oops, is_immutable:true, is_global:false, is_strict:false
|
|
[ 28] NewFunction dst:reg6, shared_function_data_index:0
|
|
[ 40] InitializeLexicalBinding identifier:Oops, src:reg6
|
|
[ 58] SetLexicalEnvironment environment:reg4
|
|
[ 60] SetGlobal identifier:Oops, src:reg6
|
|
[ 78] GetGlobal dst:reg5, identifier:Oops
|
|
[ 90] GetById dst:reg7, base:reg5, property:x, base_identifier:Oops
|
|
[ b0] End value:reg7
|