Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert.h106 JSCONVERT_UNWRAP(U1) in JSCONVERT_UNWRAP() function
125 JSCONVERT_UNWRAP(StdlibBoolean) in JSCONVERT_UNWRAP() function
140 JSCONVERT_UNWRAP(StdlibByte) in JSCONVERT_UNWRAP() function
160 JSCONVERT_UNWRAP(StdlibChar) in JSCONVERT_UNWRAP() function
198 JSCONVERT_UNWRAP(StdlibShort) in JSCONVERT_UNWRAP() function
217 JSCONVERT_UNWRAP(StdlibInt) in JSCONVERT_UNWRAP() function
232 JSCONVERT_UNWRAP(StdlibLong) in JSCONVERT_UNWRAP() function
247 JSCONVERT_UNWRAP(StdlibFloat) in JSCONVERT_UNWRAP() function
267 JSCONVERT_UNWRAP(StdlibDouble) in JSCONVERT_UNWRAP() function
288 JSCONVERT_UNWRAP(String) in JSCONVERT_UNWRAP() function
[all …]
Djs_convert_base.h134 #define JSCONVERT_UNWRAP(type) \ macro