Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.cpp20const JSHandle<CjsModuleCache> &dictionary, in PutIfAbsentAndReset()
42 const JSHandle<CjsModuleCache> &dictionary, in ResetModule()
/arkcompiler/ets_runtime/ecmascript/
Dtransitions_dictionary.h91const JSHandle<TransitionsDictionary> &dictionary) in Shrink()
Dobject_operator.cpp919 NumberDictionary *dictionary = NumberDictionary::Cast(elements); in WriteElement() local
1020 … NumberDictionary *dictionary = NumberDictionary::Cast(obj->GetElements().GetTaggedObject()); in LookupElementInlinedProps() local
Djs_object-inl.h368 inline bool JSObject::ShouldTransToFastElements(JSHandle<NumberDictionary> dictionary, in ShouldTransToFastElements()
Dtagged_dictionary.cpp439 const JSHandle<PointerToIndexDictionary> &dictionary, in PutIfAbsent()
Dobject_fast_operator-inl.h85 NumberDictionary *dictionary = in HasOwnProperty() local
Djs_hclass.cpp30const JSHandle<TransitionsDictionary> &dictionary, in PutIfAbsent()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp370 …JSTaggedValue dictionary = SourceTextModule::Cast(targetModule.GetTaggedObject())->GetNameDictiona… in ValidateKeysAvailable() local
Djs_module_source_text.cpp1377 JSTaggedValue dictionary = GetNameDictionary(); in GetModuleValue() local
1392 JSTaggedValue dictionary = GetNameDictionary(); in GetModuleValue() local
1428 const JSTaggedValue &dictionary) in FindByExport()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp497 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in GetModuleVariableIndex() local
559 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in GetExportVariableValue() local
585 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in SetExportVariableValue() local
678 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in GetLocalExportVariables() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp325 GateRef dictionary = builder_.Load(VariableType::JS_ANY(), module, nameDictionaryOffset); in LowerLdLocalModuleVar() local
Dstub_builder.cpp10129 GateRef dictionary = Load(VariableType::JS_ANY(), module, nameDictionaryOffset); in Loadlocalmodulevar() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp309 JSHandle<TransitionsDictionary> dictionary(thread, obj2Class->GetTransitions()); in HWTEST_F_L0() local