• Home
  • Raw
  • Download

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()
484 JSTaggedValue BuiltinsObject::IsFrozen(EcmaRuntimeCallInfo *argv) in IsFrozen()
502 JSTaggedValue BuiltinsObject::IsSealed(EcmaRuntimeCallInfo *argv) in IsSealed()
521 JSTaggedValue BuiltinsObject::Keys(EcmaRuntimeCallInfo *argv) in Keys()
548 JSTaggedValue BuiltinsObject::Values(EcmaRuntimeCallInfo *argv) in Values()
574 JSTaggedValue BuiltinsObject::PreventExtensions(EcmaRuntimeCallInfo *argv) in PreventExtensions()
604 JSTaggedValue BuiltinsObject::Seal(EcmaRuntimeCallInfo *argv) in Seal()
636 JSTaggedValue BuiltinsObject::SetPrototypeOf(EcmaRuntimeCallInfo *argv) in SetPrototypeOf()
680 JSTaggedValue BuiltinsObject::HasOwnProperty(EcmaRuntimeCallInfo *argv) in HasOwnProperty()
705 JSTaggedValue BuiltinsObject::IsPrototypeOf(EcmaRuntimeCallInfo *argv) in IsPrototypeOf()
736 JSTaggedValue BuiltinsObject::PropertyIsEnumerable(EcmaRuntimeCallInfo *argv) in PropertyIsEnumerable()
770 JSTaggedValue BuiltinsObject::ToLocaleString(EcmaRuntimeCallInfo *argv) in ToLocaleString()
831 JSTaggedValue BuiltinsObject::ToString(EcmaRuntimeCallInfo *argv) in ToString()
879 JSTaggedValue BuiltinsObject::ValueOf(EcmaRuntimeCallInfo *argv) in ValueOf()
892 JSTaggedValue BuiltinsObject::ProtoGetter(EcmaRuntimeCallInfo *argv) in ProtoGetter()
909 JSTaggedValue BuiltinsObject::ProtoSetter(EcmaRuntimeCallInfo *argv) in ProtoSetter()
948 JSTaggedValue BuiltinsObject::CreateRealm(EcmaRuntimeCallInfo *argv) in CreateRealm()
958 JSTaggedValue BuiltinsObject::Entries(EcmaRuntimeCallInfo *argv) in Entries()
976 JSTaggedValue BuiltinsObject::FromEntries(EcmaRuntimeCallInfo *argv) in FromEntries()
1010 JSTaggedValue BuiltinsObject::CreateDataPropertyOnObjectFunctions(EcmaRuntimeCallInfo *argv) in CreateDataPropertyOnObjectFunctions()