Home
last modified time | relevance | path

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

/ark/ts2abc/ts2panda/src/function/
DgeneratorFunctionBuilder.ts166 pandaGen.throwIfNotObject(expr, innerResult);
175 pandaGen.throwIfNotObject(expr, this.retVal);
/ark/ts2abc/ts2panda/src/statement/
DtryStatement.ts337 this.pandaGen.throwIfNotObject(this.stmt, innerResult);
349 pandagen.throwIfNotObject(stmt, resultObj);
/ark/ts2abc/ts2panda/src/
Dpandagen.ts97 throwIfNotObject,
1170 throwIfNotObject(node: ts.Node, obj: VReg) { method in PandaGen
1173 throwIfNotObject(obj)
/ark/ts2abc/ts2panda/src/base/
DbcGenUtil.ts334 export function throwIfNotObject(v: VReg) { function
/ark/js_runtime/ecmascript/compiler/
Dstub_descriptor.cpp972 StubDescriptor throwIfNotObject("ThrowIfNotObject", 0, 1, in CALL_STUB_INIT_DESCRIPTOR() local
974 *descriptor = throwIfNotObject; in CALL_STUB_INIT_DESCRIPTOR()