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 | 91 … const JSHandle<TransitionsDictionary> &dictionary) in Shrink()
|
| D | object_operator.cpp | 919 NumberDictionary *dictionary = NumberDictionary::Cast(elements); in WriteElement() local 1020 … NumberDictionary *dictionary = NumberDictionary::Cast(obj->GetElements().GetTaggedObject()); in LookupElementInlinedProps() local
|
| D | js_object-inl.h | 368 inline bool JSObject::ShouldTransToFastElements(JSHandle<NumberDictionary> dictionary, in ShouldTransToFastElements()
|
| D | tagged_dictionary.cpp | 439 const JSHandle<PointerToIndexDictionary> &dictionary, in PutIfAbsent()
|
| D | object_fast_operator-inl.h | 85 NumberDictionary *dictionary = in HasOwnProperty() local
|
| D | js_hclass.cpp | 30 … const JSHandle<TransitionsDictionary> &dictionary, in PutIfAbsent()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_namespace.cpp | 370 …JSTaggedValue dictionary = SourceTextModule::Cast(targetModule.GetTaggedObject())->GetNameDictiona… in ValidateKeysAvailable() local
|
| D | js_module_source_text.cpp | 1377 JSTaggedValue dictionary = GetNameDictionary(); in GetModuleValue() local 1392 JSTaggedValue dictionary = GetNameDictionary(); in GetModuleValue() local 1428 const JSTaggedValue &dictionary) in FindByExport()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 497 …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/ |
| D | ntype_hcr_lowering.cpp | 325 GateRef dictionary = builder_.Load(VariableType::JS_ANY(), module, nameDictionaryOffset); in LowerLdLocalModuleVar() local
|
| D | stub_builder.cpp | 10129 GateRef dictionary = Load(VariableType::JS_ANY(), module, nameDictionaryOffset); in Loadlocalmodulevar() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_hclass_test.cpp | 309 JSHandle<TransitionsDictionary> dictionary(thread, obj2Class->GetTransitions()); in HWTEST_F_L0() local
|