Home
last modified time | relevance | path

Searched refs:throwIfNotObject (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/function/
DgeneratorFunctionBuilder.ts172 pandaGen.throwIfNotObject(expr, innerResult);
181 pandaGen.throwIfNotObject(expr, this.resumeVal);
DasyncGeneratorFunctionBuilder.ts214 pg.throwIfNotObject(node, this.resumeVal);
/arkcompiler/ets_frontend/ts2panda/src/base/
Diterator.ts159 pg.throwIfNotObject(this.node, res);
DbcGenUtil.ts390 export function throwIfNotObject(v: VReg): IRNode { function
/arkcompiler/ets_frontend/ts2panda/src/statement/
DtryStatement.ts353 this.pandaGen.throwIfNotObject(this.stmt, innerResult);
366 pandagen.throwIfNotObject(stmt, resultObj);
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts93 throwIfNotObject,
1359 throwIfNotObject(node: ts.Node, obj: VReg): void { method in PandaGen
1362 throwIfNotObject(obj)