Files
Kmake/deps/v8/test/unittests/interpreter/bytecode_expectations/DeclareGlobals.golden
2026-05-26 23:36:42 -07:00

109 lines
2.2 KiB
Plaintext

#
# Autogenerated by generate-bytecode-expectations.
#
---
wrap: no
top level: yes
---
snippet: "
var a = 1;
"
frame size: 3
parameter count: 1
bytecode array length: 18
bytecodes: [
B(LdaConstant), U8(0),
B(Star1),
B(Mov), R(closure), R(2),
/* 0 E> */ B(CallRuntime), U16(Runtime::kDeclareGlobals), R(1), U8(2),
/* 8 S> */ B(LdaSmi), I8(1),
/* 8 E> */ B(StaGlobal), U8(1), U8(0),
B(LdaUndefined),
/* 11 S> */ B(Return),
]
constant pool: [
FIXED_ARRAY_TYPE,
INTERNALIZED_ONE_BYTE_STRING_TYPE ["a"],
]
handlers: [
]
---
snippet: "
function f() {}
"
frame size: 2
parameter count: 1
bytecode array length: 13
bytecodes: [
B(LdaConstant), U8(0),
B(Star0),
B(Mov), R(closure), R(1),
/* 0 E> */ B(CallRuntime), U16(Runtime::kDeclareGlobals), R(0), U8(2),
B(LdaUndefined),
/* 16 S> */ B(Return),
]
constant pool: [
FIXED_ARRAY_TYPE,
]
handlers: [
]
---
snippet: "
var a = 1;
a=2;
"
frame size: 3
parameter count: 1
bytecode array length: 28
bytecodes: [
B(LdaConstant), U8(0),
B(Star1),
B(Mov), R(closure), R(2),
/* 0 E> */ B(CallRuntime), U16(Runtime::kDeclareGlobals), R(1), U8(2),
/* 8 S> */ B(LdaSmi), I8(1),
/* 8 E> */ B(StaGlobal), U8(1), U8(0),
/* 11 S> */ B(LdaSmi), I8(2),
B(Star1),
/* 12 E> */ B(StaGlobal), U8(1), U8(0),
B(Mov), R(1), R(0),
B(Ldar), R(0),
/* 16 S> */ B(Return),
]
constant pool: [
FIXED_ARRAY_TYPE,
INTERNALIZED_ONE_BYTE_STRING_TYPE ["a"],
]
handlers: [
]
---
snippet: "
function f() {}
f();
"
frame size: 3
parameter count: 1
bytecode array length: 20
bytecodes: [
B(LdaConstant), U8(0),
B(Star1),
B(Mov), R(closure), R(2),
/* 0 E> */ B(CallRuntime), U16(Runtime::kDeclareGlobals), R(1), U8(2),
/* 16 S> */ B(LdaGlobal), U8(1), U8(0),
B(Star1),
/* 16 E> */ B(CallUndefinedReceiver0), R(1), U8(2),
B(Star0),
/* 21 S> */ B(Return),
]
constant pool: [
FIXED_ARRAY_TYPE,
INTERNALIZED_ONE_BYTE_STRING_TYPE ["f"],
]
handlers: [
]