Lines Matching defs:property
35 // Enter the lambda class instance field scope, every property will be bound to the lambda instance itself
38 // Create the name for the synthetic property node
44 // Create the synthetic class property node
92 auto *property = CreateCapturedField(checker, var, reinterpret_cast<varbinder::ClassScope *>(classDef->Scope()),
94 LOG(DEBUG, ES2PANDA) << " - Creating property (" << property->Id()->Name()
96 properties.push_back(property);
97 variableMap[var] = property->Id()->Variable();
98 propertyMap[var] = property;
191 << " -> property variable:" << (void *)mapIt->second;
223 // Map the captured variable to the variable of the class property
225 // Map the captured variable to the class property