Lines Matching refs:value
28 * DESCRIPTION: Clear and remove a reference on an implicit return value. Used
29 * to delete "stale" return values (if enabled, the return value
48 * complex statements, the implicit return value can be
64 * PARAMETERS: return_desc - The return value
73 * parent method exit. Before storing a new return value, we
74 * delete the previous return value.
97 * Delete any "stale" implicit return value first. However, in
98 * complex statements, the implicit return value can be
99 * bubbled up several levels, so we don't clear the value if it
109 /* Save the implicit return value, add a reference if requested */
151 * assumes that the last value of the method is "implicitly" returned
152 * to the caller. Just save the last result as the return value.
170 /* No parent, the return value cannot possibly be used */
200 /* Never delete the return value associated with a return opcode */
208 * we will use the return value
356 * Method arguments are passed by reference, not by value. This means
439 (arg->common.value.string) &&
447 arg->common.value.buffer,
600 * Use value that was already previously returned
747 * interpreter object, convert it to value, if needed, duplicate