Home
last modified time | relevance | path

Searched defs:dictionary (Results 1 – 12 of 12) 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.cpp870 NumberDictionary *dictionary = NumberDictionary::Cast(elements); in WriteElement() local
963 … NumberDictionary *dictionary = NumberDictionary::Cast(obj->GetElements().GetTaggedObject()); in LookupElementInlinedProps() local
Djs_object-inl.h358 inline bool JSObject::ShouldTransToFastElements(JSHandle<NumberDictionary> dictionary, in ShouldTransToFastElements()
Dtagged_dictionary.cpp418 const JSHandle<PointerToIndexDictionary> &dictionary, in PutIfAbsent()
Dobject_fast_operator-inl.h75 NumberDictionary *dictionary = in HasOwnProperty() local
Djs_hclass.cpp38const JSHandle<TransitionsDictionary> &dictionary, in PutIfAbsent()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp323 …JSTaggedValue dictionary = SourceTextModule::Cast(targetModule.GetTaggedObject())->GetNameDictiona… in ValidateKeysAvailable() local
Djs_module_source_text.cpp1376 JSTaggedValue dictionary = GetNameDictionary(); in GetModuleValue() local
1391 JSTaggedValue dictionary = GetNameDictionary(); in GetModuleValue() local
1418 const JSTaggedValue &dictionary) in FindByExport()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp482 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in GetModuleVariableIndex() local
544 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in GetExportVariableValue() local
570 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in SetExportVariableValue() local
663 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in GetLocalExportVariables() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp302 GateRef dictionary = builder_.Load(VariableType::JS_ANY(), module, nameDictionaryOffset); in LowerLdLocalModuleVar() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp323 JSHandle<TransitionsDictionary> dictionary(thread, obj2Class->GetTransitions()); in HWTEST_F_L0() local