Home | History | Annotate | Download | only in ic

Lines Matching refs:script_context

2601     TNode<Context> script_context = LoadScriptContext(context, context_index);
2602 TNode<Object> result = LoadContextElement(script_context, slot_index);
2956 TNode<Context> script_context =
2958 StoreContextElement(script_context, slot_index, pp->value);