Lines Matching refs:idx
2079 int idx = Context::MIN_CONTEXT_SLOTS + i;
2080 SetClosureReference(js_obj, entry, local_name, context->get(idx));
2086 int idx = Context::MIN_CONTEXT_SLOTS + context_locals;
2089 ASSERT(idx == scope_info->FunctionContextSlotIndex(name, &mode));
2091 SetClosureReference(js_obj, entry, name, context->get(idx));