Home
last modified time | relevance | path

Searched defs:dictionary (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.cpp24const JSHandle<CjsModuleCache> &dictionary, in PutIfAbsentAndReset()
46 const JSHandle<CjsModuleCache> &dictionary, in ResetModule()
/arkcompiler/ets_runtime/ecmascript/
Dtransitions_dictionary.h91const JSHandle<TransitionsDictionary> &dictionary) in Shrink()
Dobject_operator.cpp682 NumberDictionary *dictionary = NumberDictionary::Cast(elements); in WriteElement() local
767 … NumberDictionary *dictionary = NumberDictionary::Cast(obj->GetElements().GetTaggedObject()); in LookupElementInlinedProps() local
Djs_hclass.cpp34const JSHandle<TransitionsDictionary> &dictionary, in PutIfAbsent()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp312 …JSTaggedValue dictionary = SourceTextModule::Cast(targetModule.GetTaggedObject())->GetNameDictiona… in ValidateKeysAvailable() local
Djs_module_source_text.cpp1167 JSTaggedValue dictionary = GetNameDictionary(); in GetModuleValue() local
1182 JSTaggedValue dictionary = GetNameDictionary(); in GetModuleValue() local
1209 const JSTaggedValue &dictionary) in FindByExport()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp425 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in GetModuleVariableIndex() local
487 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in GetExportVariableValue() local
513 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in SetExportVariableValue() local
606 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in GetLocalExportVariables() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp320 JSHandle<TransitionsDictionary> dictionary(thread, obj2Class->GetTransitions()); in HWTEST_F_L0() local