Searched refs:dataIsNotUndefined (Results 1 – 2 of 2) sorted by relevance
327 Label dataIsNotUndefined(&builder_); in LowerLdLocalModuleVar() local329 BRANCH_CIR(builder_.TaggedIsUndefined(dictionary), &exit, &dataIsNotUndefined); in LowerLdLocalModuleVar()330 builder_.Bind(&dataIsNotUndefined); in LowerLdLocalModuleVar()
10155 Label dataIsNotUndefined(env); in Loadlocalmodulevar() local10156 BRANCH_UNLIKELY(TaggedIsUndefined(dictionary), &exit, &dataIsNotUndefined); in Loadlocalmodulevar()10157 Bind(&dataIsNotUndefined); in Loadlocalmodulevar()