Lines Matching defs:argv
27 JSTaggedValue BuiltinsMap::MapConstructor(EcmaRuntimeCallInfo *argv) in MapConstructor()
68 JSTaggedValue BuiltinsMap::Set(EcmaRuntimeCallInfo *argv) in Set()
89 JSTaggedValue BuiltinsMap::Clear(EcmaRuntimeCallInfo *argv) in Clear()
107 JSTaggedValue BuiltinsMap::Delete(EcmaRuntimeCallInfo *argv) in Delete()
125 JSTaggedValue BuiltinsMap::Has(EcmaRuntimeCallInfo *argv) in Has()
142 JSTaggedValue BuiltinsMap::Get(EcmaRuntimeCallInfo *argv) in Get()
159 JSTaggedValue BuiltinsMap::ForEach([[maybe_unused]] EcmaRuntimeCallInfo *argv) in ForEach()
213 JSTaggedValue BuiltinsMap::Species([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Species()
218 JSTaggedValue BuiltinsMap::GetSize(EcmaRuntimeCallInfo *argv) in GetSize()
234 JSTaggedValue BuiltinsMap::Entries(EcmaRuntimeCallInfo *argv) in Entries()
244 JSTaggedValue BuiltinsMap::Keys(EcmaRuntimeCallInfo *argv) in Keys()
254 JSTaggedValue BuiltinsMap::Values(EcmaRuntimeCallInfo *argv) in Values()