Searched refs:returnUndefined (Results 1 – 7 of 7) sorted by relevance
77 …isWatchEvaluateExpressionMode() ? this.pg.return(NodeKind.INVALID) : this.pg.returnUndefined(node);
65 …isWatchEvaluateExpressionMode() ? this.pg.return(NodeKind.INVALID) : this.pg.returnUndefined(node);
382 panda::pandasm::Ins returnUndefined; in AddTailInsForPatchFuncMain1() local383 returnUndefined.opcode = pandasm::Opcode::RETURNUNDEFINED; in AddTailInsForPatchFuncMain1()384 ins.push_back(returnUndefined); in AddTailInsForPatchFuncMain1()
112 Label returnUndefined(&builder_); in LowerConvertHoleAsUndefined() local117 builder_.Branch(builder_.TaggedIsHole(*result), &returnUndefined, &exit); in LowerConvertHoleAsUndefined()118 builder_.Bind(&returnUndefined); in LowerConvertHoleAsUndefined()
340 export function returnUndefined(): IRNode { function
70 returnUndefined,1100 returnUndefined(node: ts.Node | NodeKind): void { method in PandaGen1103 returnUndefined()
2 …returnUndefined,setLexicalEnvironmentFlags:e.noop,getLexicalEnvironmentFlags:function(){return 0},… function