Home | History | Annotate | Download | only in compiler

Lines Matching refs:extension

853     Node* extension = jsgraph()->TheHoleConstant();
871 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension);
899 Node* extension = aa.Finish();
901 AllocationBuilder a(jsgraph(), extension, control);
906 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension);
931 Node* extension = aa.Finish();
933 AllocationBuilder a(jsgraph(), extension, control);
939 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension);
961 Node* extension = jsgraph()->Constant(scope_info);
968 a.Store(AccessBuilder::ForContextSlot(Context::EXTENSION_INDEX), extension);