Searched defs:JSHandle (Results 1 – 10 of 10) sorted by relevance
38 inline explicit JSHandle() : HandleBase(reinterpret_cast<uintptr_t>(nullptr)) {} in JSHandle() function43 explicit JSHandle(const JSThread *thread, JSTaggedValue value) : HandleBase() in JSHandle() function48 explicit JSHandle(const JSThread *thread, const ObjectHeader *value) : HandleBase() in JSHandle() function53 explicit JSHandle(const JSThread *thread, const TaggedObject *value) : HandleBase() in JSHandle() function59 explicit JSHandle(const JSHandle<S> &handle) : HandleBase(handle.GetAddress()) in JSHandle() function117 inline explicit JSHandle(uintptr_t slot) : HandleBase(slot) in JSHandle() function130 …inline explicit JSHandle(const JSTaggedType *slot) : HandleBase(reinterpret_cast<uintptr_t>(slot))… in JSHandle() function131 … inline explicit JSHandle(const T *const *slot) : HandleBase(reinterpret_cast<uintptr_t>(slot)) {} in JSHandle() function
23 class JSHandle; variable
28 class JSHandle; variable
31 class JSHandle; variable
26 class JSHandle; variable
69 class JSHandle; variable
25 class JSHandle; variable
31 using JSHandle = panda::ecmascript::JSHandle<T>; typedef
28 using JSHandle = ecmascript::JSHandle<T>; typedef
107 using JSHandle = ecmascript::JSHandle<T>; typedef