Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_number_stub_builder.cpp56 Label msgIsString(env); in ParseInt() local
64 Branch(TaggedIsString(msg), &msgIsString, slowPath); in ParseInt()
65 Bind(&msgIsString); in ParseInt()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp1990 Label msgIsString(&builder_); in LowerNumberParseInt() local
1999 builder_.Branch(builder_.TaggedIsString(msg), &msgIsString, &slowPath); in LowerNumberParseInt()
2001 builder_.Bind(&msgIsString); in LowerNumberParseInt()