Lines Matching defs:value
55 // Returns ".result = value"
56 Expression* SetResult(Expression* value) {
59 return factory()->NewAssignment(Token::ASSIGN, result_proxy, value,
128 // all statements. The last value producing statement before the break needs
130 // value producing statement in the block assigns to .result, so we can stop
144 // While unclear from the spec (ECMA-262, 3rd., 12.2), the value of
185 // The statement may have to produce a value, so always assign undefined
252 // Save .result value at the beginning of the finally block and restore it
255 // completion value.
297 // The statement may have to produce a value, so always assign undefined