Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Djs_handle.h38 inline explicit JSHandle() : HandleBase(reinterpret_cast<uintptr_t>(nullptr)) {} in JSHandle() function
43 explicit JSHandle(const JSThread *thread, JSTaggedValue value) : HandleBase() in JSHandle() function
48 explicit JSHandle(const JSThread *thread, const ObjectHeader *value) : HandleBase() in JSHandle() function
53 explicit JSHandle(const JSThread *thread, const TaggedObject *value) : HandleBase() in JSHandle() function
59 explicit JSHandle(const JSHandle<S> &handle) : HandleBase(handle.GetAddress()) in JSHandle() function
117 inline explicit JSHandle(uintptr_t slot) : HandleBase(slot) in JSHandle() function
130 …inline explicit JSHandle(const JSTaggedType *slot) : HandleBase(reinterpret_cast<uintptr_t>(slot))… in JSHandle() function
131 … inline explicit JSHandle(const T *const *slot) : HandleBase(reinterpret_cast<uintptr_t>(slot)) {} in JSHandle() function
Dglobal_handle_collection.h23 class JSHandle; variable
Dglobal_env_constants.h28 class JSHandle; variable
Decma_string.h31 class JSHandle; variable
Djs_tagged_value.h26 class JSHandle; variable
Decma_vm.h69 class JSHandle; variable
/ark/js_runtime/ecmascript/mem/
Dtagged_object.h25 class JSHandle; variable
/ark/js_runtime/ecmascript/tests/
Djs_symbol_test.cpp31 using JSHandle = panda::ecmascript::JSHandle<T>; typedef
/ark/js_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp28 using JSHandle = ecmascript::JSHandle<T>; typedef
Djsnapi.cpp107 using JSHandle = ecmascript::JSHandle<T>; typedef