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.cpp52 Label msgIsString(env); in ParseInt() local
60 Branch(TaggedIsString(glue_, msg), &msgIsString, slowPath); in ParseInt()
61 Bind(&msgIsString); in ParseInt()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp1919 Label msgIsString(&builder_); in LowerNumberParseInt() local
1929 builder_.Branch(builder_.TaggedIsString(glue, msg), &msgIsString, &slowPath); in LowerNumberParseInt()
1931 builder_.Bind(&msgIsString); in LowerNumberParseInt()