Lines Matching defs:argv
34 JSTaggedValue BuiltinsObject::ObjectConstructor(EcmaRuntimeCallInfo *argv) in ObjectConstructor()
97 JSTaggedValue BuiltinsObject::Assign(EcmaRuntimeCallInfo *argv) in Assign()
249 JSTaggedValue BuiltinsObject::Create(EcmaRuntimeCallInfo *argv) in Create()
283 JSTaggedValue BuiltinsObject::DefineProperties(EcmaRuntimeCallInfo *argv) in DefineProperties()
294 JSTaggedValue BuiltinsObject::DefineProperty(EcmaRuntimeCallInfo *argv) in DefineProperty()
331 JSTaggedValue BuiltinsObject::Freeze(EcmaRuntimeCallInfo *argv) in Freeze()
362 JSTaggedValue BuiltinsObject::GetOwnPropertyDescriptor(EcmaRuntimeCallInfo *argv) in GetOwnPropertyDescriptor()
395 JSTaggedValue BuiltinsObject::GetOwnPropertyDescriptors(EcmaRuntimeCallInfo *argv) in GetOwnPropertyDescriptors()
501 JSTaggedValue BuiltinsObject::GetOwnPropertyNames(EcmaRuntimeCallInfo *argv) in GetOwnPropertyNames()
515 JSTaggedValue BuiltinsObject::GetOwnPropertySymbols(EcmaRuntimeCallInfo *argv) in GetOwnPropertySymbols()
529 JSTaggedValue BuiltinsObject::GetPrototypeOf(EcmaRuntimeCallInfo *argv) in GetPrototypeOf()
549 JSTaggedValue BuiltinsObject::Is(EcmaRuntimeCallInfo *argv) in Is()
560 JSTaggedValue BuiltinsObject::IsExtensible(EcmaRuntimeCallInfo *argv) in IsExtensible()
576 JSTaggedValue BuiltinsObject::IsFrozen(EcmaRuntimeCallInfo *argv) in IsFrozen()
595 JSTaggedValue BuiltinsObject::IsSealed(EcmaRuntimeCallInfo *argv) in IsSealed()
614 JSTaggedValue BuiltinsObject::Keys(EcmaRuntimeCallInfo *argv) in Keys()
641 JSTaggedValue BuiltinsObject::Values(EcmaRuntimeCallInfo *argv) in Values()
667 JSTaggedValue BuiltinsObject::PreventExtensions(EcmaRuntimeCallInfo *argv) in PreventExtensions()
697 JSTaggedValue BuiltinsObject::Seal(EcmaRuntimeCallInfo *argv) in Seal()
729 JSTaggedValue BuiltinsObject::SetPrototypeOf(EcmaRuntimeCallInfo *argv) in SetPrototypeOf()
773 JSTaggedValue BuiltinsObject::HasOwnProperty(EcmaRuntimeCallInfo *argv) in HasOwnProperty()
808 JSTaggedValue BuiltinsObject::IsPrototypeOf(EcmaRuntimeCallInfo *argv) in IsPrototypeOf()
840 JSTaggedValue BuiltinsObject::PropertyIsEnumerable(EcmaRuntimeCallInfo *argv) in PropertyIsEnumerable()
875 JSTaggedValue BuiltinsObject::ToLocaleString(EcmaRuntimeCallInfo *argv) in ToLocaleString()
939 JSTaggedValue BuiltinsObject::ToString(EcmaRuntimeCallInfo *argv) in ToString()
987 JSTaggedValue BuiltinsObject::ValueOf(EcmaRuntimeCallInfo *argv) in ValueOf()
1000 JSTaggedValue BuiltinsObject::ProtoGetter(EcmaRuntimeCallInfo *argv) in ProtoGetter()
1017 JSTaggedValue BuiltinsObject::ProtoSetter(EcmaRuntimeCallInfo *argv) in ProtoSetter()
1056 JSTaggedValue BuiltinsObject::CreateRealm(EcmaRuntimeCallInfo *argv) in CreateRealm()
1067 JSTaggedValue BuiltinsObject::Entries(EcmaRuntimeCallInfo *argv) in Entries()
1089 JSTaggedValue BuiltinsObject::FromEntries(EcmaRuntimeCallInfo *argv) in FromEntries()
1123 JSTaggedValue BuiltinsObject::CreateDataPropertyOnObjectFunctions(EcmaRuntimeCallInfo *argv) in CreateDataPropertyOnObjectFunctions()
1153 JSTaggedValue BuiltinsObject::HasOwn(EcmaRuntimeCallInfo *argv) in HasOwn()