Searched defs:FunctionLiteralInfo (Results 1 – 2 of 2) sorted by relevance
289 struct FunctionLiteralInfo { struct293 static constexpr uint32_t BITFIELD_INDEX = 0;294 static constexpr uint32_t NAME_INDEX = 1;295 static constexpr uint32_t HAS_THIS_TYPE_INDEX = 2;
925 FunctionLiteralInfo::FunctionLiteralInfo(const TypeLiteralExtractor *typeLiteralExtractor) in FunctionLiteralInfo() function in panda::ecmascript::FunctionLiteralInfo