Home
last modified time | relevance | path

Searched refs:JSValueUnion (Results 1 – 1 of 1) sorted by relevance

/third_party/quickjs/
Dquickjs.h197 typedef union JSValueUnion { union
201 } JSValueUnion; typedef
204 JSValueUnion u;
218 #define JS_MKVAL(tag, val) (JSValue){ (JSValueUnion){ .int32 = val }, tag }
219 #define JS_MKPTR(tag, p) (JSValue){ (JSValueUnion){ .ptr = p }, tag }