Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduk_config.h2229 #if !defined(DUK_STRCMP)
2230 #define DUK_STRCMP strcmp macro
A Dduktape.c34927 duk_push_boolean(thr, DUK_STRCMP(encoding, "utf8") == 0); in duk_bi_nodejs_buffer_is_encoding()
39216 if ((hintlen == 6 && DUK_STRCMP(hintstr, "string") == 0) || in duk_bi_date_prototype_toprimitive()
39217 (hintlen == 7 && DUK_STRCMP(hintstr, "default") == 0)) { in duk_bi_date_prototype_toprimitive()
39219 } else if (hintlen == 6 && DUK_STRCMP(hintstr, "number") == 0) { in duk_bi_date_prototype_toprimitive()
80164 DUK_STRCMP((const char *) DUK_HSTRING_GET_DATA(h_dir), "use strict") == 0) {
80173 DUK_STRCMP((const char *) DUK_HSTRING_GET_DATA(h_dir), "use duk notail") == 0) {

Completed in 264 milliseconds