diff --git a/runtime/interpreter/ecma-interpreter-inl.h b/runtime/interpreter/ecma-interpreter-inl.h index 5fce35b048aa06922b59dd04de84d6bffdabd7f9..293b0509c6a8fbcb0a42cf65424558a2d9c00f95 100644 --- a/runtime/interpreter/ecma-interpreter-inl.h +++ b/runtime/interpreter/ecma-interpreter-inl.h @@ -99,17 +99,17 @@ public: } }; -template -class InstructionHandler : public interpreter::InstructionHandler { +template +class InstructionHandler : public interpreter::InstructionHandler { public: ALWAYS_INLINE inline InstructionHandler(interpreter::InstructionHandlerState *state) - : interpreter::InstructionHandler(state) + : interpreter::InstructionHandler(state) { } ALWAYS_INLINE JSThread *GetJSThread() const { - return JSThread::Cast(interpreter::InstructionHandler::GetThread()); + return JSThread::Cast(interpreter::InstructionHandler::GetThread()); } ALWAYS_INLINE JSTaggedValue GetRegAsTaggedValue(uint16_t v) @@ -196,7 +196,7 @@ public: // Update EcmascirptEnv js_thread->SetEcmascriptEnv(js_thread->GetEcmascriptEnv()->GetPrevEnvironment()); - interpreter::InstructionHandler::HandleReturnStackless(); + interpreter::InstructionHandler::HandleReturnStackless(); } template