Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp584 Label replaceTagNotCallable(env); in Replace() local
588 Branch(replaceTagIsCallable, slowPath, &replaceTagNotCallable); in Replace()
589 Bind(&replaceTagNotCallable); in Replace()