Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_handle.h215 JSMutableHandle(const JSThread *thread, JSTaggedValue value) : JSHandle<T>(thread, value) {} in JSMutableHandle() function
216JSMutableHandle(const JSThread *thread, const TaggedArray *value) : JSHandle<T>(thread, value) {} in JSMutableHandle() function
218 JSMutableHandle(const JSThread *thread, const JSHandle<S> &handle) in JSMutableHandle() function
222 inline explicit JSMutableHandle(uintptr_t slot) : JSHandle<T>(slot) in JSMutableHandle() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp138 using JSMutableHandle = ecmascript::JSMutableHandle<T>; typedef
Djsnapi_expo.cpp137 using JSMutableHandle = ecmascript::JSMutableHandle<T>; typedef