Searched defs:FunctionLiteralInfo (Results 1 – 2 of 2) sorted by relevance
282 struct FunctionLiteralInfo { struct286 static constexpr uint32_t BITFIELD_INDEX = 0;287 static constexpr uint32_t NAME_INDEX = 1;288 static constexpr uint32_t HAS_THIS_TYPE_INDEX = 2;
933 FunctionLiteralInfo::FunctionLiteralInfo(const TypeLiteralExtractor *typeLiteralExtractor) in FunctionLiteralInfo() function in panda::ecmascript::FunctionLiteralInfo