Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2843 Label objNotString(&builder_); in LowerTypeof() local
2844 BRANCH_CIR(builder_.TaggedObjectIsString(obj), &objIsString, &objNotString); in LowerTypeof()
2851 builder_.Bind(&objNotString); in LowerTypeof()
Dstub_builder.cpp5413 Label objNotString(env); in FastTypeOf() local
5414 BRANCH(IsString(obj), &objIsString, &objNotString); in FastTypeOf()
5421 Bind(&objNotString); in FastTypeOf()