| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerUnreachable.cpp | 21 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check() 26 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check() 31 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check() 36 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::MetaProperty *expr) const in Check() 41 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ScriptFunction *node) const in Check() 46 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSIndexSignature *node) const in Check() 51 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSMethodSignature *node) const in Check() 56 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSPropertySignature *node) const in Check() 61 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSSignatureDeclaration *node) const in Check() 66 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSModule *node) const in Check() [all …]
|
| D | TSAnalyzerUnreachable.cpp | 21 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check() 26 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check() 31 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassProperty *st) const in Check() 36 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassStaticBlock *st) const in Check() 41 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check() 46 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::MethodDefinition *node) const in Check() 51 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Property *expr) const in Check() 56 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ScriptFunction *node) const in Check() 61 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::SpreadElement *expr) const in Check() 66 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TemplateElement *expr) const in Check() [all …]
|
| D | TSAnalyzer.cpp | 29 checker::Type *TSAnalyzer::Check(ir::CatchClause *st) const in Check() 48 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassDefinition *node) const in Check() 55 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::MetaProperty *expr) const in Check() 62 checker::Type *TSAnalyzer::Check(ir::TSIndexSignature *node) const in Check() 88 checker::Type *TSAnalyzer::Check(ir::TSMethodSignature *node) const in Check() 117 checker::Type *TSAnalyzer::Check(ir::TSPropertySignature *node) const in Check() 137 checker::Type *TSAnalyzer::Check(ir::TSSignatureDeclaration *node) const in Check() 244 checker::Type *TSAnalyzer::Check(ir::ArrayExpression *expr) const in Check() 309 checker::Type *TSAnalyzer::Check(ir::ArrowFunctionExpression *expr) const in Check() 343 checker::Type *rightType) const in CheckAssignmentExprOperatorType() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | JSCompilerUnreachable.cpp | 21 void JSCompiler::Compile([[maybe_unused]] const ir::NamedType *node) const in Compile() argument 26 void JSCompiler::Compile([[maybe_unused]] const ir::PrefixAssertionExpression *expr) const in Compile() argument 31 void JSCompiler::Compile([[maybe_unused]] const ir::ClassProperty *st) const in Compile() argument 36 void JSCompiler::Compile([[maybe_unused]] const ir::ClassStaticBlock *st) const in Compile() argument 41 void JSCompiler::Compile([[maybe_unused]] const ir::Decorator *st) const in Compile() argument 46 void JSCompiler::Compile([[maybe_unused]] const ir::MethodDefinition *node) const in Compile() argument 51 void JSCompiler::Compile([[maybe_unused]] const ir::Property *expr) const in Compile() argument 56 void JSCompiler::Compile([[maybe_unused]] const ir::ScriptFunction *node) const in Compile() argument 61 void JSCompiler::Compile([[maybe_unused]] const ir::SpreadElement *expr) const in Compile() argument 66 void JSCompiler::Compile([[maybe_unused]] const ir::TemplateElement *expr) const in Compile() argument [all …]
|
| D | ETSCompilerUnrechable.cpp | 20 void ETSCompiler::Compile([[maybe_unused]] const ir::NamedType *node) const in Compile() argument 25 void ETSCompiler::Compile([[maybe_unused]] const ir::PrefixAssertionExpression *expr) const in Compile() argument 30 void ETSCompiler::Compile([[maybe_unused]] const ir::ClassDefinition *node) const in Compile() argument 35 void ETSCompiler::Compile([[maybe_unused]] const ir::ClassStaticBlock *st) const in Compile() argument 40 void ETSCompiler::Compile([[maybe_unused]] const ir::Decorator *st) const in Compile() argument 45 void ETSCompiler::Compile([[maybe_unused]] const ir::MetaProperty *expr) const in Compile() argument 50 void ETSCompiler::Compile([[maybe_unused]] const ir::MethodDefinition *node) const in Compile() argument 55 void ETSCompiler::Compile([[maybe_unused]] const ir::Property *expr) const in Compile() argument 60 void ETSCompiler::Compile([[maybe_unused]] const ir::ScriptFunction *node) const in Compile() argument 65 void ETSCompiler::Compile([[maybe_unused]] const ir::SpreadElement *expr) const in Compile() argument [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_runtime_interface.cpp | 25 …mpiler::RuntimeInterface::ClassPtr EtsRuntimeInterface::GetClass(MethodPtr method, IdType id) const in GetClass() 113 …untimeInterface::InteropCallKind EtsRuntimeInterface::GetInteropCallKind(MethodPtr methodPtr) const in GetInteropCallKind() 147 char *EtsRuntimeInterface::GetFuncPropName(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropName() 156 uint64_t EtsRuntimeInterface::GetFuncPropNameOffset(MethodPtr methodPtr, uint32_t strId) const in GetFuncPropNameOffset() 163 bool EtsRuntimeInterface::IsMethodStringConcat(MethodPtr method) const in IsMethodStringConcat() 169 bool EtsRuntimeInterface::IsMethodStringBuilderConstructorWithStringArg(MethodPtr method) const in IsMethodStringBuilderConstructorWithStringArg() 175 bool EtsRuntimeInterface::IsMethodStringBuilderConstructorWithCharArrayArg(MethodPtr method) const in IsMethodStringBuilderConstructorWithCharArrayArg() 181 bool EtsRuntimeInterface::IsMethodStringBuilderDefaultConstructor(MethodPtr method) const in IsMethodStringBuilderDefaultConstructor() 187 bool EtsRuntimeInterface::IsMethodStringBuilderToString(MethodPtr method) const in IsMethodStringBuilderToString() 193 bool EtsRuntimeInterface::IsMethodStringBuilderAppend(MethodPtr method) const in IsMethodStringBuilderAppend() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | dump.cpp | 1264 void JSTaggedValue::DumpSpecialValue(std::ostream &os) const in DumpSpecialValue() 1294 void JSTaggedValue::DumpHeapObjectType(const JSThread *thread, std::ostream &os) const in DumpHeapObjectType() 1324 void JSTaggedValue::DumpTaggedValue(const JSThread *thread, std::ostream &os) const in DumpTaggedValue() 1338 void JSTaggedValue::DumpTaggedValueType(std::ostream &os) const in DumpTaggedValueType() 1353 void JSTaggedValue::Dump(const JSThread *thread, std::ostream &os, bool isPrivacy) const in Dump() 1367 …d JSTaggedValue::DumpHeapObjAddress([[maybe_unused]]const JSThread *thread, std::ostream &os) const in DumpHeapObjAddress() 1377 void JSTaggedValue::D(const JSThread *thread) const in D() argument 1393 void NumberDictionary::Dump(const JSThread *thread, std::ostream &os, bool isPrivacy) const in Dump() 1413 void NameDictionary::Dump(const JSThread *thread, std::ostream &os, bool isPrivacy) const in Dump() 1434 void GlobalDictionary::Dump(const JSThread *thread, std::ostream &os, bool isPrivacy) const in Dump() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_nodes.cpp | 95 void BaseNode::DumpBase(int32 indent) const in DumpBase() 101 void UnaryNode::DumpOpnd(const MIRModule &, int32 indent) const in DumpOpnd() 106 void UnaryNode::DumpOpnd(int32 indent) const in DumpOpnd() 115 void UnaryNode::Dump(int32 indent) const in Dump() 121 void TypeCvtNode::Dump(int32 indent) const in Dump() 128 void RetypeNode::Dump(int32 indent) const in Dump() 143 void ExtractbitsNode::Dump(int32 indent) const in Dump() 154 void IreadNode::Dump(int32 indent) const in Dump() 163 void BinaryNode::Dump(int32 indent) const in Dump() 169 void BinaryOpnds::Dump(int32 indent) const in Dump() [all …]
|
| D | mir_const.cpp | 25 void MIRIntConst::Dump(const MIRSymbolTable *) const in Dump() argument 31 bool MIRIntConst::operator==(const MIRConst &rhs) const in operator ==() argument 62 void MIRAddrofConst::Dump(const MIRSymbolTable *localSymTab) const in Dump() argument 80 bool MIRAddrofConst::operator==(const MIRConst &rhs) const in operator ==() argument 96 void MIRAddroffuncConst::Dump(const MIRSymbolTable *) const in Dump() argument 107 bool MIRAddroffuncConst::operator==(const MIRConst &rhs) const in operator ==() argument 120 void MIRLblConst::Dump(const MIRSymbolTable *) const in Dump() argument 128 bool MIRLblConst::operator==(const MIRConst &rhs) const in operator ==() argument 140 bool MIRFloatConst::operator==(const MIRConst &rhs) const in operator ==() argument 162 bool MIRDoubleConst::operator==(const MIRConst &rhs) const in operator ==() argument [all …]
|
| /arkcompiler/toolchain/tooling/dynamic/base/ |
| D | pt_json.cpp | 59 bool PtJson::Add(const char *key, bool value) const in Add() 79 bool PtJson::Add(const char *key, int32_t value) const in Add() 84 bool PtJson::Add(const char *key, int64_t value) const in Add() 89 bool PtJson::Add(const char *key, uint32_t value) const in Add() 94 bool PtJson::Add(const char *key, double value) const in Add() 114 bool PtJson::Add(const char *key, const char *value) const in Add() argument 134 bool PtJson::Add(const char *key, const std::unique_ptr<PtJson> &value) const in Add() argument 153 bool PtJson::Push(bool value) const in Push() 169 bool PtJson::Push(int32_t value) const in Push() 174 bool PtJson::Push(int64_t value) const in Push() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate_accessor.cpp | 26 size_t GateAccessor::GetNumIns(GateRef gate) const in GetNumIns() 32 MarkCode GateAccessor::GetMark(GateRef gate) const in GetMark() 42 bool GateAccessor::IsFinished(GateRef gate) const in IsFinished() 47 bool GateAccessor::IsVisited(GateRef gate) const in IsVisited() 52 bool GateAccessor::IsPrevisit(GateRef gate) const in IsPrevisit() 57 bool GateAccessor::IsNotMarked(GateRef gate) const in IsNotMarked() 77 OpCode GateAccessor::GetOpCode(GateRef gate) const in GetOpCode() 83 BitField GateAccessor::TryGetValue(GateRef gate) const in TryGetValue() 89 ICmpCondition GateAccessor::GetICmpCondition(GateRef gate) const in GetICmpCondition() 96 FCmpCondition GateAccessor::GetFCmpCondition(GateRef gate) const in GetFCmpCondition() [all …]
|
| D | aot_compilation_env.cpp | 35 GlobalEnvField AOTCompilationEnv::GetArrayHClassIndex(ElementsKind kind, bool isProtoType) const in GetArrayHClassIndex() 45 JSHClass *AOTCompilationEnv::GetBuiltinPrototypeHClass(BuiltinTypeId type) const in GetBuiltinPrototypeHClass() 50 …TCompilationEnv::FindConstpool(const JSPandaFile *jsPandaFile, panda_file::File::EntityId id) const in FindConstpool() 55 JSTaggedValue AOTCompilationEnv::FindConstpool(const JSPandaFile *jsPandaFile, int32_t index) const in FindConstpool() 60 JSTaggedValue AOTCompilationEnv::FindOrCreateUnsharedConstpool(const uint32_t methodOffset) const in FindOrCreateUnsharedConstpool() argument 66 JSTaggedValue AOTCompilationEnv::FindOrCreateUnsharedConstpool(JSTaggedValue sharedConstpool) const in FindOrCreateUnsharedConstpool() 77 JSTaggedValue AOTCompilationEnv::GetConstantPoolByMethodOffset(const uint32_t methodOffset) const in GetConstantPoolByMethodOffset() argument 87 …pilationEnv::GetArrayLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) const in GetArrayLiteralFromCache() 92 …ilationEnv::GetObjectLiteralFromCache(JSTaggedValue constpool, uint32_t index, CString entry) const in GetObjectLiteralFromCache() 97 JSTaggedValue AOTCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_opcode.cpp | 117 uint32_t SaveStartOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode() 125 uint32_t SaveStartOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() 132 uint32_t SaveEndOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode() 140 uint32_t SaveEndOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() 147 uint32_t CharOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode() 155 uint32_t CharOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() 162 uint32_t Char32OpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode() 169 uint32_t Char32OpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() 176 uint32_t GotoOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode() 183 void GotoOpCode::UpdateOpPara(DynChunk *buf, uint32_t offset, uint32_t para) const in UpdateOpPara() [all …]
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | program_dump.cpp | 25 void PandasmProgramDumper::Dump(std::ostream &os, const pandasm::Program &program) const in Dump() argument 40 void PandasmProgramDumper::DumpAbcFilePath(std::ostream &os) const in DumpAbcFilePath() 48 … PandasmProgramDumper::DumpProgramLanguage(std::ostream &os, const pandasm::Program &program) const in DumpProgramLanguage() argument 55 …andasmProgramDumper::DumpLiteralArrayTable(std::ostream &os, const pandasm::Program &program) const in DumpLiteralArrayTable() argument 64 …rogramDumper::DumpLiteralArrayTableWithKey(std::ostream &os, const pandasm::Program &program) const in DumpLiteralArrayTableWithKey() argument 76 const pandasm::Program &program) const in DumpLiteralArrayWithKey() argument 85 …ramDumper::DumpLiteralArrayTableWithoutKey(std::ostream &os, const pandasm::Program &program) const in DumpLiteralArrayTableWithoutKey() argument 95 void PandasmProgramDumper::DumpRecordTable(std::ostream &os, const pandasm::Program &program) const in DumpRecordTable() argument 106 void PandasmProgramDumper::DumpRecord(std::ostream &os, const pandasm::Record &record) const in DumpRecord() argument 118 void PandasmProgramDumper::DumpFieldList(std::ostream &os, const pandasm::Record &record) const in DumpFieldList() argument [all …]
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_opcode.cpp | 123 uint32_t SaveStartOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode() 131 uint32_t SaveStartOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() 138 uint32_t SaveEndOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode() 146 uint32_t SaveEndOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() 153 uint32_t CharOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode() 161 uint32_t CharOpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() 168 uint32_t Char32OpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode() 175 uint32_t Char32OpCode::DumpOpCode(std::ostream &out, const DynChunk &buf, uint32_t offset) const in DumpOpCode() 182 uint32_t GotoOpCode::EmitOpCode(DynChunk *buf, uint32_t para) const in EmitOpCode() 189 void GotoOpCode::UpdateOpPara(DynChunk *buf, uint32_t offset, uint32_t para) const in UpdateOpPara() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler.cpp | 56 bool PandaRuntimeInterface::IsGcValidForFastPath(SourceLanguage lang) const in IsGcValidForFastPath() 68 … MethodIndex index) const in ResolveMethodIndex() 74 FieldIndex index) const in ResolveFieldIndex() 80 TypeIndex index) const in ResolveTypeIndex() 85 …nterface::MethodPtr PandaRuntimeInterface::GetMethodById(MethodPtr parentMethod, MethodId id) const in GetMethodById() 90 compiler::RuntimeInterface::MethodId PandaRuntimeInterface::GetMethodId(MethodPtr method) const in GetMethodId() 95 …mpiler::RuntimeInterface::IntrinsicId PandaRuntimeInterface::GetIntrinsicId(MethodPtr method) const in GetIntrinsicId() 100 uint64_t PandaRuntimeInterface::GetUniqMethodId(MethodPtr method) const in GetUniqMethodId() 105 …erface::MethodPtr PandaRuntimeInterface::ResolveVirtualMethod(ClassPtr cls, MethodPtr method) const in ResolveVirtualMethod() 112 … MethodPtr method) const in ResolveInterfaceMethod() [all …]
|
| /arkcompiler/runtime_core/abc2program/ |
| D | program_dump.cpp | 38 void PandasmProgramDumper::DumpAbcFilePath(std::ostream &os) const in DumpAbcFilePath() 47 …PandasmProgramDumper::DumpLanguage(std::ostream &os, const panda::panda_file::SourceLang lang) con… in DumpLanguage() argument 64 void PandasmProgramDumper::DumpProgramLanguage(std::ostream &os) const in DumpProgramLanguage() 69 void PandasmProgramDumper::DumpRecordLanguage(std::ostream &os, const pandasm::Record &record) const in DumpRecordLanguage() argument 74 …ndasmProgramDumper::DumpFunctionLanguage(std::ostream &os, const pandasm::Function &function) const in DumpFunctionLanguage() argument 79 void PandasmProgramDumper::DumpLiteralArrayTable(std::ostream &os) const in DumpLiteralArrayTable() 110 void PandasmProgramDumper::DumpRecordTable(std::ostream &os) const in DumpRecordTable() 124 void PandasmProgramDumper::DumpRecord(std::ostream &os, const pandasm::Record &record) const in DumpRecord() argument 142 bool PandasmProgramDumper::DumpRecordMetaData(std::ostream &os, const pandasm::Record &record) const in DumpRecordMetaData() argument 152 void PandasmProgramDumper::DumpFieldList(std::ostream &os, const pandasm::Record &record) const in DumpFieldList() argument [all …]
|
| /arkcompiler/runtime_core/libabckit/src/ |
| D | ir_interface_impl.cpp | 19 std::string AbckitIrInterface::GetMethodIdByOffset(uint32_t offset) const in GetMethodIdByOffset() 27 std::string AbckitIrInterface::GetStringIdByOffset(uint32_t offset) const in GetStringIdByOffset() 35 std::string AbckitIrInterface::GetLiteralArrayIdByOffset(uint32_t offset) const in GetLiteralArrayIdByOffset() 43 std::string AbckitIrInterface::GetTypeIdByOffset(uint32_t offset) const in GetTypeIdByOffset() 51 std::string AbckitIrInterface::GetFieldIdByOffset(uint32_t offset) const in GetFieldIdByOffset()
|
| /arkcompiler/ets_runtime/common_components/heap/ark_collector/ |
| D | idle_barrier.cpp | 24 BaseObject* IdleBarrier::ReadRefField(BaseObject* obj, RefField<false>& field) const in ReadRefField() 30 BaseObject* IdleBarrier::ReadStaticRef(RefField<false>& field) const { return ReadRefField(nullptr,… in ReadStaticRef() 32 …t* IdleBarrier::AtomicReadRefField(BaseObject* obj, RefField<true>& field, MemoryOrder order) const in AtomicReadRefField() 40 void IdleBarrier::ReadStruct(HeapAddress dst, BaseObject* obj, HeapAddress src, size_t size) const in ReadStruct() 47 MemoryOrder order) const in AtomicWriteRefField() 59 MemoryOrder order) const in AtomicSwapRefField() 71 … BaseObject* newRef, MemoryOrder sOrder, MemoryOrder fOrder) const in CompareAndSwapRefField() 90 void IdleBarrier::UpdateRememberSet(BaseObject* object, BaseObject* ref) const in UpdateRememberSet() 105 void IdleBarrier::WriteRoot(BaseObject *obj) const in WriteRoot() 110 void IdleBarrier::WriteRefField(BaseObject* obj, RefField<false>& field, BaseObject* ref) const in WriteRefField() [all …]
|
| /arkcompiler/runtime_core/libabckit/src/wrappers/ |
| D | abcfile_wrapper.cpp | 46 uint32_t FileWrapper::ResolveOffsetByIndex(void *parentMethod, uint16_t index) const in ResolveOffsetByIndex() 52 size_t FileWrapper::GetMethodTotalArgumentsCount(void *method) const in GetMethodTotalArgumentsCount() 63 size_t FileWrapper::GetMethodArgumentsCount([[maybe_unused]] void *caller, uint32_t id) const in GetMethodArgumentsCount() 72 size_t FileWrapper::GetMethodRegistersCount(void *method) const in GetMethodRegistersCount() 81 const uint8_t *FileWrapper::GetMethodCode(void *method) const in GetMethodCode() 90 size_t FileWrapper::GetMethodCodeSize(void *method) const in GetMethodCodeSize() 101 uint8_t FileWrapper::GetMethodSourceLanguage(void *method) const in GetMethodSourceLanguage() 114 size_t FileWrapper::GetClassIdForMethod(void *method) const in GetClassIdForMethod() 121 std::string FileWrapper::GetClassNameFromMethod(void *method) const in GetClassNameFromMethod() 129 std::string FileWrapper::GetMethodName(void *method) const in GetMethodName() [all …]
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsThisType.cpp | 22 void TSThisType::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument 24 void TSThisType::Dump(ir::AstDumper *dumper) const in Dump() 29 void TSThisType::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile() 31 checker::Type *TSThisType::Check([[maybe_unused]] checker::Checker *checker) const in Check() 36 checker::Type *TSThisType::GetType([[maybe_unused]] checker::Checker *checker) const in GetType()
|
| D | tsObjectKeyword.cpp | 23 void TSObjectKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument 25 void TSObjectKeyword::Dump(ir::AstDumper *dumper) const in Dump() 30 void TSObjectKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile() 32 checker::Type *TSObjectKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check() 37 checker::Type *TSObjectKeyword::GetType(checker::Checker *checker) const in GetType()
|
| D | tsUndefinedKeyword.cpp | 23 void TSUndefinedKeyword::Iterate([[maybe_unused]] const NodeTraverser &cb) const {} in Iterate() argument 25 void TSUndefinedKeyword::Dump(ir::AstDumper *dumper) const in Dump() 30 void TSUndefinedKeyword::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile() 32 checker::Type *TSUndefinedKeyword::Check([[maybe_unused]] checker::Checker *checker) const in Check() 37 checker::Type *TSUndefinedKeyword::GetType(checker::Checker *checker) const in GetType()
|
| D | tsConditionalType.cpp | 22 void TSConditionalType::Iterate(const NodeTraverser &cb) const in Iterate() argument 30 void TSConditionalType::Dump(ir::AstDumper *dumper) const in Dump() 39 void TSConditionalType::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile() 41 checker::Type *TSConditionalType::Check([[maybe_unused]] checker::Checker *checker) const in Check() 46 checker::Type *TSConditionalType::GetType([[maybe_unused]] checker::Checker *checker) const in GetType()
|
| D | tsMappedType.cpp | 22 void TSMappedType::Iterate(const NodeTraverser &cb) const in Iterate() argument 30 void TSMappedType::Dump(ir::AstDumper *dumper) const in Dump() 45 void TSMappedType::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile() 47 checker::Type *TSMappedType::Check([[maybe_unused]] checker::Checker *checker) const in Check() 52 checker::Type *TSMappedType::GetType([[maybe_unused]] checker::Checker *checker) const in GetType()
|