Home
last modified time | relevance | path

Searched refs:returnUndefined (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/js_to_ets/
H A Dtest_class_methods.js80 const returnUndefinedAsAny = function returnUndefined() { function
198 const returnUndefinedSubsetByValue = function returnUndefined() {
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_lowering.cpp146 Label returnUndefined(&builder_); in LowerConvertHoleAsUndefined()
151 builder_.Branch(builder_.TaggedIsHole(*result), &returnUndefined, &exit, 1, BranchWeight::DEOPT_WEIGHT, in LowerConvertHoleAsUndefined()
153 builder_.Bind(&returnUndefined); in LowerConvertHoleAsUndefined()
386 Label returnUndefined(&builder_); in ConvertSpecialHoleIntToTagged()
390 builder_.Branch(builder_.IsSpecialHole(gate), &returnUndefined, &returnTaggedInt, 1, BranchWeight::DEOPT_WEIGHT, in ConvertSpecialHoleIntToTagged()
392 builder_.Bind(&returnUndefined); in ConvertSpecialHoleIntToTagged()
409 Label returnUndefined(&builder_); in ConvertSpecialHoleDoubleToTagged()
413 builder_.Branch(builder_.IsSpecialHole(gate), &returnUndefined, &returnTaggedDouble, 1, BranchWeight::DEOPT_WEIGHT, in ConvertSpecialHoleDoubleToTagged()
415 builder_.Bind(&returnUndefined); in ConvertSpecialHoleDoubleToTagged()
/arkcompiler/ets_frontend/es2panda/util/
H A DpatchFix.cpp411 panda::pandasm::Ins returnUndefined; in AddTailInsForPatchFuncMain1() local
412 returnUndefined.opcode = pandasm::Opcode::RETURNUNDEFINED; in AddTailInsForPatchFuncMain1()
413 ins.push_back(returnUndefined); in AddTailInsForPatchFuncMain1()

Completed in 5 milliseconds