Home
last modified time | relevance | path

Searched defs:thatHandle (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp544 [[maybe_unused]] JSHandle<EcmaString> thatHandle = JSTaggedValue::ToString(thread, thatTag); in LocaleCompare() local
594 … JSHandle<EcmaString> thisHandle, JSHandle<EcmaString> thatHandle, in LocaleCompareGC()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3074 [[maybe_unused]] JSHandle<EcmaString> thatHandle = JSTaggedValue::ToString(thread, thatTag); in DEF_RUNTIME_STUBS() local
3294 …JSHandle<EcmaString> thatHandle = GetHArg<EcmaString>(argv, argc, 2); // 2: means the second pa… in DEF_RUNTIME_STUBS() local
3308 EcmaString *thatHandle) in LocaleCompareNoGc()