Home
last modified time | relevance | path

Searched refs:CreateNamespaceType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h382 GlobalTSTypeRef PUBLIC_API CreateNamespaceType();
Dts_manager.cpp719 GlobalTSTypeRef TSManager::CreateNamespaceType() in CreateNamespaceType() function in panda::ecmascript::TSManager
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1233 gt = tsManager_->CreateNamespaceType(); in SetAndReturnNamespaceObjType()