Home
last modified time | relevance | path

Searched refs:referencing (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h55 JSHandle<SourceTextModule> HostGetImportedModule(JSTaggedValue referencing);
57 bool IsImportedModuleLoaded(JSTaggedValue referencing);
Djs_module_manager.cpp318 JSHandle<SourceTextModule> ModuleManager::HostGetImportedModule(JSTaggedValue referencing) in HostGetImportedModule() argument
321 int entry = dict->FindEntry(referencing); in HostGetImportedModule()
323 << ConvertToString(referencing); in HostGetImportedModule()
340 bool ModuleManager::IsImportedModuleLoaded(JSTaggedValue referencing) in IsImportedModuleLoaded() argument
342 int entry = NameDictionary::Cast(resolvedModules_.GetTaggedObject())->FindEntry(referencing); in IsImportedModuleLoaded()
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md51 PLT-slot is referencing to an object in young space. That information allow to significantly reduce…
53 updated only if `StringTable` was updated during GC, because both these structures are referencing
54 PLT-slots referencing a subset of strings references by the `StringTable`).
/arkcompiler/runtime_core/docs/
Ddesign-of-interpreter.md75 1. Format should enforce as "flat" layout as possible: referencing metadata from other metadata
Ddoxygen.config976 # function all documented functions referencing it will be listed.
1922 # listings (including syntax highlighting and cross-referencing information) to
1949 # program listings (including syntax highlighting and cross-referencing
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
Dtypeinfer_failed_cases.gni1946 "automatedcases/import_var-referencing-an-imported-module-alias/consumer",
2989 "automatedcases/qualifiedName_ImportDeclarations-entity-names-referencing-a-var",
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch12201 @@ -21,4 +21,6 @@ function foo2<T extends U, U>(t: T, u: U) { // Error for referencing own type pa
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …enced with ECMAScript imports/exports by turning on the '{0}' flag and referencing its default exp…