Home | History | Annotate | Download | only in objects

Lines Matching refs:JSGeneratorObject

18 CAST_ACCESSOR(JSGeneratorObject)
21 ACCESSORS(JSGeneratorObject, function, JSFunction, kFunctionOffset)
22 ACCESSORS(JSGeneratorObject, context, Context, kContextOffset)
23 ACCESSORS(JSGeneratorObject, receiver, Object, kReceiverOffset)
24 ACCESSORS(JSGeneratorObject, input_or_debug_pos, Object, kInputOrDebugPosOffset)
25 SMI_ACCESSORS(JSGeneratorObject, resume_mode, kResumeModeOffset)
26 SMI_ACCESSORS(JSGeneratorObject, continuation, kContinuationOffset)
27 ACCESSORS(JSGeneratorObject, parameters_and_registers, FixedArray,
30 bool JSGeneratorObject::is_suspended() const {
36 bool JSGeneratorObject::is_closed() const {
40 bool JSGeneratorObject::is_executing() const {