| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_executor.cpp | 91 if (jsPandaFile->IsModule(recordInfo)) { in ExecuteFromAbcFile() 141 if (jsPandaFile->IsModule(recordInfo)) { in ExecuteFromBuffer() 193 if (!jsPandaFile->IsModule(recordInfo)) { in ExecuteModuleBuffer() 280 if (jsPandaFile->IsModule(recordInfo)) { in ExecuteFromBufferSecure() 355 if (!jsPandaFile->IsModule(recordInfo)) { in ExecuteModuleBufferSecure()
|
| D | js_pandafile.h | 294 bool PUBLIC_API IsModule(const JSRecordInfo &jsRecordInfo) const in IsModule() function
|
| D | literal_data_extractor.cpp | 300 if (jsPandaFile->IsModule(recordInfo)) { in DefineMethodInLiteral()
|
| /arkcompiler/ets_frontend/ets2panda/lexer/ |
| D | keywords.cpp | 32 if (!parserContext->IsAsync() && !parserContext->IsModule()) { in Handle_await()
|
| /arkcompiler/ets_frontend/es2panda/parser/context/ |
| D | parserContext.h | 128 bool IsModule() const in DEFINE_BITOPS()
|
| /arkcompiler/ets_frontend/ets2panda/parser/context/ |
| D | parserContext.h | 143 bool IsModule() const in DEFINE_BITOPS()
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/ |
| D | abc_file.cpp | 74 bool AbcFile::IsModule(std::string_view record_name) const in IsModule() function in panda::defect_scan_aux::AbcFile 135 if (!IsModule(record_name)) { in GetExportFunctionByExportName() 181 if (!IsModule(record_name)) { in GetExportClassByExportName() 240 if (!IsModule(record_name)) { in GetLocalNameByExportName() 255 if (!IsModule(record_name)) { in GetImportNameByExportName() 271 if (!IsModule(record_name)) { in GetModuleNameByExportName() 287 if (!IsModule(record_name)) { in GetModuleNameByLocalName() 302 if (!IsModule(record_name)) { in GetImportNameByLocalName() 1018 if (!IsModule() || def_func_list_.empty()) { in ExtractSingleClassAndFunctionExportList()
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/include/ |
| D | abc_file.h | 55 bool IsModule(std::string_view record_name = "") const;
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | aot_compiler_preprocessor.cpp | 188 if (jsPandaFile->IsModule(info.second)) { in ResolveModule()
|
| D | bytecode_info_collector.cpp | 708 if (jsPandaFile_->HasTSTypes(info) && jsPandaFile_->IsModule(info)) { in CollectRecordReferenceREL()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 226 if (!jsPandaFile->IsModule(recordInfo)) { in DynamicImportJob()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_test.cpp | 269 EXPECT_EQ(pf1->IsModule(info), false); in HWTEST_F_L0()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 1633 if (lexer_->GetToken().KeywordType() == lexer::TokenType::KEYW_AWAIT && context_.IsModule()) { in ParseLabelledStatement() 1948 … if (context_.IsModule() && !program_.IsDtsFile() && !context_.IsTsModule() && !isDeclare) { in ValidateDeclaratorId() 2773 if (!context_.IsModule()) { in ParseExportDeclaration() 2826 !exportDecl->Parent()->IsTSModuleBlock() && !context_.IsModule()) { in ParseExportDeclaration() 3088 if (!context_.IsModule()) { in ParseImportDeclaration() 3123 if (Extension() == ScriptExtension::TS && !context_.IsModule()) { in ParseImportDeclaration() 3129 if (Extension() == ScriptExtension::TS && !context_.IsModule()) { in ParseImportDeclaration()
|
| D | expressionParser.cpp | 2406 if (context_.IsModule() && !(context_.Status() & ParserStatus::FUNCTION)) { in ParseUnaryOrPrefixUpdateExpression() 2426 if (!context_.IsModule()) { in ParseImportExpression()
|
| D | parserImpl.cpp | 3873 …tus & (ParserStatus::ASYNC_FUNCTION | ParserStatus::FUNCTION_DECLARATION)) | context_.IsModule()) { in ParseFunction() 4258 context_.IsModule() && !context_.IsTsModule()) { in CheckStrictReservedWord()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.cpp | 542 if (jsPandaFile->IsModule(recordInfo)) { in ResolveModule() 587 if (jsPandaFile->IsModule(recordInfo)) { in ResolveModuleWithMerge()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | statementParser.cpp | 998 if (lexer_->GetToken().KeywordType() == lexer::TokenType::KEYW_AWAIT && context_.IsModule()) { in ParseLabelledStatement() 1658 if (!context_.IsModule()) { in ParseExportDeclaration() 1819 if (!context_.IsModule()) { in ParseImportDeclaration()
|
| D | expressionParser.cpp | 2162 if (!context_.IsModule()) { in ParseImportExpression()
|
| D | TSparser.cpp | 2592 !GetContext().IsModule()) { in ParseExportDeclaration()
|
| /arkcompiler/ets_frontend/es2panda/lexer/ |
| D | lexer.cpp | 1203 if (!parserContext_->IsModule() || parserContext_->GetProgram()->IsDtsFile()) { in CheckAwaitKeyword()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_context.cpp | 289 if (jsPandaFile->IsModule(recordInfo)) { in CommonInvokeEcmaEntrypoint()
|
| D | js_function.cpp | 946 if (!jsPandaFile->IsModule(recordInfo)) { in InitializeForConcurrentFunction()
|