Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h582 bool PUBLIC_API IsBuiltinObjectMethod(BuiltinTypeId id, kungfu::GateType funcType) const;
Dts_manager.cpp1556 bool TSManager::IsBuiltinObjectMethod(BuiltinTypeId id, kungfu::GateType funcType) const in IsBuiltinObjectMethod() function in panda::ecmascript::TSManager
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_lowering.cpp1112 if (!tsManager_->IsBuiltinObjectMethod(id, funcType)) { in GetBuiltinId()