Home
last modified time | relevance | path

Searched refs:ParseFunctionNameView (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp27 std::pair<std::string_view, bool> Method::ParseFunctionNameView() const in ParseFunctionNameView() function in panda::ecmascript::Method
30 return MethodLiteral::ParseFunctionNameView(jsPandaFile, GetMethodId()); in ParseFunctionNameView()
Dmethod.h450 std::pair<std::string_view, bool> PUBLIC_API ParseFunctionNameView() const;
Djs_function.cpp279 auto [funcName, isASCII] = target->ParseFunctionNameView(); in NameGetter()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp91 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
Dmethod_literal.h352 …static std::pair<std::string_view, bool> PUBLIC_API ParseFunctionNameView(const JSPandaFile* jsPan…