Home
last modified time | relevance | path

Searched defs:EndsWith (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dstring_utils.h78 static bool EndsWith(const std::string &str, const std::string &end) in EndsWith() function
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.cpp137 bool EndsWith(const std::string &str, const std::string &suffix) in RealPath() function
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp164 bool Helpers::EndsWith(const std::string &str, const std::string &suffix) in EndsWith() function in ark::es2panda::util::Helpers
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h400 static bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith() function
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp155 bool Helpers::EndsWith(std::string_view str, std::string_view suffix) in EndsWith() function in panda::es2panda::util::Helpers
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp360 JSTaggedValue BuiltinsString::EndsWith(EcmaRuntimeCallInfo *argv) in EndsWith() function in panda::ecmascript::builtins::BuiltinsString
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp2773 void BuiltinsStringStubBuilder::EndsWith(GateRef glue, GateRef thisValue, GateRef numArgs, in EndsWith() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder