Home
last modified time | relevance | path

Searched defs:dictionary (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_cjs_module_cache.cpp19 PutIfAbsentAndReset(const JSThread *thread, const JSHandle<CjsModuleCache> &dictionary, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value) PutIfAbsentAndReset() argument
41 ResetModule(const JSThread *thread, const JSHandle<CjsModuleCache> &dictionary, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value) ResetModule() argument
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_namespace.cpp373 JSTaggedValue dictionary = SourceTextModule::Cast(targetModule.GetTaggedObject())->GetNameDictionary(); in ValidateKeysAvailable() local
H A Djs_module_source_text.cpp1384 JSTaggedValue dictionary = GetNameDictionary(); in GetModuleValue() local
1399 JSTaggedValue dictionary = GetNameDictionary(); in GetModuleValue() local
1434 FindByExport(const JSTaggedValue &exportEntriesTv, const JSTaggedValue &key, const JSTaggedValue &dictionary) FindByExport() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dtransitions_dictionary.h90 Shrink(const JSThread *thread, const JSHandle<TransitionsDictionary> &dictionary) Shrink() argument
H A Dtagged_dictionary.cpp437 PutIfAbsent( const JSThread *thread, const JSHandle<PointerToIndexDictionary> &dictionary, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value) PutIfAbsent() argument
H A Dobject_operator.cpp918 NumberDictionary *dictionary = NumberDictionary::Cast(elements); in WriteElement() local
1019 NumberDictionary *dictionary = NumberDictionary::Cast(obj->GetElements().GetTaggedObject()); in LookupElementInlinedProps() local
H A Djs_hclass.cpp29 PutIfAbsent(const JSThread *thread, const JSHandle<TransitionsDictionary> &dictionary, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &metaData) PutIfAbsent() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dntype_hcr_lowering.cpp329 GateRef dictionary = builder_.Load(VariableType::JS_ANY(), module, nameDictionaryOffset); in LowerLdLocalModuleVar() local
H A Dstub_builder.cpp10250 GateRef dictionary = Load(VariableType::JS_ANY(), module, nameDictionaryOffset); in Loadlocalmodulevar() local
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp497 JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictionary(); in GetModuleVariableIndex() local
559 JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictionary(); in GetExportVariableValue() local
585 JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictionary(); in SetExportVariableValue() local
678 JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictionary(); GetLocalExportVariables() local
[all...]

Completed in 31 milliseconds