Home
last modified time | relevance | path

Searched refs:GetValueFromGlobalDictionary (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h560 GateRef GetValueFromGlobalDictionary(GateRef object, GateRef entry);
Dstub_builder-inl.h2221 inline GateRef StubBuilder::GetValueFromGlobalDictionary(GateRef object, GateRef entry) in GetValueFromGlobalDictionary() function
Dstub_builder.cpp4821 result = GetValueFromGlobalDictionary(properties, entry); in GetGlobalOwnProperty()