Home
last modified time | relevance | path

Searched defs:resultLength (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_function_test.cpp200 …JSHandle<JSTaggedValue> resultLength(JSObject::GetProperty(thread, resultFuncHandle, lengthKey).Ge… in HWTEST_F_L0() local
249 …JSHandle<JSTaggedValue> resultLength(JSObject::GetProperty(thread, resultFuncHandle, lengthKey).Ge… in HWTEST_F_L0() local
300 …JSHandle<JSTaggedValue> resultLength(JSObject::GetProperty(thread, resultFuncHandle, lengthKey).Ge… in HWTEST_F_L0() local
Dbuiltins_reflect_test.cpp398 JSHandle<JSTaggedValue> resultLength = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp2174 int32_t resultLength = std::min(std::max(end, 0), size - start); in SubStr() local