Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2557 Label objNotString(&builder_); in LowerTypeof() local
2558 builder_.Branch(builder_.TaggedObjectIsString(obj), &objIsString, &objNotString); in LowerTypeof()
2565 builder_.Bind(&objNotString); in LowerTypeof()
Dstub_builder.cpp3363 Label objNotString(env); in FastTypeOf() local
3364 Branch(IsString(obj), &objIsString, &objNotString); in FastTypeOf()
3371 Bind(&objNotString); in FastTypeOf()