Lines Matching defs:argv
32 JSTaggedValue BuiltinsObject::ObjectConstructor(EcmaRuntimeCallInfo *argv) in ObjectConstructor()
64 JSTaggedValue BuiltinsObject::Assign(EcmaRuntimeCallInfo *argv) in Assign()
212 JSTaggedValue BuiltinsObject::Create(EcmaRuntimeCallInfo *argv) in Create()
241 JSTaggedValue BuiltinsObject::DefineProperties(EcmaRuntimeCallInfo *argv) in DefineProperties()
252 JSTaggedValue BuiltinsObject::DefineProperty(EcmaRuntimeCallInfo *argv) in DefineProperty()
289 JSTaggedValue BuiltinsObject::Freeze(EcmaRuntimeCallInfo *argv) in Freeze()
320 JSTaggedValue BuiltinsObject::GetOwnPropertyDescriptor(EcmaRuntimeCallInfo *argv) in GetOwnPropertyDescriptor()
410 JSTaggedValue BuiltinsObject::GetOwnPropertyNames(EcmaRuntimeCallInfo *argv) in GetOwnPropertyNames()
424 JSTaggedValue BuiltinsObject::GetOwnPropertySymbols(EcmaRuntimeCallInfo *argv) in GetOwnPropertySymbols()
438 JSTaggedValue BuiltinsObject::GetPrototypeOf(EcmaRuntimeCallInfo *argv) in GetPrototypeOf()
458 JSTaggedValue BuiltinsObject::Is(EcmaRuntimeCallInfo *argv) in Is()
469 JSTaggedValue BuiltinsObject::IsExtensible(EcmaRuntimeCallInfo *argv) in IsExtensible()
485 JSTaggedValue BuiltinsObject::IsFrozen(EcmaRuntimeCallInfo *argv) in IsFrozen()
504 JSTaggedValue BuiltinsObject::IsSealed(EcmaRuntimeCallInfo *argv) in IsSealed()
523 JSTaggedValue BuiltinsObject::Keys(EcmaRuntimeCallInfo *argv) in Keys()
550 JSTaggedValue BuiltinsObject::Values(EcmaRuntimeCallInfo *argv) in Values()
576 JSTaggedValue BuiltinsObject::PreventExtensions(EcmaRuntimeCallInfo *argv) in PreventExtensions()
606 JSTaggedValue BuiltinsObject::Seal(EcmaRuntimeCallInfo *argv) in Seal()
638 JSTaggedValue BuiltinsObject::SetPrototypeOf(EcmaRuntimeCallInfo *argv) in SetPrototypeOf()
682 JSTaggedValue BuiltinsObject::HasOwnProperty(EcmaRuntimeCallInfo *argv) in HasOwnProperty()
707 JSTaggedValue BuiltinsObject::IsPrototypeOf(EcmaRuntimeCallInfo *argv) in IsPrototypeOf()
739 JSTaggedValue BuiltinsObject::PropertyIsEnumerable(EcmaRuntimeCallInfo *argv) in PropertyIsEnumerable()
774 JSTaggedValue BuiltinsObject::ToLocaleString(EcmaRuntimeCallInfo *argv) in ToLocaleString()
835 JSTaggedValue BuiltinsObject::ToString(EcmaRuntimeCallInfo *argv) in ToString()
884 JSTaggedValue BuiltinsObject::ValueOf(EcmaRuntimeCallInfo *argv) in ValueOf()
897 JSTaggedValue BuiltinsObject::ProtoGetter(EcmaRuntimeCallInfo *argv) in ProtoGetter()
914 JSTaggedValue BuiltinsObject::ProtoSetter(EcmaRuntimeCallInfo *argv) in ProtoSetter()
953 JSTaggedValue BuiltinsObject::CreateRealm(EcmaRuntimeCallInfo *argv) in CreateRealm()
964 JSTaggedValue BuiltinsObject::Entries(EcmaRuntimeCallInfo *argv) in Entries()
982 JSTaggedValue BuiltinsObject::FromEntries(EcmaRuntimeCallInfo *argv) in FromEntries()
1016 JSTaggedValue BuiltinsObject::CreateDataPropertyOnObjectFunctions(EcmaRuntimeCallInfo *argv) in CreateDataPropertyOnObjectFunctions()
1046 JSTaggedValue BuiltinsObject::HasOwn(EcmaRuntimeCallInfo *argv) in HasOwn()