Lines Matching full:no
183 -1); /* no prototype */ in duk__create_arguments_object()
189 -1); /* no prototype */ in duk__create_arguments_object()
298 * there is no support for virtual properties which are accessors in duk__create_arguments_object()
325 * In particular, a non-strict arguments object with no in duk__create_arguments_object()
589 * XXX: there is no exotic flag to infer this correctly now. in duk__update_func_caller_prop()
622 DUK_TVAL_SET_NULL(tv_caller); /* no incref */ in duk__update_func_caller_prop()
635 DUK_TVAL_SET_NULL(tv_caller); /* no incref */ in duk__update_func_caller_prop()
691 DUK_ASSERT(!DUK_TVAL_IS_HEAP_ALLOCATED(tv_this)); /* no need to decref previous value */ in duk__coerce_effective_this_binding()
699 DUK_ASSERT(!DUK_TVAL_IS_HEAP_ALLOCATED(tv_this)); /* no need to decref previous value */ in duk__coerce_effective_this_binding()
829 0 /* no compact */ | in duk__adjust_valstack_and_top()
958 * such as an insane num_stack_args argument. If there is no catchpoint for
1415 #if 0 /* topmost activation idx_retval is considered garbage, no need to init */
1418 DUK_TVAL_SET_TVAL(&act->tv_func, tv_func); /* borrowed, no refcount */
1462 /* Use a new environment but there's no 'arguments' object;
1640 DUK_ASSERT(thr->catchstack_top == entry_catchstack_top); /* no need to unwind */
1709 * on every return should have no ill effect.
1842 * on every return should have no ill effect.
2086 * Note: there is no need for an "ignore recursion limit" flag
2119 …/* we're running inside the caller's activation, so no change in call/catch stack or valstack bott…
2136 DUK_ASSERT(thr->catchstack_top == entry_catchstack_top); /* no need to unwind */
2272 * - there is no C recursion depth increase (hence an "ignore recursion
2315 /* no need to handle thread state book-keeping here */
2344 /* No entry in the catchstack which would actually catch a
2519 DUK_TVAL_SET_OBJECT(&act->tv_func, func); /* borrowed, no refcount */
2546 #if 0 /* topmost activation idx_retval is considered garbage, no need to init */
2586 DUK_DDD(DUK_DDDPRINT("is resume -> no update to current activation (may not even exist)"));
2623 #if 0 /* topmost activation idx_retval is considered garbage, no need to init */
2626 DUK_TVAL_SET_OBJECT(&act->tv_func, func); /* borrowed, no refcount */
2670 /* no need to create environment record now; leave as NULL */