/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/ |
D | test-namespace-enum-transformed-function.ts | 27 module FUNCTION { 34 namespace FUNCTION { namespace
|
/arkcompiler/ets_frontend/es2panda/parser/context/ |
D | parserContext.h | 31 FUNCTION = (1 << 1), enumerator 77 … ParserStatus::ALLOW_THIS_TYPE | ParserStatus::IN_CLASS_BODY | ParserStatus::FUNCTION); in DEFINE_BITOPS()
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
D | constructorType.h | 25 …ConstructorType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::FUNCTION, desc) {} in ConstructorType()
|
D | functionType.h | 26 …explicit FunctionType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::FUNCTION, d… in FunctionType()
|
D | typeMapping.h | 47 _(ObjectType::ObjectTypeKind::FUNCTION, FunctionType) \
|
D | typeFlag.h | 56 FUNCTION = 1ULL << 30, // x: (a) => b enumerator
|
D | objectType.h | 57 FUNCTION, in DEFINE_BITOPS() enumerator
|
/arkcompiler/runtime_core/docs/diagrams/ |
D | static-analyzer-warnings-generation.puactivity | 27 if (function in GC FUNCTION LIST) 31 - in case of calling function from GC FUNCTION LIST, mark regions as not safe
|
D | static-analyzer-gc-func-list-gen.puactivity | 33 :Generate list of all functions which can call GC (GC FUNCTION LIST);
|
/arkcompiler/ets_frontend/es2panda/binder/ |
D | variableFlags.h | 57 _(FUNCTION, FunctionScope) \ 105 FUNCTION, enumerator
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | addVariable2Scope.ts | 126 v = scope.add(hoistDecl, VarDeclarationKind.FUNCTION); 156 v = scope.add(decl, VarDeclarationKind.FUNCTION); 159 v = functionScope.add(decl, VarDeclarationKind.FUNCTION);
|
D | variable.ts | 28 FUNCTION, enumerator
|
D | scope.ts | 409 …tionKind.NONE || declKind === VarDeclarationKind.VAR || declKind === VarDeclarationKind.FUNCTION) { 452 … } else if (declKind === VarDeclarationKind.VAR || declKind === VarDeclarationKind.FUNCTION) { 503 … } else if (declKind === VarDeclarationKind.VAR || declKind === VarDeclarationKind.FUNCTION) {
|
D | pandagen.ts | 203 FUNCTION = 1, enumerator 265 this.funcKind = FunctionKind.FUNCTION; 302 this.funcKind = FunctionKind.FUNCTION;
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/ |
D | ts2abc.h | 33 FUNCTION = 0, enumerator
|
/arkcompiler/ets_runtime/ecmascript/ |
D | vtable.h | 50 FUNCTION = 0, enumerator
|
D | vtable.cpp | 33 typeVal = JSTaggedValue(VTable::TypeKind::FUNCTION); in CreateTuple()
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | global_ts_type_ref.h | 28 FUNCTION, enumerator
|
D | ts_manager.cpp | 381 return TSTypeKind::FUNCTION; in GetTypeKind() 689 ASSERT(GetTypeKind(gt) == TSTypeKind::FUNCTION); in SetFuncMethodOffset() 698 ASSERT(GetTypeKind(gt) == TSTypeKind::FUNCTION); in GetFuncMethodOffset() 938 ASSERT(index >= static_cast<uint32_t>(BuiltinTypeId::FUNCTION) && in GetBuiltinsName() 942 case BuiltinTypeId::FUNCTION: in GetBuiltinsName() 1073 for (uint32_t idx = static_cast<uint32_t>(BuiltinTypeId::FUNCTION); in GetBuiltinIndex() 1148 case TSTypeKind::FUNCTION: in GetTypeStr()
|
D | ts_type_parser.cpp | 235 case TSTypeKind::FUNCTION: { in ParseNonImportType() 365 ASSERT(typeLiteralExtractor->GetTypeKind() == TSTypeKind::FUNCTION); in ParseFunctionType() 935 ASSERT(typeLiteralExtractor->GetTypeKind() == TSTypeKind::FUNCTION); in FunctionLiteralInfo()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | commonjs.cpp | 75 … FunctionContext functionContext(this, ParserStatus::FUNCTION | ParserStatus::ALLOW_NEW_TARGET); in ParseCommonjs()
|
/arkcompiler/ets_frontend/arkguard/src/utils/ |
D | ScopeAnalyzer.ts | 71 FUNCTION, enumerator 87 return scope.kind === ScopeKind.FUNCTION; 671 current = createScope(scopeName, node, ScopeKind.FUNCTION, true, current);
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | js_pandafile.cpp | 282 case panda_file::FunctionKind::FUNCTION: in GetFunctionKind()
|
D | type_literal_extractor.cpp | 152 case TSTypeKind::FUNCTION: in PrintTypeKind()
|
/arkcompiler/ets_frontend/ts2panda/src/base/ |
D | typeSystem.ts | 116 FUNCTION, enumerator 639 funcTypeLiterals.push(new Literal(LiteralTag.INTEGER, L2Type.FUNCTION));
|