Home
last modified time | relevance | path

Searched defs:JSMutableHandle (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_handle.h212 …explicit JSMutableHandle(const JSThread *thread, JSTaggedValue value) : JSHandle<T>(thread, value)… in JSMutableHandle() function
213 …explicit JSMutableHandle(const JSThread *thread, const TaggedArray *value) : JSHandle<T>(thread, v… in JSMutableHandle() function
215 explicit JSMutableHandle(const JSThread *thread, const JSHandle<S> &handle) in JSMutableHandle() function
219 inline explicit JSMutableHandle(uintptr_t slot) : JSHandle<T>(slot) in JSMutableHandle() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp166 using JSMutableHandle = ecmascript::JSMutableHandle<T>; typedef