Home
last modified time | relevance | path

Searched refs:GetBox (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_dictionary-inl.h50 PropertyBox *GlobalDictionary::GetBox(int entry) const in GetBox() function in panda::ecmascript::GlobalDictionary
58 return GetBox(entry)->GetValue(); in GetValue()
212 PropertyBox *box = dictHandle->GetBox(entry); in InvalidatePropertyBox()
228 PropertyBox *box = dictHandle->GetBox(entry); in InvalidateAndReplaceEntry()
H A Dglobal_dictionary.h59 inline PropertyBox *GetBox(int entry) const;
H A Dobject_operator.cpp523 JSTaggedValue value(dict->GetBox(entry)); in LookupGlobal()
552 JSTaggedValue value(dict->GetBox(entry)); in LookupPropertyInlinedProps()
708 PropertyBox *cell = dict->GetBox(GetIndex()); in UpdateDataValue()
H A Djs_object.cpp459 PropertyBox* box = dictHandle->GetBox(index); in DeletePropertyInternal()
1142 return dict->GetBox(entry); in GetGlobalPropertyBox()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dglobal_dictionary_test.cpp96 EXPECT_TRUE(handleDict->GetBox(0) != nullptr); in HWTEST_F_L0()
99 EXPECT_TRUE(newDict->GetBox(0) != nullptr); in HWTEST_F_L0()
101 EXPECT_TRUE(newDict->GetBox(1) != nullptr); in HWTEST_F_L0()
H A Dobject_operator_second_test.cpp222 PropertyBox *resultCell = resultDict->GetBox(objectOperator.GetIndex()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1674 return JSTaggedValue(dict->GetBox(entry)); in RuntimeLdGlobalRecord()
1703 PropertyBox *box = dict->GetBox(entry); in RuntimeTryUpdateGlobalRecord()

Completed in 16 milliseconds