Searched defs:JSMutableHandle (Results 1 - 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| H A D | js_handle.h | 208 class JSMutableHandle : public JSHandle<T> { class 215 JSMutableHandle(const JSThread *thread, JSTaggedValue value) : JSHandle<T>(thread, value) {} in JSMutableHandle() function in panda::panda::ecmascript::JSMutableHandle 216 JSMutableHandle(const JSThread *thread, const TaggedArray *value) : JSHandle<T>(thread, value) {} in JSMutableHandle() function in panda::panda::ecmascript::JSMutableHandle 218 JSMutableHandle(const JSThread *thread, const JSHandle<S> &handle) in JSMutableHandle() function in panda::panda::ecmascript::JSMutableHandle 222 inline explicit JSMutableHandle(uintptr_t slot) : JSHandle<T>(slot) in JSMutableHandle() function in panda::panda::ecmascript::JSMutableHandle [all...] |
Completed in 1 milliseconds