Home
last modified time | relevance | path

Searched defs:isModule (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp78 bool isModule = jsPandaFile->IsModule(thread, realEntry, entry); in ExecuteFromFile() local
120 bool isModule = jsPandaFile->IsModule(thread, entry); in ExecuteFromBuffer() local
160 [[maybe_unused]] bool isModule = jsPandaFile->IsModule(thread, realEntry, entry); in ExecuteModuleBuffer() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp180 bool isModule = jsPandaFile->IsModule(thread, entryPoint); in DynamicImportJob() local
/arkcompiler/toolchain/tooling/base/
Dpt_events.h403 ScriptFailedToParse &SetIsModule(bool isModule) in SetIsModule()
671 ScriptParsed &SetIsModule(bool isModule) in SetIsModule()
/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts40 isModule: ModuleVarKind; property in Decl
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2760 bool isModule = jsPandaFile->IsModule(thread, recordName); in InitForConcurrentFunction() local