Home
last modified time | relevance | path

Searched refs:IsJSHandle (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_handle.h249 struct IsJSHandle : std::false_type {}; struct
252 struct IsJSHandle<JSHandle<Value>> : std::true_type {}; struct
255 struct IsJSHandle<JSMutableHandle<Value>> : std::true_type {}; struct
H A Dtagged_array-inl.h35 } else if constexpr (IsJSHandle<T>::value) { in Set()

Completed in 1 milliseconds