Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_handle.h202 JSMutableHandle(const JSThread *thread, JSTaggedValue value) : JSHandle<T>(thread, value) {} in JSMutableHandle() function
203JSMutableHandle(const JSThread *thread, const TaggedArray *value) : JSHandle<T>(thread, value) {} in JSMutableHandle() function
205 JSMutableHandle(const JSThread *thread, const JSHandle<S> &handle) in JSMutableHandle() function
209 inline explicit JSMutableHandle(uintptr_t slot) : JSHandle<T>(slot) in JSMutableHandle() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp193 using JSMutableHandle = ecmascript::JSMutableHandle<T>; typedef
Djsnapi_expo.cpp187 using JSMutableHandle = ecmascript::JSMutableHandle<T>; typedef