Home
last modified time | relevance | path

Searched defs:callType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/
Dts2panda.ts353 let callType = pg.getCallType(); variable
Dpandagen.ts229 private callType: number = 0; property in PandaGen
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp42 uint32_t callType = UINT32_MAX; // UINT32_MAX means not found in Initialize() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp448 OptimizedEntryFrame::CallType callType) in ExecuteAot()