Home
last modified time | relevance | path

Searched defs:JSHandle (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_handle.h77 class JSHandle { global() class
79 inline JSHandle() : address_(reinterpret_cast<uintptr_t>(nullptr)) {} JSHandle() function in panda::panda::ecmascript::JSHandle
84 JSHandle(const JSThread *thread, JSTaggedValue value) JSHandle() function in panda::panda::ecmascript::JSHandle
89 JSHandle(const JSThread *thread, JSTaggedValue value, bool isPrimitive) JSHandle() function in panda::panda::ecmascript::JSHandle
99 JSHandle(const JSThread *thread, const TaggedObject *value) JSHandle() function in panda::panda::ecmascript::JSHandle
110 explicit JSHandle(const JSHandle<S> &handle) : address_(handle.GetAddress()) {} JSHandle() function in panda::panda::ecmascript::JSHandle
168 inline explicit JSHandle(uintptr_t slot) : address_(slot) JSHandle() function in panda::panda::ecmascript::JSHandle
184 inline explicit JSHandle(const JSTaggedType *slot) : address_(reinterpret_cast<uintptr_t>(slot)) {} JSHandle() function in panda::panda::ecmascript::JSHandle
185 inline explicit JSHandle(const T *const *slot) : address_(reinterpret_cast<uintptr_t>(slot)) {} JSHandle() function in panda::panda::ecmascript::JSHandle
[all...]

Completed in 2 milliseconds