Home
last modified time | relevance | path

Searched refs:UndefineConstant (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.cpp105 auto constant = builder_.UndefineConstant(); in RebuildGeneratorCfg()
Dcircuit_builder-inl.h36 return UndefineConstant(); in Undefined()
358 return Equal(x, UndefineConstant()); in TaggedIsUndefined()
Dlcr_lowering.cpp120 result = builder_.UndefineConstant(); in LowerConvertHoleAsUndefined()
Dcircuit_builder.h340 GateRef UndefineConstant();
Dtype_mcr_lowering.cpp566 DEFVAlUE(result, (&builder_), VariableType::JS_ANY(), builder_.UndefineConstant()); in LowerCallGetter()
Dcircuit_builder.cpp61 GateRef CircuitBuilder::UndefineConstant() in UndefineConstant() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder-inl.h103 return env_->GetBuilder()->UndefineConstant(); in Undefined()