Lines Matching full:static
33 static JSTaggedValue ObjectConstructor(EcmaRuntimeCallInfo *argv);
36 static JSTaggedValue Assign(EcmaRuntimeCallInfo *argv);
38 static JSTaggedValue Create(EcmaRuntimeCallInfo *argv);
40 static JSTaggedValue DefineProperties(EcmaRuntimeCallInfo *argv);
42 static JSTaggedValue DefineProperty(EcmaRuntimeCallInfo *argv);
44 static JSTaggedValue Freeze(EcmaRuntimeCallInfo *argv);
46 static JSTaggedValue GetOwnPropertyDescriptor(EcmaRuntimeCallInfo *argv);
48 static JSTaggedValue GetOwnPropertyNames(EcmaRuntimeCallInfo *argv);
50 static JSTaggedValue GetOwnPropertySymbols(EcmaRuntimeCallInfo *argv);
52 static JSTaggedValue GetPrototypeOf(EcmaRuntimeCallInfo *argv);
54 static JSTaggedValue Is(EcmaRuntimeCallInfo *argv);
56 static JSTaggedValue IsExtensible(EcmaRuntimeCallInfo *argv);
58 static JSTaggedValue IsFrozen(EcmaRuntimeCallInfo *argv);
60 static JSTaggedValue IsSealed(EcmaRuntimeCallInfo *argv);
62 static JSTaggedValue Keys(EcmaRuntimeCallInfo *argv);
64 static JSTaggedValue Values(EcmaRuntimeCallInfo *argv);
66 static JSTaggedValue PreventExtensions(EcmaRuntimeCallInfo *argv);
68 static JSTaggedValue Seal(EcmaRuntimeCallInfo *argv);
70 static JSTaggedValue SetPrototypeOf(EcmaRuntimeCallInfo *argv);
73 static JSTaggedValue HasOwnProperty(EcmaRuntimeCallInfo *argv);
75 static JSTaggedValue IsPrototypeOf(EcmaRuntimeCallInfo *argv);
77 static JSTaggedValue PropertyIsEnumerable(EcmaRuntimeCallInfo *argv);
79 static JSTaggedValue ToLocaleString(EcmaRuntimeCallInfo *argv);
81 static JSTaggedValue ToString(EcmaRuntimeCallInfo *argv);
83 static JSTaggedValue ValueOf(EcmaRuntimeCallInfo *argv);
85 static JSTaggedValue CreateRealm(EcmaRuntimeCallInfo *argv);
87 static JSTaggedValue Entries(EcmaRuntimeCallInfo *argv);
89 static JSTaggedValue FromEntries(EcmaRuntimeCallInfo *argv);
91 static JSTaggedValue ProtoGetter(EcmaRuntimeCallInfo *argv);
92 static JSTaggedValue ProtoSetter(EcmaRuntimeCallInfo *argv);
95 static JSTaggedValue CreateDataPropertyOnObjectFunctions(EcmaRuntimeCallInfo *argv);
97 … static JSTaggedValue ObjectDefineProperties(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
99 …static JSTaggedValue GetOwnPropertyKeys(JSThread *thread, const JSHandle<JSTaggedValue> &obj, cons…
100 static JSTaggedValue GetBuiltinTag(JSThread *thread, const JSHandle<JSObject> &object);