| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 5bde9c1a9f4e302b6530d5beb39b93fabf519959..ba4d5daf9a1a2115c51889f9abf8f318c10e03a6 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -1790,6 +1790,9 @@ class Heap {
|
|
|
| MUST_USE_RESULT AllocationResult CopyCode(Code* code);
|
|
|
| + MUST_USE_RESULT AllocationResult
|
| + CopyBytecodeArray(BytecodeArray* bytecode_array);
|
| +
|
| // Allocates a fixed array initialized with undefined values
|
| MUST_USE_RESULT AllocationResult
|
| AllocateFixedArray(int length, PretenureFlag pretenure = NOT_TENURED);
|
|
|