Searched refs:ParseFunctionNameView (Results 1 – 5 of 5) sorted by relevance
27 std::pair<std::string_view, bool> Method::ParseFunctionNameView() const in ParseFunctionNameView() function in panda::ecmascript::Method30 return MethodLiteral::ParseFunctionNameView(jsPandaFile, GetMethodId()); in ParseFunctionNameView()
450 std::pair<std::string_view, bool> PUBLIC_API ParseFunctionNameView() const;
276 auto [funcName, isASCII] = target->ParseFunctionNameView(); in NameGetter()
94 std::string_view methodName = ParseFunctionNameView(jsPandaFile, methodId).first; in ParseFunctionName()99 std::pair<std::string_view, bool> MethodLiteral::ParseFunctionNameView( in ParseFunctionNameView() function in panda::ecmascript::MethodLiteral
353 …static std::pair<std::string_view, bool> PUBLIC_API ParseFunctionNameView(const JSPandaFile* jsPan…