Lines Matching refs:BuiltinsSet
23 JSTaggedValue BuiltinsSet::SetConstructor(EcmaRuntimeCallInfo *argv)
100 JSTaggedValue BuiltinsSet::Add(EcmaRuntimeCallInfo *argv)
120 JSTaggedValue BuiltinsSet::Clear(EcmaRuntimeCallInfo *argv)
138 JSTaggedValue BuiltinsSet::Delete(EcmaRuntimeCallInfo *argv)
157 JSTaggedValue BuiltinsSet::Has(EcmaRuntimeCallInfo *argv)
175 JSTaggedValue BuiltinsSet::ForEach(EcmaRuntimeCallInfo *argv)
229 JSTaggedValue BuiltinsSet::Species(EcmaRuntimeCallInfo *argv)
234 JSTaggedValue BuiltinsSet::GetSize(EcmaRuntimeCallInfo *argv)
251 JSTaggedValue BuiltinsSet::Entries(EcmaRuntimeCallInfo *argv)
263 JSTaggedValue BuiltinsSet::Values(EcmaRuntimeCallInfo *argv)