• Home
  • Raw
  • Download

Lines Matching defs:argv

25 JSTaggedValue BuiltinsObject::ObjectConstructor(EcmaRuntimeCallInfo *argv)  in ObjectConstructor()
88 JSTaggedValue BuiltinsObject::Assign(EcmaRuntimeCallInfo *argv) in Assign()
240 JSTaggedValue BuiltinsObject::Create(EcmaRuntimeCallInfo *argv) in Create()
274 JSTaggedValue BuiltinsObject::DefineProperties(EcmaRuntimeCallInfo *argv) in DefineProperties()
285 JSTaggedValue BuiltinsObject::DefineProperty(EcmaRuntimeCallInfo *argv) in DefineProperty()
322 JSTaggedValue BuiltinsObject::Freeze(EcmaRuntimeCallInfo *argv) in Freeze()
359 JSTaggedValue BuiltinsObject::GetOwnPropertyDescriptor(EcmaRuntimeCallInfo *argv) in GetOwnPropertyDescriptor()
392 JSTaggedValue BuiltinsObject::GetOwnPropertyDescriptors(EcmaRuntimeCallInfo *argv) in GetOwnPropertyDescriptors()
498 JSTaggedValue BuiltinsObject::GetOwnPropertyNames(EcmaRuntimeCallInfo *argv) in GetOwnPropertyNames()
512 JSTaggedValue BuiltinsObject::GetOwnPropertySymbols(EcmaRuntimeCallInfo *argv) in GetOwnPropertySymbols()
526 JSTaggedValue BuiltinsObject::GetPrototypeOf(EcmaRuntimeCallInfo *argv) in GetPrototypeOf()
546 JSTaggedValue BuiltinsObject::Is(EcmaRuntimeCallInfo *argv) in Is()
557 JSTaggedValue BuiltinsObject::IsExtensible(EcmaRuntimeCallInfo *argv) in IsExtensible()
573 JSTaggedValue BuiltinsObject::IsFrozen(EcmaRuntimeCallInfo *argv) in IsFrozen()
592 JSTaggedValue BuiltinsObject::IsSealed(EcmaRuntimeCallInfo *argv) in IsSealed()
611 JSTaggedValue BuiltinsObject::Keys(EcmaRuntimeCallInfo *argv) in Keys()
638 JSTaggedValue BuiltinsObject::Values(EcmaRuntimeCallInfo *argv) in Values()
664 JSTaggedValue BuiltinsObject::PreventExtensions(EcmaRuntimeCallInfo *argv) in PreventExtensions()
694 JSTaggedValue BuiltinsObject::Seal(EcmaRuntimeCallInfo *argv) in Seal()
726 JSTaggedValue BuiltinsObject::SetPrototypeOf(EcmaRuntimeCallInfo *argv) in SetPrototypeOf()
770 JSTaggedValue BuiltinsObject::HasOwnProperty(EcmaRuntimeCallInfo *argv) in HasOwnProperty()
811 JSTaggedValue BuiltinsObject::IsPrototypeOf(EcmaRuntimeCallInfo *argv) in IsPrototypeOf()
844 JSTaggedValue BuiltinsObject::PropertyIsEnumerable(EcmaRuntimeCallInfo *argv) in PropertyIsEnumerable()
879 JSTaggedValue BuiltinsObject::ToLocaleString(EcmaRuntimeCallInfo *argv) in ToLocaleString()
943 JSTaggedValue BuiltinsObject::ToString(EcmaRuntimeCallInfo *argv) in ToString()
991 JSTaggedValue BuiltinsObject::ValueOf(EcmaRuntimeCallInfo *argv) in ValueOf()
1004 JSTaggedValue BuiltinsObject::ProtoGetter(EcmaRuntimeCallInfo *argv) in ProtoGetter()
1021 JSTaggedValue BuiltinsObject::ProtoSetter(EcmaRuntimeCallInfo *argv) in ProtoSetter()
1060 JSTaggedValue BuiltinsObject::CreateRealm(EcmaRuntimeCallInfo *argv) in CreateRealm()
1071 JSTaggedValue BuiltinsObject::Entries(EcmaRuntimeCallInfo *argv) in Entries()
1093 JSTaggedValue BuiltinsObject::FromEntries(EcmaRuntimeCallInfo *argv) in FromEntries()
1128 JSTaggedValue BuiltinsObject::CreateDataPropertyOnObjectFunctions(EcmaRuntimeCallInfo *argv) in CreateDataPropertyOnObjectFunctions()
1158 JSTaggedValue BuiltinsObject::HasOwn(EcmaRuntimeCallInfo *argv) in HasOwn()