Searched defs:dictionary (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module_cache.cpp | 20 … const JSHandle<CjsModuleCache> &dictionary, in PutIfAbsentAndReset() 42 const JSHandle<CjsModuleCache> &dictionary, in ResetModule()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | transitions_dictionary.h | 92 … const JSHandle<TransitionsDictionary> &dictionary) in Shrink()
|
| D | object_operator.cpp | 939 NumberDictionary *dictionary = NumberDictionary::Cast(elements); in WriteElement() local 1042 …NumberDictionary *dictionary = NumberDictionary::Cast(obj->GetElements(thread_).GetTaggedObject()); in LookupElementInlinedProps() local
|
| D | tagged_dictionary.cpp | 441 const JSHandle<PointerToIndexDictionary> &dictionary, in PutIfAbsent()
|
| D | object_fast_operator-inl.h | 86 NumberDictionary *dictionary = in HasOwnProperty() local
|
| D | js_hclass.cpp | 32 … const JSHandle<TransitionsDictionary> &dictionary, in PutIfAbsent()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_namespace.cpp | 381 …JSTaggedValue dictionary = SourceTextModule::Cast(targetModule.GetTaggedObject())->GetNameDictiona… in ValidateKeysAvailable() local
|
| D | js_module_manager.cpp | 96 JSTaggedValue dictionary = in GetExternalModuleVarFastPathForJIT() local
|
| D | js_module_source_text.cpp | 1339 JSTaggedValue dictionary = GetNameDictionary(thread); in GetModuleValue() local 1360 JSTaggedValue dictionary = GetNameDictionary(thread); in GetModuleValue() local 1419 const JSTaggedValue &dictionary) in FindByExport()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 540 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in GetModuleVariableIndex() local 581 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in GetExportVariableValue() local 607 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in SetExportVariableValue() local 700 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in GetLocalExportVariables() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ntype_hcr_lowering.cpp | 341 GateRef dictionary = builder_.Load(VariableType::JS_ANY(), glue, module, nameDictionaryOffset); in LowerLdLocalModuleVar() local
|
| D | stub_builder.cpp | 11807 GateRef dictionary = GetNameDictionary(glue, module); in Loadlocalmodulevar() local 12020 GateRef dictionary = GetNameDictionary(glue, module); in GetModuleValueByIndex() local 12509 GateRef dictionary = GetNameDictionary(glue, requiredModule); in LoadModuleNamespaceByIndex() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_hclass_test.cpp | 333 JSHandle<TransitionsDictionary> dictionary(thread, obj2Class->GetTransitions(thread)); in HWTEST_F_L0() local
|