Home
last modified time | relevance | path

Searched defs:StringsAreEquals (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h333 static bool StringsAreEquals(Span<const T> &str1, Span<const T1> &str2) in StringsAreEquals() function
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp746 bool String::StringsAreEquals(Span<const T> &str1, Span<const T> &str2) in StringsAreEquals() function in ark::coretypes::String
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp1624 DEF_CALL_SIGNATURE(StringsAreEquals) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3385 bool RuntimeStubs::StringsAreEquals(EcmaString *str1, EcmaString *str2) in StringsAreEquals() function in panda::ecmascript::RuntimeStubs