Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_handle.h79 inline JSHandle() : address_(reinterpret_cast<uintptr_t>(nullptr)) {} in JSHandle() function
84 JSHandle(const JSThread *thread, JSTaggedValue value) in JSHandle() function
89 JSHandle(const JSThread *thread, JSTaggedValue value, bool isPrimitive) in JSHandle() function
99 JSHandle(const JSThread *thread, const TaggedObject *value) in JSHandle() function
110 explicit JSHandle(const JSHandle<S> &handle) : address_(handle.GetAddress()) {} in JSHandle() function
168 inline explicit JSHandle(uintptr_t slot) : address_(slot) in JSHandle() function
184 …inline explicit JSHandle(const JSTaggedType *slot) : address_(reinterpret_cast<uintptr_t>(slot)) {} in JSHandle() function
185 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_context.h56 class JSHandle; variable
Decma_vm.h83 class JSHandle; variable
Decma_string.h42 class JSHandle; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dtagged_object.h24 class JSHandle; variable
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp135 using JSHandle = ecmascript::JSHandle<T>; typedef
Ddfx_jsnapi.cpp49 using JSHandle = ecmascript::JSHandle<T>; typedef
Djsnapi_expo.cpp128 using JSHandle = ecmascript::JSHandle<T>; typedef