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;
279 auto [funcName, isASCII] = target->ParseFunctionNameView(); in NameGetter()
91 std::string_view methodName = ParseFunctionNameView(jsPandaFile, methodId).first; in ParseFunctionName()96 std::pair<std::string_view, bool> MethodLiteral::ParseFunctionNameView( in ParseFunctionNameView() function in panda::ecmascript::MethodLiteral
352 …static std::pair<std::string_view, bool> PUBLIC_API ParseFunctionNameView(const JSPandaFile* jsPan…