Lines Matching refs:EcmaRuntimeCallInfo

102     static JSTaggedValue ObjectConstructor(EcmaRuntimeCallInfo *argv);
105 static JSTaggedValue Assign(EcmaRuntimeCallInfo *argv);
107 static JSTaggedValue Create(EcmaRuntimeCallInfo *argv);
109 static JSTaggedValue DefineProperties(EcmaRuntimeCallInfo *argv);
111 static JSTaggedValue DefineProperty(EcmaRuntimeCallInfo *argv);
113 static JSTaggedValue Freeze(EcmaRuntimeCallInfo *argv);
115 static JSTaggedValue GetOwnPropertyDescriptor(EcmaRuntimeCallInfo *argv);
117 static JSTaggedValue GetOwnPropertyNames(EcmaRuntimeCallInfo *argv);
119 static JSTaggedValue GetOwnPropertySymbols(EcmaRuntimeCallInfo *argv);
121 static JSTaggedValue GetPrototypeOf(EcmaRuntimeCallInfo *argv);
123 static JSTaggedValue Is(EcmaRuntimeCallInfo *argv);
125 static JSTaggedValue IsExtensible(EcmaRuntimeCallInfo *argv);
127 static JSTaggedValue IsFrozen(EcmaRuntimeCallInfo *argv);
129 static JSTaggedValue IsSealed(EcmaRuntimeCallInfo *argv);
131 static JSTaggedValue Keys(EcmaRuntimeCallInfo *argv);
133 static JSTaggedValue Values(EcmaRuntimeCallInfo *argv);
135 static JSTaggedValue PreventExtensions(EcmaRuntimeCallInfo *argv);
137 static JSTaggedValue Seal(EcmaRuntimeCallInfo *argv);
139 static JSTaggedValue SetPrototypeOf(EcmaRuntimeCallInfo *argv);
141 static JSTaggedValue GetOwnPropertyDescriptors(EcmaRuntimeCallInfo *argv);
144 static JSTaggedValue HasOwnProperty(EcmaRuntimeCallInfo *argv);
148 static JSTaggedValue IsPrototypeOf(EcmaRuntimeCallInfo *argv);
150 static JSTaggedValue PropertyIsEnumerable(EcmaRuntimeCallInfo *argv);
152 static JSTaggedValue ToLocaleString(EcmaRuntimeCallInfo *argv);
154 static JSTaggedValue ToString(EcmaRuntimeCallInfo *argv);
156 static JSTaggedValue ValueOf(EcmaRuntimeCallInfo *argv);
158 static JSTaggedValue CreateRealm(EcmaRuntimeCallInfo *argv);
160 static JSTaggedValue Entries(EcmaRuntimeCallInfo *argv);
162 static JSTaggedValue FromEntries(EcmaRuntimeCallInfo *argv);
164 static JSTaggedValue ProtoGetter(EcmaRuntimeCallInfo *argv);
165 static JSTaggedValue ProtoSetter(EcmaRuntimeCallInfo *argv);
168 static JSTaggedValue CreateDataPropertyOnObjectFunctions(EcmaRuntimeCallInfo *argv);
170 static JSTaggedValue HasOwn(EcmaRuntimeCallInfo *argv);