Lines Matching refs:obj

55     static JSTaggedValue Date(JSThread *thread, const JSHandle<JSObject> &obj);
56 static JSTaggedValue Set(JSThread *thread, const JSHandle<JSObject> &obj);
57 static JSTaggedValue Map(JSThread *thread, const JSHandle<JSObject> &obj);
58 static JSTaggedValue WeakMap(JSThread *thread, const JSHandle<JSObject> &obj);
59 static JSTaggedValue WeakSet(JSThread *thread, const JSHandle<JSObject> &obj);
60 static JSTaggedValue WeakRef(JSThread *thread, const JSHandle<JSObject> &obj);
61 static JSTaggedValue FinalizationRegistry(JSThread *thread, const JSHandle<JSObject> &obj);
62 static JSTaggedValue TypedArray(JSThread *thread, const JSHandle<JSObject> &obj);
63 static JSTaggedValue Int8Array(JSThread *thread, const JSHandle<JSObject> &obj);
64 static JSTaggedValue Uint8Array(JSThread *thread, const JSHandle<JSObject> &obj);
65 static JSTaggedValue Uint8ClampedArray(JSThread *thread, const JSHandle<JSObject> &obj);
66 static JSTaggedValue Int16Array(JSThread *thread, const JSHandle<JSObject> &obj);
67 static JSTaggedValue Uint16Array(JSThread *thread, const JSHandle<JSObject> &obj);
68 static JSTaggedValue Int32Array(JSThread *thread, const JSHandle<JSObject> &obj);
69 static JSTaggedValue Uint32Array(JSThread *thread, const JSHandle<JSObject> &obj);
70 static JSTaggedValue Float32Array(JSThread *thread, const JSHandle<JSObject> &obj);
71 static JSTaggedValue Float64Array(JSThread *thread, const JSHandle<JSObject> &obj);
72 static JSTaggedValue BigInt64Array(JSThread *thread, const JSHandle<JSObject> &obj);
73 static JSTaggedValue BigUint64Array(JSThread *thread, const JSHandle<JSObject> &obj);
74 static JSTaggedValue ArrayBuffer(JSThread *thread, const JSHandle<JSObject> &obj);
75 static JSTaggedValue DataView(JSThread *thread, const JSHandle<JSObject> &obj);
76 static JSTaggedValue SharedArrayBuffer(JSThread *thread, const JSHandle<JSObject> &obj);
78 static JSTaggedValue Locale(JSThread *thread, const JSHandle<JSObject> &obj);
79 static JSTaggedValue DateTimeFormat(JSThread *thread, const JSHandle<JSObject> &obj);
80 static JSTaggedValue NumberFormat(JSThread *thread, const JSHandle<JSObject> &obj);
81 static JSTaggedValue RelativeTimeFormat(JSThread *thread, const JSHandle<JSObject> &obj);
82 static JSTaggedValue Collator(JSThread *thread, const JSHandle<JSObject> &obj);
83 static JSTaggedValue PluralRules(JSThread *thread, const JSHandle<JSObject> &obj);
84 static JSTaggedValue DisplayNames(JSThread *thread, const JSHandle<JSObject> &obj);
85 static JSTaggedValue Segmenter(JSThread *thread, const JSHandle<JSObject> &obj);
86 static JSTaggedValue Segments(JSThread *thread, const JSHandle<JSObject> &obj);
87 static JSTaggedValue ListFormat(JSThread *thread, const JSHandle<JSObject> &obj);