Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h111 #define JS_VALUE_GET_PTR(v) (void *)((intptr_t)(v) & ~0xf) macro
139 #define JS_VALUE_GET_PTR(v) (void *)(intptr_t)(v) macro
216 #define JS_VALUE_GET_PTR(v) ((v).u.ptr) macro

Completed in 7 milliseconds