Searched defs:def (Results 1 – 7 of 7) sorted by relevance
44 const def: T[typeof fooProp] = x[fooProp]; constant
36 …explicit ClassExpression(ClassDefinition *def) : Expression(AstNodeType::CLASS_EXPRESSION), def_(d… in ClassExpression()
34 explicit ClassDeclaration(ClassDefinition *def, ArenaVector<Decorator *> &&decorators) in ClassDeclaration()
41 ChunkVector(size_t size, T def, Chunk *chunk) in ChunkVector()
583 for (const def of current.defs) { constant832 for (const def of currentDefs) { constant
387 GateRef def = gateAcc_.GetValueIn(gate, id); in ComputeLiveOutBC() local394 GateRef def = gateAcc_.GetValueIn(gate, i); in ComputeLiveOutBC() local563 GateRef def = gateAcc_.GetValueIn(saveRegsGate, i); in UpdateVirtualRegistersOfSuspend() local
2678 ir::MethodDefinition *def = stmt->AsMethodDefinition(); in IsConstructor() local