Home
last modified time | relevance | path

Searched refs:radixIsSpecial (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_number_stub_builder.cpp57 Label radixIsSpecial(env); in ParseInt()
66 Branch(TaggedIsUndefined(arg2), &radixIsSpecialInt, &radixIsSpecial); in ParseInt() local
68 Bind(&radixIsSpecial); in ParseInt()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_native_inline_lowering.cpp1961 Label radixIsSpecial(&builder_); in LowerNumberParseInt()
1973 builder_.Branch(builder_.TaggedIsUndefined(arg2), &radixIsSpecialInt, &radixIsSpecial); in LowerNumberParseInt()
1974 builder_.Bind(&radixIsSpecial); in LowerNumberParseInt()

Completed in 11 milliseconds