Searched refs:returnUndefined (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/js_to_ets/ |
| D | test_class_methods.ts | 69 export const returnUndefinedAsAny: TReturnsAny = function returnUndefined(): {} | void { 151 export const returnUndefinedSubsetByValue = function returnUndefined(): Object {
|
| D | test_class_methods.js | 80 const returnUndefinedAsAny = function returnUndefined() { function 198 const returnUndefinedSubsetByValue = function returnUndefined() {
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_lowering.cpp | 149 Label returnUndefined(&builder_); in LowerConvertHoleAsUndefined() local 154 …builder_.Branch(builder_.TaggedIsHole(*result), &returnUndefined, &exit, 1, BranchWeight::DEOPT_WE… in LowerConvertHoleAsUndefined() 156 builder_.Bind(&returnUndefined); in LowerConvertHoleAsUndefined() 424 Label returnUndefined(&builder_); in ConvertSpecialHoleIntToTagged() local 428 …builder_.Branch(builder_.IsSpecialHole(gate), &returnUndefined, &returnTaggedInt, 1, BranchWeight:… in ConvertSpecialHoleIntToTagged() 430 builder_.Bind(&returnUndefined); in ConvertSpecialHoleIntToTagged() 447 Label returnUndefined(&builder_); in ConvertSpecialHoleDoubleToTagged() local 451 …builder_.Branch(builder_.IsSpecialHole(gate), &returnUndefined, &returnTaggedDouble, 1, BranchWeig… in ConvertSpecialHoleDoubleToTagged() 453 builder_.Bind(&returnUndefined); in ConvertSpecialHoleDoubleToTagged()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | patchFix.cpp | 411 panda::pandasm::Ins returnUndefined; in AddTailInsForPatchFuncMain1() local 412 returnUndefined.opcode = pandasm::Opcode::RETURNUNDEFINED; in AddTailInsForPatchFuncMain1() 413 ins.push_back(returnUndefined); in AddTailInsForPatchFuncMain1()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …returnUndefined,setLexicalEnvironmentFlags:e.noop,getLexicalEnvironmentFlags:function(){return 0},… function
|