Home
last modified time | relevance | path

Searched defs:IsJSHandle (Results 1 - 1 of 1) 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

Completed in 1 milliseconds