Home
last modified time | relevance | path

Searched refs:GetFunctionType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_accessor.cpp52 JSHandle<TSFunctionType> callbackType = GetFunctionType(); in UpdateForEachCBPara()
128 JSHandle<TSFunctionType> funcType = GetFunctionType(); in GetFunctionName()
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.cpp282 int64_t TypeRecorder::GetFunctionType(const std::string &functionStr) const in GetFunctionType() function in panda::es2panda::extractor::TypeRecorder
290 ASSERT(GetFunctionType(functionStr) == functionIndex); in SetFunctionType()
DtypeRecorder.h99 int64_t GetFunctionType(const std::string &functionStr) const;
DtypeSystem.h512 typeIndexShift_ = recorder_->GetFunctionType(functionStr); in HandleFuncNodeWithoutName()