Home
last modified time | relevance | path

Searched refs:FUNCTION (Results 1 - 25 of 54) sorted by relevance

123

/arkcompiler/ets_frontend/ets2panda/parser/context/
H A DparserContext.h32 FUNCTION = 1U << 1U, member in ark::es2panda::parser::ParserStatus
90 ParserStatus::ALLOW_THIS_TYPE | ParserStatus::IN_CLASS_BODY | ParserStatus::FUNCTION | in ParserContext()
144 return (status_ & (ParserStatus::FUNCTION | ParserStatus::FUNCTION_PARAM)) != 0;
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DconstructorType.h24 explicit ConstructorType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::FUNCTION, desc) {} in ConstructorType()
H A DfunctionType.h25 explicit FunctionType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::FUNCTION, desc) {} in FunctionType()
H A DobjectType.h60 FUNCTION, member in ark::es2panda::checker::ObjectType::ObjectTypeKind
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DfunctionType.h26 explicit FunctionType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::FUNCTION, desc) {} in FunctionType()
H A DconstructorType.h25 explicit ConstructorType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::FUNCTION, desc) {} in ConstructorType()
H A DtypeMapping.h47 _(ObjectType::ObjectTypeKind::FUNCTION, FunctionType) \
H A DtypeFlag.h56 FUNCTION = 1ULL << 30, // x: (a) => b member in panda::es2panda::checker::TypeFlag
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A DtypeMapping.h55 _(TypeFlag::FUNCTION, ETSFunctionType) \
71 _(ObjectType::ObjectTypeKind::FUNCTION, FunctionType) \
H A DtypeFlag.h55 FUNCTION = 1ULL << 26ULL, // x: (a) => b member in ark::es2panda::checker::TypeFlag
90 ETS_DYNAMIC_FUNCTION_TYPE = FUNCTION | ETS_DYNAMIC_FLAG,
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpgo_bc_info.h32 FUNCTION, enumerator
36 TYPE_LAST = FUNCTION,
H A Dpgo_bc_info.cpp82 Record(InfoDetail {recordName, methodOffset, bcIndex, bcOffset, 0}, Type::FUNCTION); in Record()
/arkcompiler/ets_frontend/es2panda/parser/context/
H A DparserContext.h31 FUNCTION = (1 << 1), member in panda::es2panda::parser::ParserStatus
80 ParserStatus::ALLOW_THIS_TYPE | ParserStatus::IN_CLASS_BODY | ParserStatus::FUNCTION); in ParserContext()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsFunctionType.h30 : Type(TypeFlag::FUNCTION), callSignatures_(allocator->Adapter()), name_(name), funcInterface_(nullptr) in ETSFunctionType()
35 : Type(TypeFlag::FUNCTION), callSignatures_(allocator->Adapter()), name_(name), funcInterface_(nullptr) in ETSFunctionType()
/arkcompiler/ets_frontend/es2panda/binder/
H A DvariableFlags.h59 _(FUNCTION, FunctionScope) \
109 FUNCTION, member in panda::es2panda::binder::VariableKind
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DvariableFlags.h66 _(FUNCTION, FunctionScope) \
118 FUNCTION, member in ark::es2panda::varbinder::VariableKind
/arkcompiler/ets_runtime/ecmascript/
H A Dvtable.h52 FUNCTION = 0, enumerator
H A Dvtable.cpp34 typeVal = JSTaggedValue(VTable::TypeKind::FUNCTION); in CreateTuple()
H A Denum_conversion.h57 case BuiltinTypeId::FUNCTION: in ToGlobelEnvPrototypeField()
/arkcompiler/ets_runtime/ecmascript/ts_types/
H A Dglobal_ts_type_ref.h28 FUNCTION, member in panda::ecmascript::TSTypeKind
H A Dbuiltin_type_id.h23 V(FUNCTION) \
94 * according to the following enum order. For example, the GT of FUNCTION will be (1, 21), where 1
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_parser.h82 FunctionParser(PGOTypeManager *ptManager) : BaseParser(ptManager, PGOBCInfo::Type::FUNCTION) {} in FunctionParser()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_utils.h56 static inline const std::string FUNCTION = "function"; member in panda::ecmascript::pgo::DumpJsonUtils
/arkcompiler/ets_frontend/ets2panda/parser/
H A DparserStatusContext.h175 return ParserStatus::FUNCTION | ParserStatus::ARROW_FUNCTION | in InitialFlags()
/arkcompiler/ets_frontend/es2panda/parser/
H A Dcommonjs.cpp75 FunctionContext functionContext(this, ParserStatus::FUNCTION | ParserStatus::ALLOW_NEW_TARGET); in ParseCommonjs()

Completed in 8 milliseconds

123