Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp839 Label replHandleIsString(env); in Replace() local
842 BRANCH(IsString(replHandle), &replHandleIsString, slowPath); in Replace()
843 Bind(&replHandleIsString); in Replace()