Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp524 Label msg0Int(env); in Slice() local
525 Branch(TaggedIsInt(msg0), &msg0Int, slowPath); in Slice()
526 Bind(&msg0Int); in Slice()