| Index: src/compiler/code-assembler.h
|
| diff --git a/src/compiler/code-assembler.h b/src/compiler/code-assembler.h
|
| index b3369004a2ce499a7f10fddceb608c0cffe46296..86d690f95585d22dc83a91b5217908e56fbcb842 100644
|
| --- a/src/compiler/code-assembler.h
|
| +++ b/src/compiler/code-assembler.h
|
| @@ -270,6 +270,9 @@ class V8_EXPORT_PRIVATE CodeAssembler {
|
| // Load a value from the root array.
|
| Node* LoadRoot(Heap::RootListIndex root_index);
|
|
|
| + // Load first native_context in Heap::native_contexts_list()
|
| + Node* LoadFirstNativeContext();
|
| +
|
| // Store value to raw memory location.
|
| Node* Store(MachineRepresentation rep, Node* base, Node* value);
|
| Node* Store(MachineRepresentation rep, Node* base, Node* index, Node* value);
|
|
|