Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp327 Label dataIsNotUndefined(&builder_); in LowerLdLocalModuleVar() local
329 BRANCH_CIR(builder_.TaggedIsUndefined(dictionary), &exit, &dataIsNotUndefined); in LowerLdLocalModuleVar()
330 builder_.Bind(&dataIsNotUndefined); in LowerLdLocalModuleVar()
Dstub_builder.cpp10155 Label dataIsNotUndefined(env); in Loadlocalmodulevar() local
10156 BRANCH_UNLIKELY(TaggedIsUndefined(dictionary), &exit, &dataIsNotUndefined); in Loadlocalmodulevar()
10157 Bind(&dataIsNotUndefined); in Loadlocalmodulevar()