• Home
  • Raw
  • Download

Lines Matching refs:JSThread

28     static JSHandle<JSProxy> ProxyCreate(JSThread *thread, const JSHandle<JSTaggedValue> &target,
31 static JSTaggedValue GetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy);
33 …static bool SetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged…
35 static bool IsExtensible(JSThread *thread, const JSHandle<JSProxy> &proxy);
37 static bool PreventExtensions(JSThread *thread, const JSHandle<JSProxy> &proxy);
39 …static bool GetOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagg…
42 …static bool DefineOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JST…
45 …static bool HasProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTaggedV…
47 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, in GetProperty()
52 static OperationResult GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy,
55 …static inline bool SetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JS…
60 …static bool SetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTaggedV…
64 …static bool DeleteProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagg…
67 static JSHandle<TaggedArray> OwnPropertyKeys(JSThread *thread, const JSHandle<JSProxy> &proxy);
79 void SetCallTarget([[maybe_unused]] const JSThread *thread, JSMethod *p) in SetCallTarget()
84 JSHandle<JSTaggedValue> GetSourceTarget(JSThread *thread) const;
87 static JSTaggedValue CallInternal(JSThread *thread, const JSHandle<JSProxy> &proxy,
91 …static JSTaggedValue ConstructInternal(JSThread *thread, const JSHandle<JSProxy> &proxy, uint32_t …
94 bool IsArray(JSThread *thread) const;