summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/interpreter/bytecode_expectations/WithStatement.golden
blob: 350a0a5d7f57d684e17e4be6a0968d13951e1877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#
# Autogenerated by generate-bytecode-expectations.
#

---
pool type: mixed
execute: yes
wrap: yes

---
snippet: "
  with ({x:42}) { return x; }
"
frame size: 4
parameter count: 1
bytecode array length: 26
bytecodes: [
  B(StackCheck),
  B(CreateObjectLiteral), U8(0), U8(0), U8(5),
  B(Star), R(1),
  B(ToObject),
  B(Star), R(2),
  B(Ldar), R(closure),
  B(Star), R(3),
  B(CallRuntime), U16(Runtime::kPushWithContext), R(2), U8(2),
  B(PushContext), R(0),
  B(LdaLookupSlot), U8(1),
  B(PopContext), R(0),
  B(Return),
]
constant pool: [
  InstanceType::FIXED_ARRAY_TYPE,
  InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
]
handlers: [
]