Home
last modified time | relevance | path

Searched refs:breakState (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp803 InterpretedFrame *breakState = GET_FRAME(breakSp); in GeneratorReEnterInterpreter() local
804 breakState->pc = nullptr; in GeneratorReEnterInterpreter()
805 breakState->function = JSTaggedValue::Hole(); in GeneratorReEnterInterpreter()
806 breakState->thisObj = JSTaggedValue::Hole(); in GeneratorReEnterInterpreter()
807 breakState->base.prev = currentSp; in GeneratorReEnterInterpreter()
808 breakState->base.type = FrameType::INTERPRETER_FRAME; in GeneratorReEnterInterpreter()

Completed in 14 milliseconds