Home
last modified time | relevance | path

Searched defs:force (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
DrecordTable.cpp27 BoundContext::BoundContext(RecordTable *recordTable, ir::ClassDefinition *classDef, bool force) in BoundContext()
45 …text::BoundContext(RecordTable *recordTable, ir::TSInterfaceDeclaration *interfaceDecl, bool force) in BoundContext()
63 …text::BoundContext(RecordTable *recordTable, ir::AnnotationDeclaration *annotationDecl, bool force) in BoundContext()
/arkcompiler/ets_frontend/ets2panda/linter/scripts/
Dinstall-ohos-typescript.mjs86 fs.rmSync(typescript_dir, {recursive: true, force: true}) property
113 fs.rmSync(node_modules + '/typescript', {recursive: true, force: true}) property
Dbundle-ts-lib-declarations.mjs116 force: true, property
/arkcompiler/runtime_core/static_core/runtime/
Dfile_manager.cpp58 Expected<bool, std::string> FileManager::LoadAnFile(std::string_view anLocation, bool force) in LoadAnFile()
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_manager.cpp24 bool force) in AddFile()
/arkcompiler/ets_runtime/ecmascript/base/
Dsort_helper.cpp41 uint32_t force = std::min(nRemaining, minRunLength); in Sort() local
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.cpp527 bool ProfileDumpInfo::MergeAndSave(const PandaString &filename, uint64_t *bytesWritten, bool force) in MergeAndSave()