Home
last modified time | relevance | path

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

/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_regexp_executor.c888 duk_hobject *h_res; in duk__regexp_match_helper() local
905 h_res = duk_require_hobject(ctx, -1); in duk__regexp_match_helper()
906 DUK_ASSERT(DUK_HOBJECT_HAS_EXTENSIBLE(h_res)); in duk__regexp_match_helper()
907 DUK_ASSERT(DUK_HOBJECT_HAS_EXOTIC_ARRAY(h_res)); in duk__regexp_match_helper()
908 DUK_ASSERT(DUK_HOBJECT_GET_CLASS_NUMBER(h_res) == DUK_HOBJECT_CLASS_ARRAY); in duk__regexp_match_helper()
Dduk_js_compiler.c635 duk_hcompiledfunction *h_res; local
658 h_res = (duk_hcompiledfunction *) DUK_GET_HOBJECT_NEGIDX(ctx, -1); /* XXX: specific getter */
659 DUK_ASSERT(h_res != NULL);
663 DUK_HOBJECT_SET_NEWENV((duk_hobject *) h_res);
674 DUK_HOBJECT_SET_CREATEARGS((duk_hobject *) h_res);
679 DUK_HOBJECT_SET_NEWENV((duk_hobject *) h_res);
685 DUK_ASSERT(!DUK_HOBJECT_HAS_NEWENV((duk_hobject *) h_res));
694 DUK_HOBJECT_SET_NAMEBINDING((duk_hobject *) h_res);
699 DUK_HOBJECT_SET_STRICT((duk_hobject *) h_res);
704 DUK_HOBJECT_SET_NOTAIL((duk_hobject *) h_res);
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_regexp_executor.c888 duk_hobject *h_res; in duk__regexp_match_helper() local
905 h_res = duk_require_hobject(ctx, -1); in duk__regexp_match_helper()
906 DUK_ASSERT(DUK_HOBJECT_HAS_EXTENSIBLE(h_res)); in duk__regexp_match_helper()
907 DUK_ASSERT(DUK_HOBJECT_HAS_EXOTIC_ARRAY(h_res)); in duk__regexp_match_helper()
908 DUK_ASSERT(DUK_HOBJECT_GET_CLASS_NUMBER(h_res) == DUK_HOBJECT_CLASS_ARRAY); in duk__regexp_match_helper()
Dduk_js_compiler.c635 duk_hcompiledfunction *h_res; local
658 h_res = (duk_hcompiledfunction *) DUK_GET_HOBJECT_NEGIDX(ctx, -1); /* XXX: specific getter */
659 DUK_ASSERT(h_res != NULL);
663 DUK_HOBJECT_SET_NEWENV((duk_hobject *) h_res);
674 DUK_HOBJECT_SET_CREATEARGS((duk_hobject *) h_res);
679 DUK_HOBJECT_SET_NEWENV((duk_hobject *) h_res);
685 DUK_ASSERT(!DUK_HOBJECT_HAS_NEWENV((duk_hobject *) h_res));
694 DUK_HOBJECT_SET_NAMEBINDING((duk_hobject *) h_res);
699 DUK_HOBJECT_SET_STRICT((duk_hobject *) h_res);
704 DUK_HOBJECT_SET_NOTAIL((duk_hobject *) h_res);
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c58006 duk_hcompiledfunction *h_res; local
58029 h_res = (duk_hcompiledfunction *) DUK_GET_HOBJECT_NEGIDX(ctx, -1); /* XXX: specific getter */
58030 DUK_ASSERT(h_res != NULL);
58034 DUK_HOBJECT_SET_NEWENV((duk_hobject *) h_res);
58045 DUK_HOBJECT_SET_CREATEARGS((duk_hobject *) h_res);
58050 DUK_HOBJECT_SET_NEWENV((duk_hobject *) h_res);
58056 DUK_ASSERT(!DUK_HOBJECT_HAS_NEWENV((duk_hobject *) h_res));
58065 DUK_HOBJECT_SET_NAMEBINDING((duk_hobject *) h_res);
58070 DUK_HOBJECT_SET_STRICT((duk_hobject *) h_res);
58075 DUK_HOBJECT_SET_NOTAIL((duk_hobject *) h_res);
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c58367 duk_hcompiledfunction *h_res; local
58390 h_res = (duk_hcompiledfunction *) DUK_GET_HOBJECT_NEGIDX(ctx, -1); /* XXX: specific getter */
58391 DUK_ASSERT(h_res != NULL);
58395 DUK_HOBJECT_SET_NEWENV((duk_hobject *) h_res);
58406 DUK_HOBJECT_SET_CREATEARGS((duk_hobject *) h_res);
58411 DUK_HOBJECT_SET_NEWENV((duk_hobject *) h_res);
58417 DUK_ASSERT(!DUK_HOBJECT_HAS_NEWENV((duk_hobject *) h_res));
58426 DUK_HOBJECT_SET_NAMEBINDING((duk_hobject *) h_res);
58431 DUK_HOBJECT_SET_STRICT((duk_hobject *) h_res);
58436 DUK_HOBJECT_SET_NOTAIL((duk_hobject *) h_res);
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c58116 duk_hcompiledfunction *h_res; local
58139 h_res = (duk_hcompiledfunction *) DUK_GET_HOBJECT_NEGIDX(ctx, -1); /* XXX: specific getter */
58140 DUK_ASSERT(h_res != NULL);
58144 DUK_HOBJECT_SET_NEWENV((duk_hobject *) h_res);
58155 DUK_HOBJECT_SET_CREATEARGS((duk_hobject *) h_res);
58160 DUK_HOBJECT_SET_NEWENV((duk_hobject *) h_res);
58166 DUK_ASSERT(!DUK_HOBJECT_HAS_NEWENV((duk_hobject *) h_res));
58175 DUK_HOBJECT_SET_NAMEBINDING((duk_hobject *) h_res);
58180 DUK_HOBJECT_SET_STRICT((duk_hobject *) h_res);
58185 DUK_HOBJECT_SET_NOTAIL((duk_hobject *) h_res);
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c58257 duk_hcompiledfunction *h_res; local
58280 h_res = (duk_hcompiledfunction *) DUK_GET_HOBJECT_NEGIDX(ctx, -1); /* XXX: specific getter */
58281 DUK_ASSERT(h_res != NULL);
58285 DUK_HOBJECT_SET_NEWENV((duk_hobject *) h_res);
58296 DUK_HOBJECT_SET_CREATEARGS((duk_hobject *) h_res);
58301 DUK_HOBJECT_SET_NEWENV((duk_hobject *) h_res);
58307 DUK_ASSERT(!DUK_HOBJECT_HAS_NEWENV((duk_hobject *) h_res));
58316 DUK_HOBJECT_SET_NAMEBINDING((duk_hobject *) h_res);
58321 DUK_HOBJECT_SET_STRICT((duk_hobject *) h_res);
58326 DUK_HOBJECT_SET_NOTAIL((duk_hobject *) h_res);
[all …]