Home
last modified time | relevance | path

Searched defs:def (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DlateBoundConstraintTypeChecksCorrectly.ts44 const def: T[typeof fooProp] = x[fooProp]; constant
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DclassExpression.h36 …explicit ClassExpression(ClassDefinition *def) : Expression(AstNodeType::CLASS_EXPRESSION), def_(d… in ClassExpression()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DclassDeclaration.h34 explicit ClassDeclaration(ClassDefinition *def, ArenaVector<Decorator *> &&decorators) in ClassDeclaration()
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk_containers.h41 ChunkVector(size_t size, T def, Chunk *chunk) in ChunkVector()
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts583 for (const def of current.defs) { constant
832 for (const def of currentDefs) { constant
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp387 GateRef def = gateAcc_.GetValueIn(gate, id); in ComputeLiveOutBC() local
394 GateRef def = gateAcc_.GetValueIn(gate, i); in ComputeLiveOutBC() local
563 GateRef def = gateAcc_.GetValueIn(saveRegsGate, i); in UpdateVirtualRegistersOfSuspend() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2678 ir::MethodDefinition *def = stmt->AsMethodDefinition(); in IsConstructor() local