Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_handle.h229 JSMutableHandle(const JSThread *thread, JSTaggedValue value) : JSHandle<T>(thread, value) {} in JSMutableHandle() function
230JSMutableHandle(const JSThread *thread, const TaggedArray *value) : JSHandle<T>(thread, value) {} in JSMutableHandle() function
232 JSMutableHandle(const JSThread *thread, const JSHandle<S> &handle) in JSMutableHandle() function
236 inline explicit JSMutableHandle(uintptr_t slot) : JSHandle<T>(slot) in JSMutableHandle() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp136 using JSMutableHandle = ecmascript::JSMutableHandle<T>; typedef
Djsnapi_expo.cpp145 using JSMutableHandle = ecmascript::JSMutableHandle<T>; typedef