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()
591 * XXX: there is no exotic flag to infer this correctly now. in duk__update_func_caller_prop()
624 DUK_TVAL_SET_NULL(tv_caller); /* no incref */ in duk__update_func_caller_prop()
637 DUK_TVAL_SET_NULL(tv_caller); /* no incref */ in duk__update_func_caller_prop()
693 DUK_ASSERT(!DUK_TVAL_IS_HEAP_ALLOCATED(tv_this)); /* no need to decref previous value */ in duk__coerce_effective_this_binding()
701 DUK_ASSERT(!DUK_TVAL_IS_HEAP_ALLOCATED(tv_this)); /* no need to decref previous value */ in duk__coerce_effective_this_binding()
831 0 /* no compact */ | in duk__adjust_valstack_and_top()
960 * such as an insane num_stack_args argument. If there is no catchpoint for
1417 #if 0 /* topmost activation idx_retval is considered garbage, no need to init */
1420 DUK_TVAL_SET_TVAL(&act->tv_func, tv_func); /* borrowed, no refcount */
1464 /* Use a new environment but there's no 'arguments' object;
1501 /* No need to re-lookup 'act' at present: no side effects. */
1644 DUK_ASSERT(thr->catchstack_top == entry_catchstack_top); /* no need to unwind */
1713 * on every return should have no ill effect.
1846 * on every return should have no ill effect.
2090 * Note: there is no need for an "ignore recursion limit" flag
2123 …/* we're running inside the caller's activation, so no change in call/catch stack or valstack bott…
2140 DUK_ASSERT(thr->catchstack_top == entry_catchstack_top); /* no need to unwind */
2276 * - there is no C recursion depth increase (hence an "ignore recursion
2319 /* no need to handle thread state book-keeping here */
2348 /* No entry in the catchstack which would actually catch a
2523 DUK_TVAL_SET_OBJECT(&act->tv_func, func); /* borrowed, no refcount */
2550 #if 0 /* topmost activation idx_retval is considered garbage, no need to init */
2590 DUK_DDD(DUK_DDDPRINT("is resume -> no update to current activation (may not even exist)"));
2627 #if 0 /* topmost activation idx_retval is considered garbage, no need to init */
2630 DUK_TVAL_SET_OBJECT(&act->tv_func, func); /* borrowed, no refcount */
2665 /* No need to re-lookup 'act' at present: no side effects. */
2675 /* no need to create environment record now; leave as NULL */