Home | History | Annotate | Download | only in interpreter

Lines Matching full:context_index

2255 // CallJSRuntime <context_index> <receiver> <arg_count>
2257 // Call the JS runtime function that has the |context_index| with the receiver
2260 Node* context_index = __ BytecodeOperandIdx(0);
2270 Node* function = __ LoadContextElement(native_context, context_index);