ladybird/Tests/LibJS/Bytecode/expected/named-function-expression.txt

16 lines
580 B
Text
Raw Normal View History

$46e6a760 named-function-expression.js:4:6
Registers: 8
Blocks: 1
block0:
[ 0] GetLexicalEnvironment dst:reg4
[ 8] CreateLexicalEnvironment dst:reg5, parent:reg4, capacity:0
[ 18] CreateVariable `Oops`, is_immutable:true, is_global:false, is_strict:false
[ 28] NewFunction dst:reg6, shared_function_data_index:0
[ 40] InitializeLexicalBinding `Oops`, src:reg6
[ 58] SetLexicalEnvironment environment:reg4
[ 60] SetGlobal `Oops`, src:reg6
[ 78] GetGlobal dst:reg5, `Oops`
[ 90] GetById dst:reg7, base:reg5, `x` (Oops.x)
[ b0] End value:reg7