Searched refs:DUK_COMPILE_STRLEN (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.h | 372 #define DUK_COMPILE_STRLEN (1U << 10) /* (internal) take strlen() of src_buffer (a… macro 1261 …, (src), 0, 0 /*args*/ | DUK_COMPILE_EVAL | DUK_COMPILE_NOSOURCE | DUK_COMPILE_STRLEN | DUK_COMPIL… 1264 …, (src), 0, 0 /*args*/ | DUK_COMPILE_EVAL | DUK_COMPILE_NOSOURCE | DUK_COMPILE_STRLEN | DUK_COMPIL… 1267 …s*/ | DUK_COMPILE_EVAL | DUK_COMPILE_SAFE | DUK_COMPILE_NOSOURCE | DUK_COMPILE_STRLEN | DUK_COMPIL… 1270 …s*/ | DUK_COMPILE_EVAL | DUK_COMPILE_SAFE | DUK_COMPILE_NOSOURCE | DUK_COMPILE_STRLEN | DUK_COMPIL… 1273 …raw((ctx), (src), 0, 0 /*args*/ | (flags) | DUK_COMPILE_NOSOURCE | DUK_COMPILE_STRLEN | DUK_COMPIL… 1276 …duk_compile_raw((ctx), (src), 0, 1 /*args*/ | (flags) | DUK_COMPILE_NOSOURCE | DUK_COMPILE_STRLEN)) 1279 …, 0 /*args*/ | (flags) | DUK_COMPILE_SAFE | DUK_COMPILE_NOSOURCE | DUK_COMPILE_STRLEN | DUK_COMPIL… 1282 …x), (src), 0, 1 /*args*/ | (flags) | DUK_COMPILE_SAFE | DUK_COMPILE_NOSOURCE | DUK_COMPILE_STRLEN))
|
A D | duktape.c | 21885 if ((flags & DUK_COMPILE_STRLEN) && (src_buffer != NULL)) { in duk_compile_raw()
|
Completed in 289 milliseconds