Home
last modified time | relevance | path

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

/foundation/ace/napi/native_engine/
Dnative_value.h86 struct JSValueWrapper { struct
87 JSValueWrapper() in JSValueWrapper() argument
93 JSValueWrapper(T value) in JSValueWrapper() function
101 template<typename T> JSValueWrapper& operator=(T value) argument
106 union {
110 } u;
111 int64_t tag = 0;