Home
last modified time | relevance | path

Searched refs:value2 (Results 1 – 23 of 23) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_error_longjmp.c13 &thr->heap->lj.value1, &thr->heap->lj.value2)); in duk_err_longjmp()
28 &thr->heap->lj.value1, &thr->heap->lj.value2)); in duk_err_longjmp()
Dduk_api_heap.c96 duk_push_tval(ctx, &lj->value2); in duk_suspend()
106 DUK_TVAL_SET_UNDEFINED(&lj->value2); in duk_suspend()
Dduk_error_throw.c127 (duk_tval *) &thr->heap->lj.value1, (duk_tval *) &thr->heap->lj.value2));
Dduk_js_call.c1065 DUK_ASSERT(DUK_TVAL_IS_UNDEFINED(&thr->heap->lj.value2));
1097 DUK_ASSERT(DUK_TVAL_IS_UNDEFINED(&thr->heap->lj.value2));
1826 DUK_TVAL_SET_UNDEFINED_UPDREF(thr, &thr->heap->lj.value2); /* side effects */
1960 DUK_ASSERT(DUK_TVAL_IS_UNDEFINED(&thr->heap->lj.value2));
1985 DUK_ASSERT(DUK_TVAL_IS_UNDEFINED(&thr->heap->lj.value2));
2219 DUK_TVAL_SET_UNDEFINED_UPDREF(thr, &thr->heap->lj.value2); /* side effects */
Dduk_debug_heap.c214 DUK_D(DUK_DPRINT(" lj.value2: %!T", (duk_tval *) &heap->lj.value2));
Dduk_bi_thread.c167 DUK_TVAL_SET_TVAL_UPDREF(thr, &thr->heap->lj.value2, &thr->valstack_bottom[0]); /* side effects */ in duk_bi_thread_resume()
Dduk_heap.h315 duk_tval value2; /* 2nd related value (type specific) */ member
Dduk_heap_alloc.c900 DUK_TVAL_SET_UNDEFINED(&res->lj.value2); in duk_heap_alloc()
Dduk_heap_markandsweep.c219 duk__mark_tval(heap, &heap->lj.value2); in duk__mark_roots_heap()
Dduk_js_executor.c864 (duk_tval *) &thr->heap->lj.value2, in duk__handle_longjmp()
891 tv = &thr->heap->lj.value2; /* resumee */ in duk__handle_longjmp()
1203 DUK_TVAL_SET_UNDEFINED_UPDREF(thr, &thr->heap->lj.value2); /* side effects */ in duk__handle_longjmp()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_error_longjmp.c13 &thr->heap->lj.value1, &thr->heap->lj.value2)); in duk_err_longjmp()
28 &thr->heap->lj.value1, &thr->heap->lj.value2)); in duk_err_longjmp()
Dduk_error_throw.c127 (duk_tval *) &thr->heap->lj.value1, (duk_tval *) &thr->heap->lj.value2));
Dduk_js_call.c1063 DUK_ASSERT(DUK_TVAL_IS_UNDEFINED(&thr->heap->lj.value2));
1095 DUK_ASSERT(DUK_TVAL_IS_UNDEFINED(&thr->heap->lj.value2));
1822 DUK_TVAL_SET_UNDEFINED_UPDREF(thr, &thr->heap->lj.value2); /* side effects */
1956 DUK_ASSERT(DUK_TVAL_IS_UNDEFINED(&thr->heap->lj.value2));
1981 DUK_ASSERT(DUK_TVAL_IS_UNDEFINED(&thr->heap->lj.value2));
2215 DUK_TVAL_SET_UNDEFINED_UPDREF(thr, &thr->heap->lj.value2); /* side effects */
Dduk_debug_heap.c214 DUK_D(DUK_DPRINT(" lj.value2: %!T", (duk_tval *) &heap->lj.value2));
Dduk_bi_thread.c167 DUK_TVAL_SET_TVAL_UPDREF(thr, &thr->heap->lj.value2, &thr->valstack_bottom[0]); /* side effects */ in duk_bi_thread_resume()
Dduk_heap.h315 duk_tval value2; /* 2nd related value (type specific) */ member
Dduk_heap_alloc.c900 DUK_TVAL_SET_UNDEFINED(&res->lj.value2); in duk_heap_alloc()
Dduk_heap_markandsweep.c219 duk__mark_tval(heap, &heap->lj.value2); in duk__mark_roots_heap()
Dduk_js_executor.c864 (duk_tval *) &thr->heap->lj.value2, in duk__handle_longjmp()
891 tv = &thr->heap->lj.value2; /* resumee */ in duk__handle_longjmp()
1203 DUK_TVAL_SET_UNDEFINED_UPDREF(thr, &thr->heap->lj.value2); /* side effects */ in duk__handle_longjmp()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c6996 duk_tval value2; /* 2nd related value (type specific) */ member
14154 duk_push_tval(ctx, &lj->value2); in duk_suspend()
14164 DUK_TVAL_SET_UNDEFINED(&lj->value2); in duk_suspend()
35555 DUK_TVAL_SET_TVAL_UPDREF(thr, &thr->heap->lj.value2, &thr->valstack_bottom[0]); /* side effects */
35989 DUK_D(DUK_DPRINT(" lj.value2: %!T", (duk_tval *) &heap->lj.value2));
40440 &thr->heap->lj.value1, &thr->heap->lj.value2));
40455 &thr->heap->lj.value1, &thr->heap->lj.value2));
40733 (duk_tval *) &thr->heap->lj.value1, (duk_tval *) &thr->heap->lj.value2));
41925 DUK_TVAL_SET_UNDEFINED(&res->lj.value2);
42411 duk__mark_tval(heap, &heap->lj.value2);
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c6972 duk_tval value2; /* 2nd related value (type specific) */ member
14103 duk_push_tval(ctx, &lj->value2); in duk_suspend()
14113 DUK_TVAL_SET_UNDEFINED(&lj->value2); in duk_suspend()
35478 DUK_TVAL_SET_TVAL_UPDREF(thr, &thr->heap->lj.value2, &thr->valstack_bottom[0]); /* side effects */
35909 DUK_D(DUK_DPRINT(" lj.value2: %!T", (duk_tval *) &heap->lj.value2));
40356 &thr->heap->lj.value1, &thr->heap->lj.value2));
40371 &thr->heap->lj.value1, &thr->heap->lj.value2));
40647 (duk_tval *) &thr->heap->lj.value1, (duk_tval *) &thr->heap->lj.value2));
41835 DUK_TVAL_SET_UNDEFINED(&res->lj.value2);
42319 duk__mark_tval(heap, &heap->lj.value2);
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c6967 duk_tval value2; /* 2nd related value (type specific) */ member
35271 DUK_TVAL_SET_TVAL_UPDREF(thr, &thr->heap->lj.value2, &thr->valstack_bottom[0]); /* side effects */
35702 DUK_D(DUK_DPRINT(" lj.value2: %!T", (duk_tval *) &heap->lj.value2));
40137 &thr->heap->lj.value1, &thr->heap->lj.value2));
40152 &thr->heap->lj.value1, &thr->heap->lj.value2));
40428 (duk_tval *) &thr->heap->lj.value1, (duk_tval *) &thr->heap->lj.value2));
41616 DUK_TVAL_SET_UNDEFINED(&res->lj.value2);
42097 duk__mark_tval(heap, &heap->lj.value2);
55707 DUK_ASSERT(DUK_TVAL_IS_UNDEFINED(&thr->heap->lj.value2));
55739 DUK_ASSERT(DUK_TVAL_IS_UNDEFINED(&thr->heap->lj.value2));
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c6991 duk_tval value2; /* 2nd related value (type specific) */ member
35348 DUK_TVAL_SET_TVAL_UPDREF(thr, &thr->heap->lj.value2, &thr->valstack_bottom[0]); /* side effects */
35782 DUK_D(DUK_DPRINT(" lj.value2: %!T", (duk_tval *) &heap->lj.value2));
40221 &thr->heap->lj.value1, &thr->heap->lj.value2));
40236 &thr->heap->lj.value1, &thr->heap->lj.value2));
40514 (duk_tval *) &thr->heap->lj.value1, (duk_tval *) &thr->heap->lj.value2));
41706 DUK_TVAL_SET_UNDEFINED(&res->lj.value2);
42189 duk__mark_tval(heap, &heap->lj.value2);
55816 DUK_ASSERT(DUK_TVAL_IS_UNDEFINED(&thr->heap->lj.value2));
55848 DUK_ASSERT(DUK_TVAL_IS_UNDEFINED(&thr->heap->lj.value2));
[all …]