Home
last modified time | relevance | path

Searched refs:FUNCTION (Results 1 – 25 of 37) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/
Dtest-namespace-enum-transformed-function.ts27 module FUNCTION {
34 namespace FUNCTION { namespace
/arkcompiler/ets_frontend/es2panda/parser/context/
DparserContext.h31 FUNCTION = (1 << 1), enumerator
77 … ParserStatus::ALLOW_THIS_TYPE | ParserStatus::IN_CLASS_BODY | ParserStatus::FUNCTION); in DEFINE_BITOPS()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DconstructorType.h25 …ConstructorType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::FUNCTION, desc) {} in ConstructorType()
DfunctionType.h26 …explicit FunctionType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::FUNCTION, d… in FunctionType()
DtypeMapping.h47 _(ObjectType::ObjectTypeKind::FUNCTION, FunctionType) \
DtypeFlag.h56 FUNCTION = 1ULL << 30, // x: (a) => b enumerator
DobjectType.h57 FUNCTION, in DEFINE_BITOPS() enumerator
/arkcompiler/runtime_core/docs/diagrams/
Dstatic-analyzer-warnings-generation.puactivity27 if (function in GC FUNCTION LIST)
31 - in case of calling function from GC FUNCTION LIST, mark regions as not safe
Dstatic-analyzer-gc-func-list-gen.puactivity33 :Generate list of all functions which can call GC (GC FUNCTION LIST);
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h57 _(FUNCTION, FunctionScope) \
105 FUNCTION, enumerator
/arkcompiler/ets_frontend/ts2panda/src/
DaddVariable2Scope.ts126 v = scope.add(hoistDecl, VarDeclarationKind.FUNCTION);
156 v = scope.add(decl, VarDeclarationKind.FUNCTION);
159 v = functionScope.add(decl, VarDeclarationKind.FUNCTION);
Dvariable.ts28 FUNCTION, enumerator
Dscope.ts409 …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) {
Dpandagen.ts203 FUNCTION = 1, enumerator
265 this.funcKind = FunctionKind.FUNCTION;
302 this.funcKind = FunctionKind.FUNCTION;
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.h33 FUNCTION = 0, enumerator
/arkcompiler/ets_runtime/ecmascript/
Dvtable.h50 FUNCTION = 0, enumerator
Dvtable.cpp33 typeVal = JSTaggedValue(VTable::TypeKind::FUNCTION); in CreateTuple()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h28 FUNCTION, enumerator
Dts_manager.cpp381 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()
Dts_type_parser.cpp235 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/
Dcommonjs.cpp75 … FunctionContext functionContext(this, ParserStatus::FUNCTION | ParserStatus::ALLOW_NEW_TARGET); in ParseCommonjs()
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts71 FUNCTION, enumerator
87 return scope.kind === ScopeKind.FUNCTION;
671 current = createScope(scopeName, node, ScopeKind.FUNCTION, true, current);
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp282 case panda_file::FunctionKind::FUNCTION: in GetFunctionKind()
Dtype_literal_extractor.cpp152 case TSTypeKind::FUNCTION: in PrintTypeKind()
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts116 FUNCTION, enumerator
639 funcTypeLiterals.push(new Literal(LiteralTag.INTEGER, L2Type.FUNCTION));

12