Home
last modified time | relevance | path

Searched defs:isReference (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2ets/src/
DASTTransformer.ts80 function isReference(node: ts.Node): boolean { function
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.cpp1075 ir::Identifier *ParserImpl::ExpectIdentifier(bool isReference, bool isUserDefinedType) in ExpectIdentifier()
/arkcompiler/ets_frontend/ets2panda/linter/src/
DTypeScriptLinter.ts1838 const isReference = (type as ts.ObjectType).objectFlags & ts.ObjectFlags.Reference; constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DTypeScriptLinter.ts2169 const isReference = (type as ts.ObjectType).objectFlags & ts.ObjectFlags.Reference; constant
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp185 bool isReference = signature->HasSignatureFlag(checker::SignatureFlags::TYPE); in Compile() local
829 bool isReference = expr->Signature()->HasSignatureFlag(checker::SignatureFlags::TYPE); in Compile() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h219 bool isReference = false; variable