Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp891 Label targetIsHole(env); in DECLARE_BUILTINS() local
893 Branch(TaggedIsHole(elements), &targetIsHole, &targetNotHole); in DECLARE_BUILTINS()
894 Bind(&targetIsHole); in DECLARE_BUILTINS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp4954 Label targetIsHole(env); in MakeArgListWithHole() local
4960 Branch(TaggedIsHole(value), &targetIsHole, &targetNotHole); in MakeArgListWithHole()
4961 Bind(&targetIsHole); in MakeArgListWithHole()