Home
last modified time | relevance | path

Searched refs:HasInferredNamespaceType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h404 ASSERT(HasInferredNamespaceType(methodOffset)); in GetNamespaceObjType()
408 inline bool HasInferredNamespaceType(const uint32_t methodOffset) const in HasInferredNamespaceType() function
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp34 if (tsManager_->HasInferredNamespaceType(methodOffset)) { in MethodTypeInfer()