Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_handle.h78 inline explicit JSHandle() : address_(reinterpret_cast<uintptr_t>(nullptr)) {} in JSHandle() function
83 explicit JSHandle(const JSThread *thread, JSTaggedValue value) in JSHandle() function
88 explicit JSHandle(const JSThread *thread, const TaggedObject *value) in JSHandle() function
99 explicit JSHandle(const JSHandle<S> &handle) : address_(handle.GetAddress()) {} in JSHandle() function
155 inline explicit JSHandle(uintptr_t slot) : address_(slot) in JSHandle() function
169 …inline explicit JSHandle(const JSTaggedType *slot) : address_(reinterpret_cast<uintptr_t>(slot)) {} in JSHandle() function
170 inline explicit JSHandle(const T *const *slot) : address_(reinterpret_cast<uintptr_t>(slot)) {} in JSHandle() function
Dglobal_handle_collection.h23 class JSHandle; variable
Dglobal_env_constants.h27 class JSHandle; variable
Djs_tagged_value.h29 class JSHandle; variable
Decma_string.h37 class JSHandle; variable
Decma_vm.h71 class JSHandle; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dtagged_object.h24 class JSHandle; variable
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp44 using JSHandle = ecmascript::JSHandle<T>; typedef
Djsnapi.cpp163 using JSHandle = ecmascript::JSHandle<T>; typedef