Lines Matching refs:Key
174 util::StringView name = util::Helpers::LiteralToPropName(pg->Allocator(), prop->Key());
301 pg->ToPropertyKey(prop->Key(), false);
345 pg->StoreLexicalVar(instanceInitializer_, 0, GetSlot(instanceInitializer_->Key()));
360 prop->Key()->Compile(pg);
361 pg->ToComputedPropertyKey(prop->Key());
362 pg->StoreLexicalVar(prop->Key(), 0, GetSlot(prop->Key()));
369 methodDef->Key()->Compile(pg);
370 pg->ToComputedPropertyKey(methodDef->Key());
371 pg->StoreAccumulator(methodDef->Key(), keyReg);
501 scope_->AddClassVariable(prop->Key());
518 scope_->AddClassVariable(instanceInitializer_->Key());
654 auto name = util::Helpers::LiteralToPropName(pg->Allocator(), classProp->Key());
705 compiler::VReg keyReg = prop->Computed() ? prop->KeyReg() : pg->LoadPropertyKey(prop->Key(), false);